Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static List<MessageComponentType> |
MessageComponentType.VALUES
A List of all the message component type constants.
|
Modifier and Type | Method and Description |
---|---|
MessageComponentType |
EncKdcRepPart.getComponentType()
Returns the
MessageComponentType . |
static MessageComponentType |
MessageComponentType.getTypeByOrdinal(int type)
Returns the message component type when specified by its ordinal.
|
Modifier and Type | Method and Description |
---|---|
int |
MessageComponentType.compareTo(MessageComponentType that) |
Constructor and Description |
---|
EncKdcRepPart(EncryptionKey key,
LastRequest lastReq,
int nonce,
KerberosTime keyExpiration,
TicketFlags flags,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
KerberosPrincipal serverPrincipal,
HostAddresses caddr,
MessageComponentType componentType)
Creates a new instance of EncKdcRepPart.
|
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.