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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PaDataType |
PaDataType.getTypeByOrdinal(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.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.