org.apache.accumulo.core.client.security.tokens
Class AuthenticationToken.TokenProperty

java.lang.Object
  extended by 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
AuthenticationToken.TokenProperty(String name, String description, boolean mask)
           
 
Method Summary
 int compareTo(AuthenticationToken.TokenProperty o)
           
 boolean equals(Object o)
           
 String getDescription()
           
 String getKey()
           
 boolean getMask()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationToken.TokenProperty

public AuthenticationToken.TokenProperty(String name,
                                         String description,
                                         boolean mask)
Method Detail

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.