| Package | Description |
|---|---|
| org.cloudfoundry.uaa.tokens |
| Modifier and Type | Method and Description |
|---|---|
static KeyType |
KeyType.from(String s) |
abstract KeyType |
AbstractTokenKey.getKeyType()
The key type
|
KeyType |
TokenKey.getKeyType()
The key type
|
KeyType |
GetTokenKeyResponse.getKeyType()
The key type
|
static KeyType |
KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TokenKey.Builder |
TokenKey.Builder.keyType(KeyType keyType)
Initializes the value for the
keyType attribute. |
GetTokenKeyResponse.Builder |
GetTokenKeyResponse.Builder.keyType(KeyType keyType)
Initializes the value for the
keyType attribute. |
Copyright © 2020. All rights reserved.