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

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

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-2007 Apache Software Foundation. All Rights Reserved.