public class RequestBody extends Object
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Ticket[] |
getAdditionalTickets()
Returns the additional
Tickets. |
HostAddresses |
getAddresses()
Returns the
HostAddresses. |
KerberosPrincipal |
getClientPrincipal()
Returns the client
KerberosPrincipal. |
EncryptedData |
getEncAuthorizationData()
Returns the encrypted
AuthorizationData as EncryptedData. |
Set<EncryptionType> |
getEType()
Returns the requested
EncryptionTypes. |
KerberosTime |
getFrom()
Returns the from
KerberosTime. |
KdcOptions |
getKdcOptions()
Returns the
KdcOptions. |
int |
getNonce()
Returns the nonce.
|
KerberosTime |
getRtime()
Returns the "R"
KerberosTime. |
KerberosPrincipal |
getServerPrincipal()
Returns the server
KerberosPrincipal. |
KerberosTime |
getTill()
Returns the till
KerberosTime. |
public RequestBody(KdcOptions kdcOptions, KerberosPrincipal clientPrincipal, KerberosPrincipal serverPrincipal, KerberosTime from, KerberosTime till, KerberosTime rtime, int nonce, Set<EncryptionType> eType, HostAddresses addresses, EncryptedData encAuthorizationData, Ticket[] additionalTickets)
kdcOptions - clientPrincipal - serverPrincipal - from - till - rtime - nonce - eType - addresses - encAuthorizationData - additionalTickets - public Ticket[] getAdditionalTickets()
Tickets.Tickets.public HostAddresses getAddresses()
HostAddresses.HostAddresses.public KerberosPrincipal getClientPrincipal()
KerberosPrincipal.KerberosPrincipal.public KerberosPrincipal getServerPrincipal()
KerberosPrincipal.KerberosPrincipal.public EncryptedData getEncAuthorizationData()
AuthorizationData as EncryptedData.AuthorizationData as EncryptedData.public Set<EncryptionType> getEType()
EncryptionTypes.EncryptionTypes.public KerberosTime getFrom()
KerberosTime.KerberosTime.public KdcOptions getKdcOptions()
KdcOptions.KdcOptions.public int getNonce()
public KerberosTime getRtime()
KerberosTime.KerberosTime.public KerberosTime getTill()
KerberosTime.KerberosTime.Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.