|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HostAddresses | |
---|---|
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. |
Uses of HostAddresses in org.apache.directory.server.kerberos.shared.io.decoder |
---|
Methods in org.apache.directory.server.kerberos.shared.io.decoder that return HostAddresses | |
---|---|
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 } |
Uses of HostAddresses in org.apache.directory.server.kerberos.shared.io.encoder |
---|
Methods in org.apache.directory.server.kerberos.shared.io.encoder with parameters of type HostAddresses | |
---|---|
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 } |
Uses of HostAddresses in org.apache.directory.server.kerberos.shared.messages |
---|
Methods in org.apache.directory.server.kerberos.shared.messages that return HostAddresses | |
---|---|
HostAddresses |
KdcRequest.getAddresses()
Returns the HostAddresses . |
HostAddresses |
KdcReply.getClientAddresses()
Returns the client HostAddresses . |
Methods in org.apache.directory.server.kerberos.shared.messages with parameters of type HostAddresses | |
---|---|
void |
KdcReply.setClientAddresses(HostAddresses addresses)
Sets the client HostAddresses . |
Uses of HostAddresses in org.apache.directory.server.kerberos.shared.messages.components |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.components that return HostAddresses | |
---|---|
HostAddresses |
EncKdcRepPart.getClientAddresses()
Returns the client HostAddresses . |
HostAddresses |
EncTicketPart.getClientAddresses()
Returns the client HostAddresses . |
HostAddresses |
EncKrbCredPart.getRAddress()
Returns the "R" HostAddresses . |
Methods in org.apache.directory.server.kerberos.shared.messages.components with parameters of type HostAddresses | |
---|---|
void |
EncKdcRepPart.setClientAddresses(HostAddresses addresses)
Sets the client HostAddresses . |
void |
EncTicketPartModifier.setClientAddresses(HostAddresses addresses)
Sets the client HostAddresses . |
Constructors in org.apache.directory.server.kerberos.shared.messages.components with parameters of type HostAddresses | |
---|---|
EncAsRepPart(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)
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,
javax.security.auth.kerberos.KerberosPrincipal serverPrincipal,
HostAddresses caddr,
MessageComponentType componentType)
Creates a new instance of EncKdcRepPart. |
|
EncKrbCredPart(KrbCredInfo[] ticketInfo,
KerberosTime timeStamp,
java.lang.Integer usec,
java.lang.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,
javax.security.auth.kerberos.KerberosPrincipal serverPrincipal,
HostAddresses caddr)
Creates a new instance of EncTgsRepPart. |
|
EncTicketPart(TicketFlags flags,
EncryptionKey key,
javax.security.auth.kerberos.KerberosPrincipal clientPrincipal,
TransitedEncoding transited,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
HostAddresses caddr,
AuthorizationData authorizationData)
Creates a new instance of EncTicketPart. |
Uses of HostAddresses in org.apache.directory.server.kerberos.shared.messages.value |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.value that return HostAddresses | |
---|---|
HostAddresses |
RequestBody.getAddresses()
Returns the HostAddresses . |
HostAddresses |
KrbCredInfo.getClientAddresses()
Returns the client HostAddresses . |
Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type HostAddresses | |
---|---|
boolean |
HostAddresses.equals(HostAddresses that)
Returns true if two HostAddresses are equal. |
void |
RequestBodyModifier.setAddresses(HostAddresses addresses)
Sets the HostAddresses . |
Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type HostAddresses | |
---|---|
KrbCredInfo(EncryptionKey key,
javax.security.auth.kerberos.KerberosPrincipal clientPrincipal,
TicketFlags flags,
KerberosTime authTime,
KerberosTime startTime,
KerberosTime endTime,
KerberosTime renewTill,
javax.security.auth.kerberos.KerberosPrincipal serverPrincipal,
HostAddresses clientAddresses)
Creates a new instance of KrbCredInfo. |
|
RequestBody(KdcOptions kdcOptions,
javax.security.auth.kerberos.KerberosPrincipal clientPrincipal,
javax.security.auth.kerberos.KerberosPrincipal serverPrincipal,
KerberosTime from,
KerberosTime till,
KerberosTime rtime,
int nonce,
java.util.Set<EncryptionType> eType,
HostAddresses addresses,
EncryptedData encAuthorizationData,
Ticket[] additionalTickets)
Creates a new instance of RequestBody. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |