Package | Description |
---|---|
org.apache.directory.server.kerberos.sam |
Provides a subsystem that enables the KDC's Authentication Service (AS)
to use pluggable Single-use Authentication Mechanisms (SAM) during
pre-authentication processing.
|
org.apache.directory.server.kerberos.shared.messages.value |
Provides value object components of Kerberos messages.
|
org.apache.directory.server.kerberos.shared.store |
Provides the implementation for storing Kerberos principals
and symmetric keys backed by JNDI.
|
Modifier and Type | Method and Description |
---|---|
SamType |
SamException.getSamType()
Gets the registered SAM algorithm type associated with this SamException.
|
SamType |
SamVerifier.getSamType()
Gets the registered SAM algorithm type implemented by this SamVerifier.
|
Constructor and Description |
---|
SamException(SamType type)
Creates a SamException for a specific SamType.
|
SamException(SamType type,
String message)
Creates a SamException for a specific SamType, with message.
|
SamException(SamType type,
String message,
Throwable cause)
Creates a SamException for a specific SamType, with a message and the
cause that resulted in this exception.
|
SamException(SamType type,
Throwable cause)
Creates a SamException for a specific SamType, with the cause resulted in
this exception.
|
Modifier and Type | Field and Description |
---|---|
static SamType |
SamType.PA_SAM_TYPE_APACHE
safe SAM type enum for Apache Software Foundation
|
static SamType |
SamType.PA_SAM_TYPE_CRYPTOCARD
safe SAM type enum for CRYPTOCard
|
static SamType |
SamType.PA_SAM_TYPE_DIGI_PATH
safe SAM type enum for Digital Pathways
|
static SamType |
SamType.PA_SAM_TYPE_ENIGMA
safe SAM type enum for Enigma Logic
|
static SamType |
SamType.PA_SAM_TYPE_SECURID
safe SAM type enum for Security Dynamics
|
static SamType |
SamType.PA_SAM_TYPE_SKEY
safe SAM type enum for Traditional S/Key
|
static SamType |
SamType.PA_SAM_TYPE_SKEY_K0
safe SAM type enum for S/key where KDC has key 0
|
Modifier and Type | Field and Description |
---|---|
static List<SamType> |
SamType.VALUES
a list of all the sam type constants
|
Modifier and Type | Method and Description |
---|---|
static SamType |
SamType.getTypeByOrdinal(int ordinal)
Gets the ordinal by its ordinal value.
|
Modifier and Type | Method and Description |
---|---|
int |
SamType.compareTo(SamType that)
Compares this type to another object hopefully one that is of the same
type.
|
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.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.