Searched defs:maxSessionListSize (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java140 private final int maxSessionListSize; field in class:SessionServiceConfig.HotSwappableSessionServiceConfig
155 maxSessionListSize = loadMaxSessionListSizeSchemaSetting(attrs);
190 sessionDebug.message("maxSessionListSize=" + value);
520 return hotSwappableSessionServiceConfig.maxSessionListSize;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java182 private final int maxSessionListSize; field in class:SessionServiceConfig.HotSwappableSessionServiceConfig
197 maxSessionListSize = loadMaxSessionListSizeSchemaSetting(attrs);
233 sessionDebug.message("maxSessionListSize=" + value);
690 return hotSwappableSessionServiceConfig.maxSessionListSize;

Completed in 104 milliseconds