public class SessionAttributeKey extends GroupedKey<String>
| Constructor and Description |
|---|
SessionAttributeKey(Map.Entry<String,UUID> entry) |
SessionAttributeKey(String sessionId,
UUID attributeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
UUID |
getAttributeId() |
int |
hashCode() |
String |
toString() |
getGroup, getIdpublic UUID getAttributeId()
public int hashCode()
hashCode in class GroupedKey<String>public boolean equals(Object object)
equals in class GroupedKey<String>public String toString()
toString in class GroupedKey<String>Copyright © 2021 JBoss by Red Hat. All rights reserved.