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

Packages that use SamType
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.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-2007 The Apache Software Foundation. All Rights Reserved.