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