Uses of Class
org.apache.directory.server.kerberos.shared.messages.value.SamType

Packages that use SamType
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. 
 

Uses of SamType in org.apache.directory.server.kerberos.sam
 

Methods in org.apache.directory.server.kerberos.sam that return SamType
 SamType SamVerifier.getSamType()
          Gets the registered SAM algorithm type implemented by this SamVerifier.
 SamType SamException.getSamType()
          Gets the registered SAM algorithm type associated with this SamException.
 

Constructors in org.apache.directory.server.kerberos.sam with parameters of type SamType
SamException(SamType type)
          Creates a SamException for a specific SamType.
SamException(SamType type, java.lang.String message)
          Creates a SamException for a specific SamType, with message.
SamException(SamType type, java.lang.String message, java.lang.Throwable cause)
          Creates a SamException for a specific SamType, with a message and the cause that resulted in this exception.
SamException(SamType type, java.lang.Throwable cause)
          Creates a SamException for a specific SamType, with the cause resulted in this exception.
 

Uses of SamType in org.apache.directory.server.kerberos.shared.messages.value
 

Fields in org.apache.directory.server.kerberos.shared.messages.value declared as SamType
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
 

Fields in org.apache.directory.server.kerberos.shared.messages.value with type parameters of type SamType
static java.util.List<SamType> SamType.VALUES
          a list of all the sam type constants
 

Methods in org.apache.directory.server.kerberos.shared.messages.value that return SamType
static SamType SamType.getTypeByOrdinal(int ordinal)
          Gets the ordinal by its ordinal value.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type SamType
 int SamType.compareTo(SamType that)
          Compares this type to another object hopefully one that is of the same type.
 

Uses of SamType in org.apache.directory.server.kerberos.shared.store
 

Methods in org.apache.directory.server.kerberos.shared.store that return SamType
 SamType PrincipalStoreEntry.getSamType()
          Returns the single-use authentication (SAM) type.
 

Methods in org.apache.directory.server.kerberos.shared.store with parameters of type SamType
 void PrincipalStoreEntryModifier.setSamType(SamType samType)
          Sets the single-use authentication (SAM) type.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.