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

Packages that use SamType
org.apache.directory.server.kerberos.sam   
org.apache.directory.server.kerberos.shared.messages.value   
org.apache.directory.server.kerberos.shared.store   
 

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

Methods in org.apache.directory.server.kerberos.sam that return SamType
 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.
 

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
 

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.
 

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()
           
 

Methods in org.apache.directory.server.kerberos.shared.store with parameters of type SamType
 void PrincipalStoreEntryModifier.setSamType(SamType samType)
           
 



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