Class AuthenticationSessionAuthNoteUpdateEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.AuthenticationSessionAuthNoteUpdateEvent
- All Implemented Interfaces:
 Serializable,ClusterEvent
@SerializeWith(ExternalizerImpl.class)
public class AuthenticationSessionAuthNoteUpdateEvent
extends Object
implements ClusterEvent
- Author:
 - hmlnarik
 - See Also:
 
- 
Constructor Details
- 
AuthenticationSessionAuthNoteUpdateEvent
public AuthenticationSessionAuthNoteUpdateEvent() 
 - 
 - 
Method Details
- 
create
public static AuthenticationSessionAuthNoteUpdateEvent 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
 
 -