public class MessageComponentType extends Object implements Comparable<MessageComponentType>
Modifier and Type | Field and Description |
---|---|
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 List<MessageComponentType> |
VALUES
A List of all the message component type constants.
|
Modifier and Type | Method and Description |
---|---|
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.
|
String |
toString() |
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 List<MessageComponentType> VALUES
public static MessageComponentType getTypeByOrdinal(int type)
type
- public int getOrdinal()
public int compareTo(MessageComponentType that)
compareTo
in interface Comparable<MessageComponentType>
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.