Interface SessionAttributeKey
-
- All Superinterfaces:
Comparable<SessionAttributeKey>,Key<String>
public interface SessionAttributeKey extends Key<String>, Comparable<SessionAttributeKey>
A key for session attribute entries, identified via session identifier and attribute identifier.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intcompareTo(SessionAttributeKey key)UUIDgetAttributeId()
-
-
-
Method Detail
-
getAttributeId
UUID getAttributeId()
-
compareTo
default int compareTo(SessionAttributeKey key)
- Specified by:
compareToin interfaceComparable<SessionAttributeKey>
-
-