|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageComponentType | |
---|---|
org.apache.directory.server.kerberos.shared.messages.components | Provides major components of Kerberos messages. |
Uses of MessageComponentType in org.apache.directory.server.kerberos.shared.messages.components |
---|
Fields in org.apache.directory.server.kerberos.shared.messages.components declared as MessageComponentType | |
---|---|
static MessageComponentType |
MessageComponentType.KRB_AUTHENTICATOR
Constant for the "authenticator" message component type. |
static MessageComponentType |
MessageComponentType.KRB_ENC_AP_REP_PART
Constant for the "encrypted application request part" message component type. |
static MessageComponentType |
MessageComponentType.KRB_ENC_AS_REP_PART
Constant for the "encrypted initial authentication part" message component type. |
static MessageComponentType |
MessageComponentType.KRB_ENC_KRB_CRED_PART
Constant for the "encrypted credentials forward part" message component type. |
static MessageComponentType |
MessageComponentType.KRB_ENC_KRB_PRIV_PART
Constant for the "encrypted application message part" message component type. |
static MessageComponentType |
MessageComponentType.KRB_ENC_TGS_REP_PART
Constant for the "encrypted TGS request part" message component type. |
static MessageComponentType |
MessageComponentType.KRB_ENC_TKT_PART
Constant for the "encrypted ticket part" message component type. |
static MessageComponentType |
MessageComponentType.KRB_TKT
Constant for the "ticket" message component type. |
static MessageComponentType |
MessageComponentType.NULL
Constant for the "null" message component type. |
Fields in org.apache.directory.server.kerberos.shared.messages.components with type parameters of type MessageComponentType | |
---|---|
static java.util.List<MessageComponentType> |
MessageComponentType.VALUES
A List of all the message component type constants. |
Methods in org.apache.directory.server.kerberos.shared.messages.components that return MessageComponentType | |
---|---|
MessageComponentType |
EncKdcRepPart.getComponentType()
Returns the MessageComponentType . |
static MessageComponentType |
MessageComponentType.getTypeByOrdinal(int type)
Returns the message component type when specified by its ordinal. |
Methods in org.apache.directory.server.kerberos.shared.messages.components with parameters of type MessageComponentType | |
---|---|
int |
MessageComponentType.compareTo(MessageComponentType that)
|
Constructors in org.apache.directory.server.kerberos.shared.messages.components with parameters of type MessageComponentType | |
---|---|
EncKdcRepPart(EncryptionKey key,
LastRequest lastReq,
int nonce,
KerberosTime keyExpiration,
TicketFlags flags,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
javax.security.auth.kerberos.KerberosPrincipal serverPrincipal,
HostAddresses caddr,
MessageComponentType componentType)
Creates a new instance of EncKdcRepPart. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |