|
||||||||||
| 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.MessageType
public final class MessageType
| Field Summary | |
|---|---|
static MessageType |
ENC_AP_REP_PART
Constant for the "encrypted application reply part" message type. |
static MessageType |
ENC_PRIV_PART
Constant for the "encrypted private message part" message type. |
static MessageType |
KRB_AP_REP
Constant for the "application response" message type. |
static MessageType |
KRB_AP_REQ
Constant for the "application request" message type. |
static MessageType |
KRB_AS_REP
Constant for the "initial authentication response" message type. |
static MessageType |
KRB_AS_REQ
Constant for the "initial authentication request" message type. |
static MessageType |
KRB_CRED
Constant for the "private (encrypted) message to forward credentials" message type. |
static MessageType |
KRB_ERROR
Constant for the "error response" message type. |
static MessageType |
KRB_PRIV
Constant for the "private (encrypted) application message" message type. |
static MessageType |
KRB_SAFE
Constant for the "safe (checksummed) application message" message type. |
static MessageType |
KRB_TGS_REP
Constant for the "response to authentication based on TGT" message type. |
static MessageType |
KRB_TGS_REQ
Constant for the "request for authentication based on TGT" message type. |
static MessageType |
NULL
Constant for the "null" message type. |
static java.util.List<MessageType> |
VALUES
A list of all the message type constants. |
| Method Summary | |
|---|---|
int |
compareTo(MessageType that)
|
int |
getOrdinal()
Returns the number associated with this message type. |
static MessageType |
getTypeByOrdinal(int type)
Returns the message 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 MessageType NULL
public static final MessageType KRB_AS_REQ
public static final MessageType KRB_AS_REP
public static final MessageType KRB_TGS_REQ
public static final MessageType KRB_TGS_REP
public static final MessageType KRB_AP_REQ
public static final MessageType KRB_AP_REP
public static final MessageType KRB_SAFE
public static final MessageType KRB_PRIV
public static final MessageType KRB_CRED
public static final MessageType ENC_AP_REP_PART
public static final MessageType ENC_PRIV_PART
public static final MessageType KRB_ERROR
public static final java.util.List<MessageType> VALUES
| Method Detail |
|---|
public static MessageType getTypeByOrdinal(int type)
type -
public int getOrdinal()
public int compareTo(MessageType that)
compareTo in interface java.lang.Comparable<MessageType>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 | |||||||||