Uses of Class
org.keycloak.sessions.AuthenticationSessionCompoundId
Packages that use AuthenticationSessionCompoundId
Package
Description
-
Uses of AuthenticationSessionCompoundId in org.keycloak.models.sessions.infinispan
Methods in org.keycloak.models.sessions.infinispan with parameters of type AuthenticationSessionCompoundIdModifier and TypeMethodDescriptionvoid
InfinispanAuthenticationSessionProvider.updateNonlocalSessionAuthNotes
(AuthenticationSessionCompoundId compoundId, Map<String, String> authNotesFragment) -
Uses of AuthenticationSessionCompoundId in org.keycloak.models.sessions.infinispan.remote
Methods in org.keycloak.models.sessions.infinispan.remote with parameters of type AuthenticationSessionCompoundIdModifier and TypeMethodDescriptionvoid
RemoteInfinispanAuthenticationSessionProvider.updateNonlocalSessionAuthNotes
(AuthenticationSessionCompoundId compoundId, Map<String, String> authNotesFragment) -
Uses of AuthenticationSessionCompoundId in org.keycloak.sessions
Methods in org.keycloak.sessions that return AuthenticationSessionCompoundIdModifier and TypeMethodDescriptionAuthenticationSessionCompoundId.fromAuthSession
(AuthenticationSessionModel authSession) Methods in org.keycloak.sessions with parameters of type AuthenticationSessionCompoundIdModifier 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.