@SerializeWith(value=AuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl.class) public class AuthenticationSessionAuthNoteUpdateEvent extends Object implements ClusterEvent
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticationSessionAuthNoteUpdateEvent.ExternalizerImpl |
Constructor and Description |
---|
AuthenticationSessionAuthNoteUpdateEvent() |
Modifier and Type | Method and Description |
---|---|
static AuthenticationSessionAuthNoteUpdateEvent |
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 AuthenticationSessionAuthNoteUpdateEvent()
public static AuthenticationSessionAuthNoteUpdateEvent 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.