|
||||||||||
| 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.components.MessageComponentType
public class MessageComponentType
Type-safe enumerator for message component types.
| Field Summary | |
|---|---|
static MessageComponentType |
KRB_AUTHENTICATOR
Constant for the "authenticator" message component type. |
static MessageComponentType |
KRB_ENC_AP_REP_PART
Constant for the "encrypted application request part" message component type. |
static MessageComponentType |
KRB_ENC_AS_REP_PART
Constant for the "encrypted initial authentication part" message component type. |
static MessageComponentType |
KRB_ENC_KRB_CRED_PART
Constant for the "encrypted credentials forward part" message component type. |
static MessageComponentType |
KRB_ENC_KRB_PRIV_PART
Constant for the "encrypted application message part" message component type. |
static MessageComponentType |
KRB_ENC_TGS_REP_PART
Constant for the "encrypted TGS request part" message component type. |
static MessageComponentType |
KRB_ENC_TKT_PART
Constant for the "encrypted ticket part" message component type. |
static MessageComponentType |
KRB_TKT
Constant for the "ticket" message component type. |
static MessageComponentType |
NULL
Constant for the "null" message component type. |
static java.util.List<MessageComponentType> |
VALUES
A List of all the message component type constants. |
| Method Summary | |
|---|---|
int |
compareTo(MessageComponentType that)
|
int |
getOrdinal()
Returns the number associated with this message component type. |
static MessageComponentType |
getTypeByOrdinal(int type)
Returns the message component 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 MessageComponentType NULL
public static final MessageComponentType KRB_TKT
public static final MessageComponentType KRB_AUTHENTICATOR
public static final MessageComponentType KRB_ENC_TKT_PART
public static final MessageComponentType KRB_ENC_AS_REP_PART
public static final MessageComponentType KRB_ENC_TGS_REP_PART
public static final MessageComponentType KRB_ENC_AP_REP_PART
public static final MessageComponentType KRB_ENC_KRB_PRIV_PART
public static final MessageComponentType KRB_ENC_KRB_CRED_PART
public static final java.util.List<MessageComponentType> VALUES
| Method Detail |
|---|
public static MessageComponentType getTypeByOrdinal(int type)
type -
public int getOrdinal()
public int compareTo(MessageComponentType that)
compareTo in interface java.lang.Comparable<MessageComponentType>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 | |||||||||