org.apache.accumulo.core.client.security.tokens
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>
AuthenticationToken.TokenProperty
public AuthenticationToken.TokenProperty(String name,
String description,
boolean mask)
toString
public String toString()
- Overrides:
toString
in class Object
getKey
public String getKey()
getDescription
public String getDescription()
getMask
public boolean getMask()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
compareTo
public int compareTo(AuthenticationToken.TokenProperty o)
- Specified by:
compareTo
in interface Comparable<AuthenticationToken.TokenProperty>
Copyright © 2015 Apache Accumulo Project. All rights reserved.