|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.value.RequestBodyModifier
public class RequestBodyModifier
| Constructor Summary | |
|---|---|
RequestBodyModifier()
|
|
| Method Summary | |
|---|---|
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(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(java.lang.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestBodyModifier()
| Method Detail |
|---|
public RequestBody getRequestBody()
RequestBody.
RequestBody.public void setClientName(PrincipalName clientName)
PrincipalName.
clientName - public void setServerName(PrincipalName serverName)
PrincipalName.
serverName - public void setRealm(java.lang.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(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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||