| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.shared.messages.value |
Provides value object components of Kerberos messages.
|
| org.apache.directory.server.kerberos.shared.messages.value.types |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationType |
AuthorizationDataEntry.getAdType()
Returns the
AuthorizationType. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationDataEntry.setAdType(AuthorizationType adType)
Set the authorization type
|
| Constructor and Description |
|---|
AuthorizationDataEntry(AuthorizationType adType,
byte[] adData)
Creates a new instance of AuthorizationDataEntry.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationType |
AuthorizationType.getTypeByOrdinal(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.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.