|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaDataType | |
---|---|
org.apache.directory.server.kerberos.shared.messages.value | Provides value object components of Kerberos messages. |
org.apache.directory.server.kerberos.shared.messages.value.types |
Uses of PaDataType in org.apache.directory.server.kerberos.shared.messages.value |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.value that return PaDataType | |
---|---|
PaDataType |
PaData.getPaDataType()
Returns the PaDataType . |
Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type PaDataType | |
---|---|
void |
PaData.setPaDataType(PaDataType paDataType)
Set the PA-DATA type |
Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type PaDataType | |
---|---|
PaData(PaDataType paDataType,
byte[] paDataValue)
Creates a new instance of PreAuthenticationData. |
Uses of PaDataType in org.apache.directory.server.kerberos.shared.messages.value.types |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.value.types that return PaDataType | |
---|---|
static PaDataType |
PaDataType.getTypeByOrdinal(int type)
Returns the pre authentication data type when specified by its ordinal. |
static PaDataType |
PaDataType.valueOf(java.lang.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're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |