| Package | Description |
|---|---|
| org.apache.directory.shared.kerberos.codec.types | |
| org.apache.directory.shared.kerberos.components |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationType |
AuthorizationType.getTypeByValue(int type)
Returns the authorization type when specified by its ordinal.
|
static AuthorizationType |
AuthorizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationType[] |
AuthorizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationType |
AuthorizationDataEntry.getAdType() |
AuthorizationType |
AuthorizationData.getCurrentAdType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationDataEntry.setAdType(AuthorizationType adType) |
void |
AuthorizationData.setCurrentAdType(AuthorizationType adType)
Set the current AD type
|
| Constructor and Description |
|---|
AuthorizationDataEntry(AuthorizationType adType,
byte[] adData)
Creates a new Instance of AD entry
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.