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.authSession
Methods in org.keycloak.models.map.authSession with parameters of type AuthenticationSessionCompoundId Modifier and Type Method Description void
MapRootAuthenticationSessionProvider. updateNonlocalSessionAuthNotes(AuthenticationSessionCompoundId compoundId, Map<String,String> authNotesFragment)
-
Uses of AuthenticationSessionCompoundId in org.keycloak.models.sessions.infinispan
Methods in org.keycloak.models.sessions.infinispan with parameters of type AuthenticationSessionCompoundId Modifier and Type Method Description void
InfinispanAuthenticationSessionProvider. updateNonlocalSessionAuthNotes(AuthenticationSessionCompoundId compoundId, Map<String,String> authNotesFragment)
-
Uses of AuthenticationSessionCompoundId in org.keycloak.sessions
Methods in org.keycloak.sessions that return AuthenticationSessionCompoundId Modifier and Type Method Description static AuthenticationSessionCompoundId
AuthenticationSessionCompoundId. decoded(String rootAuthSessionId, String tabId, String clientUUID)
static AuthenticationSessionCompoundId
AuthenticationSessionCompoundId. encoded(String encodedId)
static AuthenticationSessionCompoundId
AuthenticationSessionCompoundId. fromAuthSession(AuthenticationSessionModel authSession)
Methods in org.keycloak.sessions with parameters of type AuthenticationSessionCompoundId Modifier and Type Method Description void
AuthenticationSessionProvider. 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.
-