|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.value.PrincipalNameType
public final class PrincipalNameType
| Field Summary | |
|---|---|
static PrincipalNameType |
KRB_NT_ENTERPRISE
Constant for the "Enterprise name; may be mapped to principal name" principal name type. |
static PrincipalNameType |
KRB_NT_PRINCIPAL
Constant for the "Just the name of the principal as in DCE, or for users" principal name type. |
static 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 |
KRB_NT_SRV_HST
Constant for the "Service with host name as instance (telnet, rcommands)" principal name type. |
static PrincipalNameType |
KRB_NT_SRV_INST
Constant for the "Service and other unique instance (krbtgt)" principal name type. |
static PrincipalNameType |
KRB_NT_SRV_XHST
Constant for the "Service with host as remaining components" principal name type. |
static PrincipalNameType |
KRB_NT_UID
Constant for the "Unique ID" principal name type. |
static PrincipalNameType |
KRB_NT_UNKNOWN
Constant for the "Name type not known" principal name type. |
static PrincipalNameType |
KRB_NT_X500_PRINCIPAL
Constant for the "Encoded X.509 Distinguished name [RFC2253]" principal name type. |
static java.util.List<PrincipalNameType> |
VALUES
A List of all the principal name type constants. |
| Method Summary | |
|---|---|
int |
compareTo(PrincipalNameType that)
|
int |
getOrdinal()
Returns the number associated with this principal name type. |
static PrincipalNameType |
getTypeByOrdinal(int type)
Returns the principal name type when specified by its ordinal. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PrincipalNameType KRB_NT_UNKNOWN
public static final PrincipalNameType KRB_NT_PRINCIPAL
public static final PrincipalNameType KRB_NT_SRV_INST
public static final PrincipalNameType KRB_NT_SRV_HST
public static final PrincipalNameType KRB_NT_SRV_XHST
public static final PrincipalNameType KRB_NT_UID
public static final PrincipalNameType KRB_NT_X500_PRINCIPAL
public static final PrincipalNameType KRB_NT_SMTP_NAME
public static final PrincipalNameType KRB_NT_ENTERPRISE
public static final java.util.List<PrincipalNameType> VALUES
| Method Detail |
|---|
public static PrincipalNameType getTypeByOrdinal(int type)
type -
public int getOrdinal()
public int compareTo(PrincipalNameType that)
compareTo in interface java.lang.Comparable<PrincipalNameType>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||