public class MapAuthenticationSessionAuthNoteUpdateEvent extends Object implements ClusterEvent
Constructor and Description |
---|
MapAuthenticationSessionAuthNoteUpdateEvent() |
Modifier and Type | Method and Description |
---|---|
static MapAuthenticationSessionAuthNoteUpdateEvent |
create(String authSessionId,
String tabId,
String clientUUID,
Map<String,String> authNotesFragment)
Creates an instance of the event.
|
boolean |
equals(Object o) |
Map<String,String> |
getAuthNotesFragment() |
String |
getAuthSessionId() |
String |
getClientUUID() |
String |
getTabId() |
int |
hashCode() |
String |
toString() |
public MapAuthenticationSessionAuthNoteUpdateEvent()
public static MapAuthenticationSessionAuthNoteUpdateEvent create(String authSessionId, String tabId, String clientUUID, Map<String,String> authNotesFragment)
authSessionId
- authNotesFragment
- authNotesFragment
property is not thread safe which is fine for now.public String getAuthSessionId()
public String getTabId()
public String getClientUUID()
Copyright © 2021 JBoss by Red Hat. All rights reserved.