Uses of Class
org.apache.directory.shared.kerberos.codec.types.SamType

Packages that use SamType
org.apache.directory.server.kerberos.shared.store Provides the implementation for storing Kerberos principals and symmetric keys backed by JNDI. 
org.apache.directory.shared.kerberos.codec.types   
 

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.
 

Uses of SamType in org.apache.directory.shared.kerberos.codec.types
 

Methods in org.apache.directory.shared.kerberos.codec.types that return SamType
static SamType SamType.getTypeByOrdinal(int ordinal)
          Gets the ordinal by its ordinal value.
static SamType SamType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SamType[] SamType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.