| Package | Description |
|---|---|
| org.apache.directory.shared.kerberos.codec.types | |
| org.apache.directory.shared.kerberos.components |
| Modifier and Type | Method and Description |
|---|---|
static PaDataType |
PaDataType.getTypeByValue(int type)
Returns the pre authentication data type when specified by its ordinal.
|
static PaDataType |
PaDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaDataType[] |
PaDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PaDataType |
PaData.getPaDataType()
Returns the
PaDataType. |
| Modifier and Type | Method and Description |
|---|---|
void |
PaData.setPaDataType(PaDataType paDataType)
Set the PA-DATA type
|
| Constructor and Description |
|---|
PaData(PaDataType paDataType,
byte[] paDataValue)
Creates a new instance of PreAuthenticationData.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.