Uses of Class
com.orbitz.consul.model.acl.TokenType
-
Packages that use TokenType Package Description com.orbitz.consul.model.acl -
-
Uses of TokenType in com.orbitz.consul.model.acl
Methods in com.orbitz.consul.model.acl that return TokenType Modifier and Type Method Description static TokenTypeTokenType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TokenType[]TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-