public static class PersistentClientSessionEntity.Key extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
clientId |
protected String |
clientStorageProvider |
protected String |
externalClientId |
protected String |
offline |
protected String |
userSessionId |
Constructor and Description |
---|
Key() |
Key(String userSessionId,
String clientId,
String clientStorageProvider,
String externalClientId,
String offline) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClientId() |
String |
getClientStorageProvider() |
String |
getExternalClientId() |
String |
getOffline() |
String |
getUserSessionId() |
int |
hashCode() |
protected String userSessionId
protected String clientId
protected String clientStorageProvider
protected String externalClientId
protected String offline
Copyright © 2021 JBoss by Red Hat. All rights reserved.