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.eventsMethods in org.keycloak.models.cache.infinispan.events that return AuthenticationSessionAuthNoteUpdateEvent Modifier and Type Method Description static AuthenticationSessionAuthNoteUpdateEventAuthenticationSessionAuthNoteUpdateEvent. create(String authSessionId, String tabId, String clientUUID, Map<String,String> authNotesFragment)Creates an instance of the event.AuthenticationSessionAuthNoteUpdateEventAuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl. readObject(ObjectInput input)AuthenticationSessionAuthNoteUpdateEventAuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl. readObjectVersion1(ObjectInput input)Methods in org.keycloak.models.cache.infinispan.events with parameters of type AuthenticationSessionAuthNoteUpdateEvent Modifier and Type Method Description voidAuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl. writeObject(ObjectOutput output, AuthenticationSessionAuthNoteUpdateEvent value)
 
-