Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.io.decoder |
Provides the decoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.io.encoder |
Provides the encoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.messages |
Provides base message objects for Kerberos request and
reply messages.
|
org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
org.apache.directory.server.kerberos.shared.messages.value |
Provides value object components of Kerberos messages.
|
Modifier and Type | Method and Description |
---|---|
protected static HostAddresses |
HostAddressDecoder.decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
HostAddresses ::= SEQUENCE OF SEQUENCE {
addr-type[0] INTEGER,
address[1] OCTET STRING
}
|
Modifier and Type | Method and Description |
---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
HostAddressesEncoder.encodeSequence(HostAddresses hosts)
HostAddresses ::= SEQUENCE OF SEQUENCE {
addr-type[0] INTEGER,
address[1] OCTET STRING
}
|
Modifier and Type | Method and Description |
---|---|
HostAddresses |
KdcRequest.getAddresses()
Returns the
HostAddresses . |
HostAddresses |
KdcReply.getClientAddresses()
Returns the client
HostAddresses . |
Modifier and Type | Method and Description |
---|---|
void |
KdcReply.setClientAddresses(HostAddresses addresses)
Sets the client
HostAddresses . |
Modifier and Type | Method and Description |
---|---|
HostAddresses |
EncTicketPart.getClientAddresses()
Returns the client
HostAddresses . |
HostAddresses |
EncKdcRepPart.getClientAddresses()
Returns the client
HostAddresses . |
HostAddresses |
EncKrbCredPart.getRAddress()
Returns the "R"
HostAddresses . |
Modifier and Type | Method and Description |
---|---|
void |
EncTicketPartModifier.setClientAddresses(HostAddresses addresses)
Sets the client
HostAddresses . |
void |
EncKdcRepPart.setClientAddresses(HostAddresses addresses)
Sets the client
HostAddresses . |
Constructor and Description |
---|
EncAsRepPart(EncryptionKey key,
LastRequest lastReq,
int nonce,
KerberosTime keyExpiration,
TicketFlags flags,
KerberosTime authTime,
KerberosTime startTime,
KerberosTime endTime,
KerberosTime renewTill,
KerberosPrincipal serverPrincipal,
HostAddresses caddr)
Creates a new instance of EncAsRepPart.
|
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.
|
EncKrbCredPart(KrbCredInfo[] ticketInfo,
KerberosTime timeStamp,
Integer usec,
Integer nonce,
HostAddress sAddress,
HostAddresses rAddress)
Creates a new instance of EncKrbCredPart.
|
EncTgsRepPart(EncryptionKey key,
LastRequest lastReq,
int nonce,
KerberosTime keyExpiration,
TicketFlags flags,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
KerberosPrincipal serverPrincipal,
HostAddresses caddr)
Creates a new instance of EncTgsRepPart.
|
EncTicketPart(TicketFlags flags,
EncryptionKey key,
KerberosPrincipal clientPrincipal,
TransitedEncoding transited,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
HostAddresses caddr,
AuthorizationData authorizationData)
Creates a new instance of EncTicketPart.
|
Modifier and Type | Method and Description |
---|---|
HostAddresses |
RequestBody.getAddresses()
Returns the
HostAddresses . |
HostAddresses |
KrbCredInfo.getClientAddresses()
Returns the client
HostAddresses . |
Modifier and Type | Method and Description |
---|---|
boolean |
HostAddresses.equals(HostAddresses that)
Returns true if two
HostAddresses are equal. |
void |
RequestBodyModifier.setAddresses(HostAddresses addresses)
Sets the
HostAddresses . |
Constructor and Description |
---|
KrbCredInfo(EncryptionKey key,
KerberosPrincipal clientPrincipal,
TicketFlags flags,
KerberosTime authTime,
KerberosTime startTime,
KerberosTime endTime,
KerberosTime renewTill,
KerberosPrincipal serverPrincipal,
HostAddresses clientAddresses)
Creates a new instance of KrbCredInfo.
|
RequestBody(KdcOptions kdcOptions,
KerberosPrincipal clientPrincipal,
KerberosPrincipal serverPrincipal,
KerberosTime from,
KerberosTime till,
KerberosTime rtime,
int nonce,
Set<EncryptionType> eType,
HostAddresses addresses,
EncryptedData encAuthorizationData,
Ticket[] additionalTickets)
Creates a new instance of RequestBody.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.