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