Package org.keycloak.sessions
Class AuthenticationSessionCompoundId
- java.lang.Object
- 
- org.keycloak.sessions.AuthenticationSessionCompoundId
 
- 
 public class AuthenticationSessionCompoundId extends Object Allow to encode compound string to fully lookup authenticationSessionModel- Author:
- Marek Posolda
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthenticationSessionCompoundId(String rootSessionId, String tabId, String clientUUID, String encodedId)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthenticationSessionCompoundIddecoded(String rootAuthSessionId, String tabId, String clientUUID)static AuthenticationSessionCompoundIdencoded(String encodedId)static AuthenticationSessionCompoundIdfromAuthSession(AuthenticationSessionModel authSession)StringgetClientUUID()StringgetEncodedId()StringgetRootSessionId()StringgetTabId()
 
- 
- 
- 
Method Detail- 
fromAuthSessionpublic static AuthenticationSessionCompoundId fromAuthSession(AuthenticationSessionModel authSession) 
 - 
decodedpublic static AuthenticationSessionCompoundId decoded(String rootAuthSessionId, String tabId, String clientUUID) 
 - 
encodedpublic static AuthenticationSessionCompoundId encoded(String encodedId) 
 - 
getRootSessionIdpublic String getRootSessionId() 
 - 
getTabIdpublic String getTabId() 
 - 
getClientUUIDpublic String getClientUUID() 
 - 
getEncodedIdpublic String getEncodedId() 
 
- 
 
-