Uses of Class
org.keycloak.sessions.AuthenticationSessionCompoundId
Package
Description
-
Uses of AuthenticationSessionCompoundId in org.keycloak.models.sessions.infinispan
Modifier and TypeMethodDescriptionvoid
InfinispanAuthenticationSessionProvider.updateNonlocalSessionAuthNotes
(AuthenticationSessionCompoundId compoundId, Map<String, String> authNotesFragment) -
Uses of AuthenticationSessionCompoundId in org.keycloak.models.sessions.infinispan.remote
Modifier and TypeMethodDescriptionvoid
RemoteInfinispanAuthenticationSessionProvider.updateNonlocalSessionAuthNotes
(AuthenticationSessionCompoundId compoundId, Map<String, String> authNotesFragment) -
Uses of AuthenticationSessionCompoundId in org.keycloak.sessions
Modifier and TypeMethodDescriptionAuthenticationSessionCompoundId.fromAuthSession
(AuthenticationSessionModel authSession) Modifier and TypeMethodDescriptionvoid
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.