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 int
compareTo(AuthenticationToken.TokenProperty o)
boolean
equals(Object o)
String
getDescription()
String
getKey()
boolean
getMask()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getDescription
public String getDescription()
-
getMask
public boolean getMask()
-
compareTo
public int compareTo(AuthenticationToken.TokenProperty o)
- Specified by:
compareTo
in interfaceComparable<AuthenticationToken.TokenProperty>
-
-