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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionMaxStats.java41 private final InternalSessionCache internalSessionCache; field in class:SessionMaxStats
51 * @param internalSessionCache session internalSessionCache
57 InternalSessionCache internalSessionCache,
62 this.internalSessionCache = internalSessionCache;
73 if (!internalSessionCache.isEmpty()) {
75 int maxSessions = internalSessionCache.size();
56 SessionMaxStats( InternalSessionCache internalSessionCache, MonitoringOperations monitoringOperations, SessionNotificationSender sessionNotificationSender, Stats stats) argument
H A DSessionService.java196 final InternalSessionCache internalSessionCache,
218 this.cache = internalSessionCache;
182 SessionService( final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, final @Named(SessionConstants.STATS_MASTER_TABLE) Stats stats, final SSOTokenManager ssoTokenManager, final DsameAdminTokenProvider dsameAdminTokenProvider, final SessionServerConfig serverConfig, final SessionServiceConfig serviceConfig, final MonitoringOperations monitoringOperations, final TokenIdFactory tokenIdFactory, final SessionAdapter tokenAdapter, final SessionInfoFactory sessionInfoFactory, final SessionLogging sessionLogging, final SessionAuditor sessionAuditor, final HttpConnectionFactory httpConnectionFactory, final InternalSessionCache internalSessionCache, final InternalSessionFactory internalSessionFactory, final SessionNotificationSender sessionNotificationSender, final SessionServiceURLService sessionServiceURLService, final SessionCache sessionCache, final SessionCookies sessionCookies, final SessionPollerPool sessionPollerPool, final StatelessSessionFactory statelessSessionFactory) argument

Completed in 33 milliseconds