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

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java145 private final long sessionBlacklistPollIntervalSeconds; field in class:SessionServiceConfig.HotSwappableSessionServiceConfig
167 sessionBlacklistPollIntervalSeconds = CollectionHelper.getLongMapAttr(attrs,
588 return unit.convert(hotSwappableSessionServiceConfig.sessionBlacklistPollIntervalSeconds, TimeUnit.SECONDS);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServiceConfig.java187 private final long sessionBlacklistPollIntervalSeconds; field in class:SessionServiceConfig.HotSwappableSessionServiceConfig
210 sessionBlacklistPollIntervalSeconds = CollectionHelper.getLongMapAttr(attrs,
770 return unit.convert(hotSwappableSessionServiceConfig.sessionBlacklistPollIntervalSeconds, TimeUnit.SECONDS);

Completed in 23 milliseconds