Uses of Class
org.keycloak.models.cache.infinispan.events.AuthenticationSessionAuthNoteUpdateEvent
-
Packages that use AuthenticationSessionAuthNoteUpdateEvent Package Description org.keycloak.models.cache.infinispan.events -
-
Uses of AuthenticationSessionAuthNoteUpdateEvent in org.keycloak.models.cache.infinispan.events
Methods in org.keycloak.models.cache.infinispan.events that return AuthenticationSessionAuthNoteUpdateEvent Modifier and Type Method Description static AuthenticationSessionAuthNoteUpdateEvent
AuthenticationSessionAuthNoteUpdateEvent. create(String authSessionId, String tabId, String clientUUID, Map<String,String> authNotesFragment)
Creates an instance of the event.AuthenticationSessionAuthNoteUpdateEvent
AuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl. readObject(ObjectInput input)
AuthenticationSessionAuthNoteUpdateEvent
AuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl. readObjectVersion1(ObjectInput input)
Methods in org.keycloak.models.cache.infinispan.events with parameters of type AuthenticationSessionAuthNoteUpdateEvent Modifier and Type Method Description void
AuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl. writeObject(ObjectOutput output, AuthenticationSessionAuthNoteUpdateEvent value)
-