Searched refs:authenticationSessionStore (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSessionFactory.java68 private final AuthenticationSessionStore authenticationSessionStore; field in class:InternalSessionFactory
75 AuthenticationSessionStore authenticationSessionStore,
80 this.authenticationSessionStore = authenticationSessionStore;
108 authenticationSessionStore.addSession(session);
72 InternalSessionFactory( @amedSessionConstants.SESSION_DEBUG) Debug sessionDebug, SessionServerConfig serverConfig, AuthenticationSessionStore authenticationSessionStore, SessionAccessManager sessionAccessManager) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/
H A DAuthSessionFactory.java51 private final AuthenticationSessionStore authenticationSessionStore; field in class:AuthSessionFactory
57 AuthenticationSessionStore authenticationSessionStore,
61 this.authenticationSessionStore = authenticationSessionStore;
105 authenticationSessionStore.promoteSession(session.getSessionID());
56 AuthSessionFactory(final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, AuthenticationSessionStore authenticationSessionStore, final InternalSessionFactory internalSessionFactory, final DsameAdminTokenProvider dsameAdminTokenProvider) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java372 private final AuthenticationSessionStore authenticationSessionStore = field in class:LoginState
5254 authenticationSessionStore.promoteSession(sessionReference);

Completed in 78 milliseconds