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 intcompareTo(SilverpeasWebTokenService.WebToken o)booleanequals(Object o)protected StringgetId()StringgetValue()inthashCode()
-
-
-
Method Detail
-
getValue
public String getValue()
-
getId
protected String getId()
-
compareTo
public int compareTo(@Nonnull SilverpeasWebTokenService.WebToken o)- Specified by:
compareToin interfaceComparable<SilverpeasWebTokenService.WebToken>
-
-