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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java539 getSessionService().destroyInternalSession(sid);
555 is = getSessionService().newInternalSession(domain, httpSession, stateless);
593 is = getSessionService().getInternalSession(sid);
804 static SessionService getSessionService() { method in class:AuthD
821 final Session authSession = getSessionService().getAuthenticationSession(defaultOrg, null);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java520 getSessionService().destroyAuthenticationSession(sid);
530 return getSessionService().newInternalSession(domain, stateless);
778 static SessionService getSessionService() { method in class:AuthD

Completed in 28 milliseconds