public static class AuthenticationToken.TokenProperty extends Object implements Comparable<AuthenticationToken.TokenProperty>
Constructor and Description |
---|
TokenProperty(String name,
String description,
boolean mask) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AuthenticationToken.TokenProperty o) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getKey() |
boolean |
getMask() |
int |
hashCode() |
String |
toString() |
public String getKey()
public String getDescription()
public boolean getMask()
public int compareTo(AuthenticationToken.TokenProperty o)
compareTo
in interface Comparable<AuthenticationToken.TokenProperty>
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.