Class AuthenticationToken.TokenProperty
- java.lang.Object
-
- org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
-
- All Implemented Interfaces:
Comparable<AuthenticationToken.TokenProperty>
- Enclosing interface:
- AuthenticationToken
public static class AuthenticationToken.TokenProperty extends Object implements Comparable<AuthenticationToken.TokenProperty>
-
-
Constructor Summary
Constructors Constructor Description TokenProperty(String name, String description, boolean mask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AuthenticationToken.TokenProperty o)booleanequals(Object o)StringgetDescription()StringgetKey()booleangetMask()inthashCode()StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getDescription
public String getDescription()
-
getMask
public boolean getMask()
-
compareTo
public int compareTo(AuthenticationToken.TokenProperty o)
- Specified by:
compareToin interfaceComparable<AuthenticationToken.TokenProperty>
-
-