| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.shared.store |
Provides the implementation for storing Kerberos principals
and symmetric keys backed by JNDI.
|
| org.apache.directory.shared.kerberos.codec.types |
| Modifier and Type | Method and Description |
|---|---|
SamType |
PrincipalStoreEntry.getSamType()
Returns the single-use authentication (SAM) type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalStoreEntryModifier.setSamType(SamType samType)
Sets the single-use authentication (SAM) type.
|
| Modifier and Type | Method and Description |
|---|---|
static SamType |
SamType.getTypeByOrdinal(int ordinal)
Gets the ordinal by its ordinal value.
|
static SamType |
SamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamType[] |
SamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.