Class MapAuthenticationSessionAuthNoteUpdateEvent
- java.lang.Object
-
- org.keycloak.models.map.authSession.MapAuthenticationSessionAuthNoteUpdateEvent
-
- All Implemented Interfaces:
Serializable,ClusterEvent
public class MapAuthenticationSessionAuthNoteUpdateEvent extends Object implements ClusterEvent
- Author:
- Martin Kanis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapAuthenticationSessionAuthNoteUpdateEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MapAuthenticationSessionAuthNoteUpdateEventcreate(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 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
public String getAuthSessionId()
-
getTabId
public String getTabId()
-
getClientUUID
public String getClientUUID()
-
-