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:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl
 - 
Constructor SummaryConstructors Constructor Description AuthenticationSessionAuthNoteUpdateEvent()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthenticationSessionAuthNoteUpdateEventcreate(String authSessionId, String tabId, String clientUUID, Map<String,String> authNotesFragment)Creates an instance of the event.booleanequals(Object o)Map<String,String>getAuthNotesFragment()StringgetAuthSessionId()StringgetClientUUID()StringgetTabId()inthashCode()StringtoString()
 
- 
- 
- 
Method Detail- 
createpublic 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.
 
 - 
getAuthSessionIdpublic String getAuthSessionId() 
 - 
getTabIdpublic String getTabId() 
 - 
getClientUUIDpublic String getClientUUID() 
 
- 
 
-