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

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

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

Fields in org.apache.directory.server.kerberos.shared.messages.value declared as PrincipalNameType
static PrincipalNameType PrincipalNameType.KRB_NT_ENTERPRISE
          Constant for the "Enterprise name; may be mapped to principal name" principal name type.
static PrincipalNameType PrincipalNameType.KRB_NT_PRINCIPAL
          Constant for the "Just the name of the principal as in DCE, or for users" principal name type.
static PrincipalNameType PrincipalNameType.KRB_NT_SMTP_NAME
          Constant for the "Name in form of SMTP email name (e.g., user@example.com)" principal name type.
static PrincipalNameType PrincipalNameType.KRB_NT_SRV_HST
          Constant for the "Service with host name as instance (telnet, rcommands)" principal name type.
static PrincipalNameType PrincipalNameType.KRB_NT_SRV_INST
          Constant for the "Service and other unique instance (krbtgt)" principal name type.
static PrincipalNameType PrincipalNameType.KRB_NT_SRV_XHST
          Constant for the "Service with host as remaining components" principal name type.
static PrincipalNameType PrincipalNameType.KRB_NT_UID
          Constant for the "Unique ID" principal name type.
static PrincipalNameType PrincipalNameType.KRB_NT_UNKNOWN
          Constant for the "Name type not known" principal name type.
static PrincipalNameType PrincipalNameType.KRB_NT_X500_PRINCIPAL
          Constant for the "Encoded X.509 Distinguished name [RFC2253]" principal name type.
 

Fields in org.apache.directory.server.kerberos.shared.messages.value with type parameters of type PrincipalNameType
static java.util.List<PrincipalNameType> PrincipalNameType.VALUES
          A List of all the principal name type constants.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value that return PrincipalNameType
static PrincipalNameType PrincipalNameType.getTypeByOrdinal(int type)
          Returns the principal name type when specified by its ordinal.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type PrincipalNameType
 int PrincipalNameType.compareTo(PrincipalNameType that)
           
 



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