Package org.silverpeas.core.web.token
Class SilverpeasWebTokenService.WebToken
- java.lang.Object
-
- org.silverpeas.core.web.token.SilverpeasWebTokenService.WebToken
-
- All Implemented Interfaces:
Serializable
,Comparable<SilverpeasWebTokenService.WebToken>
- Enclosing class:
- SilverpeasWebTokenService
public static class SilverpeasWebTokenService.WebToken extends Object implements Serializable, Comparable<SilverpeasWebTokenService.WebToken>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(SilverpeasWebTokenService.WebToken o)
boolean
equals(Object o)
protected String
getId()
String
getValue()
int
hashCode()
-
-
-
Method Detail
-
getValue
public String getValue()
-
getId
protected String getId()
-
compareTo
public int compareTo(@Nonnull SilverpeasWebTokenService.WebToken o)
- Specified by:
compareTo
in interfaceComparable<SilverpeasWebTokenService.WebToken>
-
-