Package org.keycloak.sessions
Class AuthenticationSessionCompoundId
java.lang.Object
org.keycloak.sessions.AuthenticationSessionCompoundId
Allow to encode compound string to fully lookup authenticationSessionModel
- Author:
- Marek Posolda
-
Constructor Summary
ConstructorDescriptionAuthenticationSessionCompoundId
(String rootSessionId, String tabId, String clientUUID, String encodedId) -
Method Summary
Modifier and TypeMethodDescriptionfromAuthSession
(AuthenticationSessionModel authSession) getTabId()
-
Constructor Details
-
AuthenticationSessionCompoundId
-
-
Method Details
-
fromAuthSession
public static AuthenticationSessionCompoundId fromAuthSession(AuthenticationSessionModel authSession) -
decoded
public static AuthenticationSessionCompoundId decoded(String rootAuthSessionId, String tabId, String clientUUID) -
encoded
-
getRootSessionId
-
getTabId
-
getClientUUID
-
getEncodedId
-