| Package | Description |
|---|---|
| co.cask.cdap.security.auth |
Classes related to authentication of clients and daemons.
|
| Modifier and Type | Method and Description |
|---|---|
TokenState |
InvalidTokenException.getReason() |
TokenState |
AccessTokenValidator.validate(String token) |
TokenState |
TokenValidator.validate(String token)
Validates the access token and returns the
TokenState
describing the cause to be in this state |
static TokenState |
TokenState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenState[] |
TokenState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InvalidTokenException(TokenState reason,
String message) |
InvalidTokenException(TokenState reason,
String message,
Throwable cause) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.