|
String | getAcr (SessionId session) |
|
SessionId | assertAuthenticatedSessionCorrespondsToNewRequest (SessionId session, String acrValuesStr) throws AcrChangedException |
|
void | reinitLogin (SessionId session, boolean force) |
|
void | resetToStep (SessionId session, int resetToStep) |
|
String | getSessionIdFromCookie (HttpServletRequest request) |
|
String | getUmaSessionIdFromCookie (HttpServletRequest request) |
|
String | getConsentSessionIdFromCookie (HttpServletRequest request) |
|
String | getSessionIdFromCookie (HttpServletRequest request, String cookieName) |
|
String | getSessionIdFromCookie () |
|
void | createSessionIdCookie (String sessionId, String sessionState, HttpServletResponse httpResponse, String cookieName) |
|
void | createSessionIdCookie (String sessionId, String sessionState, HttpServletResponse httpResponse, boolean isUma) |
|
void | createSessionIdCookie (String sessionId, String sessionState, boolean isUma) |
|
void | createSessionStateCookie (String sessionState, HttpServletResponse httpResponse) |
|
void | removeSessionIdCookie (HttpServletResponse httpResponse) |
|
void | removeUmaSessionIdCookie (HttpServletResponse httpResponse) |
|
void | removeConsentSessionIdCookie (HttpServletResponse httpResponse) |
|
SessionId | getSessionId () |
|
Map< String, String > | getSessionAttributes (SessionId sessionId) |
|
SessionId | generateAuthenticatedSessionId (HttpServletRequest httpRequest, String userDn) |
|
SessionId | generateAuthenticatedSessionId (HttpServletRequest httpRequest, String userDn, String prompt) |
|
SessionId | generateAuthenticatedSessionId (HttpServletRequest httpRequest, String userDn, Map< String, String > sessionIdAttributes) |
|
SessionId | generateUnauthenticatedSessionId (String userDn) |
|
SessionId | generateUnauthenticatedSessionId (String userDn, Date authenticationDate, SessionIdState state, Map< String, String > sessionIdAttributes, boolean persist) |
|
SessionId | setSessionIdStateAuthenticated (HttpServletRequest httpRequest, SessionId sessionId, String p_userDn) |
|
boolean | persistSessionId (final SessionId sessionId) |
|
boolean | persistSessionId (final SessionId sessionId, boolean forcePersistence) |
|
boolean | updateSessionId (final SessionId sessionId) |
|
boolean | updateSessionId (final SessionId sessionId, boolean updateLastUsedAt) |
|
boolean | updateSessionId (final SessionId sessionId, boolean updateLastUsedAt, boolean forceUpdate, boolean modified) |
|
void | updateSessionIdIfNeeded (SessionId sessionId, boolean modified) |
|
SessionId | getSessionById (String sessionId) |
|
SessionId | getSessionId (String sessionId) |
|
boolean | remove (SessionId sessionId) |
|
void | remove (List< SessionId > list) |
|
boolean | isSessionValid (SessionId sessionId) |
|
boolean | isSessionIdAuthenticated () |
|
boolean | isSessionIdAuthenticated (SessionId sessionId) |
|
boolean | isNotSessionIdAuthenticated () |
|
List< String > | acrValuesList (String acrValues) |
|
void | refreshSessionId () |
|
|
Map< String, String > | getCurrentSessionAttributes (Map< String, String > sessionAttributes) |
|
SessionId | generateAuthenticatedSessionId (HttpServletRequest httpRequest, String userDn, Date authenticationDate, Map< String, String > sessionIdAttributes, boolean persist) |
|
SessionId | generateSessionId (String userDn, Date authenticationDate, SessionIdState state, Map< String, String > sessionIdAttributes, boolean persist) |
|
Jwt | generateJwt (SessionId sessionId, String audience) |
|
void | putInCache (SessionId sessionId) |
|
SessionId | getFromCache (String sessionId) |
|
SessionId | mergeWithRetry (final SessionId sessionId, int maxAttempts) |
|
boolean | isPersisted (List< Prompt > prompts) |
|
String | dn (String p_id) |
|
String | getBaseDn () |
|
List< Prompt > | getPromptsFromSessionId (final SessionId sessionId) |
|
void | auditLogging (SessionId sessionId) |
|