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

Packages that use PrincipalNameType
org.apache.directory.server.kerberos.shared.messages.value Provides value object components of Kerberos messages. 
org.apache.directory.server.kerberos.shared.messages.value.types   
 

Uses of PrincipalNameType in org.apache.directory.server.kerberos.shared.messages.value
 

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

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

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

Uses of PrincipalNameType in org.apache.directory.server.kerberos.shared.messages.value.types
 

Methods in org.apache.directory.server.kerberos.shared.messages.value.types that return PrincipalNameType
static PrincipalNameType PrincipalNameType.getTypeByOrdinal(int type)
          Returns the principal name type when specified by its ordinal.
static PrincipalNameType PrincipalNameType.valueOf(java.lang.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're declared.
 



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