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

Packages that use PrincipalNameType
org.apache.directory.shared.kerberos.codec.types   
org.apache.directory.shared.kerberos.components   
 

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

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

Uses of PrincipalNameType in org.apache.directory.shared.kerberos.components
 

Methods in org.apache.directory.shared.kerberos.components that return PrincipalNameType
 PrincipalNameType PrincipalName.getNameType()
          Returns the type of the PrincipalName.
 

Methods in org.apache.directory.shared.kerberos.components with parameters of type PrincipalNameType
 void PrincipalName.setNameType(PrincipalNameType nameType)
          Set the Principal name Type
 

Constructors in org.apache.directory.shared.kerberos.components with parameters of type PrincipalNameType
PrincipalName(String nameString, PrincipalNameType nameType)
          Creates a new instance of PrincipalName given a String and an prinipal type.
 



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