Class MapAuthenticationSessionAuthNoteUpdateEvent
java.lang.Object
org.keycloak.models.map.authSession.MapAuthenticationSessionAuthNoteUpdateEvent
- All Implemented Interfaces:
 Serializable,ClusterEvent
- Author:
 - Martin Kanis
 - See Also:
 
- 
Constructor Details
- 
MapAuthenticationSessionAuthNoteUpdateEvent
public MapAuthenticationSessionAuthNoteUpdateEvent() 
 - 
 - 
Method Details
- 
create
public static MapAuthenticationSessionAuthNoteUpdateEvent create(String authSessionId, String tabId, String clientUUID, Map<String, String> authNotesFragment) Creates an instance of the event.- Parameters:
 authSessionId-authNotesFragment-- Returns:
 - Event. Note that 
authNotesFragmentproperty is not thread safe which is fine for now. 
 - 
getAuthSessionId
 - 
getTabId
 - 
getClientUUID
 - 
getAuthNotesFragment
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -