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

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java118 private volatile HotSwappableSessionServiceConfig hotSwappableSessionServiceConfig; field in class:SessionServiceConfig
307 hotSwappableSessionServiceConfig = new HotSwappableSessionServiceConfig(serviceSchemaManager);
313 hotSwappableSessionServiceConfig = new HotSwappableSessionServiceConfig(serviceSchemaManager);
389 return hotSwappableSessionServiceConfig.constraintHandler;
398 return hotSwappableSessionServiceConfig.denyLoginIfDBIsDown;
407 return hotSwappableSessionServiceConfig.sessionConstraintEnabled;
493 return hotSwappableSessionServiceConfig.timeoutHandlers;
511 return hotSwappableSessionServiceConfig.sessionRetrievalTimeout;
520 return hotSwappableSessionServiceConfig.maxSessionListSize;
535 return hotSwappableSessionServiceConfig
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java140 private volatile HotSwappableSessionServiceConfig hotSwappableSessionServiceConfig; field in class:SessionServiceConfig
365 hotSwappableSessionServiceConfig = new HotSwappableSessionServiceConfig(serviceSchemaManager);
372 hotSwappableSessionServiceConfig = new HotSwappableSessionServiceConfig(serviceSchemaManager);
523 return hotSwappableSessionServiceConfig.constraintHandler;
532 return hotSwappableSessionServiceConfig.denyLoginIfDBIsDown;
541 return hotSwappableSessionServiceConfig.sessionConstraintEnabled;
550 return hotSwappableSessionServiceConfig.sessionTrimmingEnabled;
663 return hotSwappableSessionServiceConfig.timeoutHandlers;
681 return hotSwappableSessionServiceConfig.sessionRetrievalTimeout;
690 return hotSwappableSessionServiceConfig
[all...]

Completed in 31 milliseconds