public class RequestBodyModifier extends Object
| Constructor and Description |
|---|
RequestBodyModifier() |
| Modifier and Type | Method and Description |
|---|---|
RequestBody |
getRequestBody()
Returns the
RequestBody. |
void |
setAdditionalTickets(Ticket[] tickets)
Sets additional
Tickets. |
void |
setAddresses(HostAddresses addresses)
Sets the
HostAddresses. |
void |
setClientName(PrincipalName clientName)
Sets the client
PrincipalName. |
void |
setEncAuthorizationData(EncryptedData authorizationData)
Sets the encrypted authorization data.
|
void |
setEType(Set<EncryptionType> type)
Sets the requested
EncryptionTypes. |
void |
setFrom(KerberosTime from)
Sets the from
KerberosTime. |
void |
setKdcOptions(KdcOptions options)
Sets the
KdcOptions. |
void |
setNonce(int nonce)
Sets the nonce.
|
void |
setRealm(String realm)
Sets the realm.
|
void |
setRtime(KerberosTime rtime)
Sets the "R"
KerberosTime. |
void |
setServerName(PrincipalName serverName)
Sets the server
PrincipalName. |
void |
setTill(KerberosTime till)
Sets the till
KerberosTime. |
public RequestBody getRequestBody()
RequestBody.RequestBody.public void setClientName(PrincipalName clientName)
PrincipalName.clientName - public void setServerName(PrincipalName serverName)
PrincipalName.serverName - public void setRealm(String realm)
realm - public void setAdditionalTickets(Ticket[] tickets)
Tickets.tickets - public void setAddresses(HostAddresses addresses)
HostAddresses.addresses - public void setEncAuthorizationData(EncryptedData authorizationData)
authorizationData - public void setEType(Set<EncryptionType> type)
EncryptionTypes.type - public void setFrom(KerberosTime from)
KerberosTime.from - public void setKdcOptions(KdcOptions options)
KdcOptions.options - public void setNonce(int nonce)
nonce - public void setRtime(KerberosTime rtime)
KerberosTime.rtime - public void setTill(KerberosTime till)
KerberosTime.till - Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.