Uses of Class
org.keycloak.sessions.AuthenticationSessionCompoundId
- 
Packages that use AuthenticationSessionCompoundId Package Description org.keycloak.models.map.authSession org.keycloak.models.sessions.infinispan org.keycloak.sessions 
- 
- 
Uses of AuthenticationSessionCompoundId in org.keycloak.models.map.authSessionMethods in org.keycloak.models.map.authSession with parameters of type AuthenticationSessionCompoundId Modifier and Type Method Description voidMapRootAuthenticationSessionProvider. updateNonlocalSessionAuthNotes(AuthenticationSessionCompoundId compoundId, Map<String,String> authNotesFragment)
- 
Uses of AuthenticationSessionCompoundId in org.keycloak.models.sessions.infinispanMethods in org.keycloak.models.sessions.infinispan with parameters of type AuthenticationSessionCompoundId Modifier and Type Method Description voidInfinispanAuthenticationSessionProvider. updateNonlocalSessionAuthNotes(AuthenticationSessionCompoundId compoundId, Map<String,String> authNotesFragment)
- 
Uses of AuthenticationSessionCompoundId in org.keycloak.sessionsMethods in org.keycloak.sessions that return AuthenticationSessionCompoundId Modifier and Type Method Description static AuthenticationSessionCompoundIdAuthenticationSessionCompoundId. decoded(String rootAuthSessionId, String tabId, String clientUUID)static AuthenticationSessionCompoundIdAuthenticationSessionCompoundId. encoded(String encodedId)static AuthenticationSessionCompoundIdAuthenticationSessionCompoundId. fromAuthSession(AuthenticationSessionModel authSession)Methods in org.keycloak.sessions with parameters of type AuthenticationSessionCompoundId Modifier and Type Method Description voidAuthenticationSessionProvider. updateNonlocalSessionAuthNotes(AuthenticationSessionCompoundId compoundId, Map<String,String> authNotesFragment)Requests update of authNotes of a root authentication session that is not owned by this instance but might exist somewhere in the cluster.
 
-