Uses of Class
org.keycloak.models.map.authSession.MapAuthenticationSessionAuthNoteUpdateEvent
-
Packages that use MapAuthenticationSessionAuthNoteUpdateEvent Package Description org.keycloak.models.map.authSession -
-
Uses of MapAuthenticationSessionAuthNoteUpdateEvent in org.keycloak.models.map.authSession
Methods in org.keycloak.models.map.authSession that return MapAuthenticationSessionAuthNoteUpdateEvent Modifier and Type Method Description static MapAuthenticationSessionAuthNoteUpdateEvent
MapAuthenticationSessionAuthNoteUpdateEvent. create(String authSessionId, String tabId, String clientUUID, Map<String,String> authNotesFragment)
Creates an instance of the event.
-