| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.type.fast | |
| org.apache.kerby.kerberos.kerb.type.pa |
| Modifier and Type | Method and Description |
|---|---|
PaDataType |
PaAuthnEntry.getPaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaAuthnEntry.setPaType(PaDataType paDataType) |
| Constructor and Description |
|---|
PaAuthnEntry(PaDataType type,
byte[] paData) |
| Modifier and Type | Method and Description |
|---|---|
static PaDataType |
PaDataType.fromValue(Integer value)
Get the PaDataType associated with a value.
|
PaDataType |
PaDataEntry.getPaDataType() |
PaDataType |
PaAuthenticationSetElem.getPaType() |
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 |
|---|---|
PaDataEntry |
PaData.findEntry(PaDataType paType)
Find a PaData from its type
|
void |
PaDataEntry.setPaDataType(PaDataType paDataType)
Sets a
PaDataType in this instance |
void |
PaAuthenticationSetElem.setPaType(PaDataType paDataType) |
| Constructor and Description |
|---|
PaDataEntry(PaDataType type,
byte[] paData)
Creates a PaDataEntry instance with a type and a value
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.