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 Summary
Nested Classes Modifier and Type Class Description static classAuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl
-
Constructor Summary
Constructors Constructor Description AuthenticationSessionAuthNoteUpdateEvent()
-
Method Summary
All 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
-
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
public String getAuthSessionId()
-
getTabId
public String getTabId()
-
getClientUUID
public String getClientUUID()
-
-