| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.type.base |
| Modifier and Type | Method and Description |
|---|---|
static TokenFormat |
TokenFormat.fromValue(Integer value) |
TokenFormat |
KrbTokenBase.getTokenFormat()
Get token format.
|
static TokenFormat |
TokenFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenFormat[] |
TokenFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KrbTokenBase.setTokenFormat(TokenFormat tokenFormat)
Set token format.
|
| Constructor and Description |
|---|
KrbToken(AuthToken authToken,
TokenFormat format)
Construct with prepared authToken and token format.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.