org.apache.directory.server.kerberos.shared.messages.value
Class RequestBodyModifier

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.value.RequestBodyModifier

public class RequestBodyModifier
extends java.lang.Object

Version:
$Rev: 590715 $, $Date: 2007-10-31 16:23:32 +0100 (Wed, 31 Oct 2007) $
Author:
Apache Directory Project

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(java.util.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(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

RequestBodyModifier

public RequestBodyModifier()
Method Detail

getRequestBody

public RequestBody getRequestBody()
Returns the RequestBody.

Returns:
The RequestBody.

setClientName

public void setClientName(PrincipalName clientName)
Sets the client PrincipalName.

Parameters:
clientName -

setServerName

public void setServerName(PrincipalName serverName)
Sets the server PrincipalName.

Parameters:
serverName -

setRealm

public void setRealm(java.lang.String realm)
Sets the realm.

Parameters:
realm -

setAdditionalTickets

public void setAdditionalTickets(Ticket[] tickets)
Sets additional Tickets.

Parameters:
tickets -

setAddresses

public void setAddresses(HostAddresses addresses)
Sets the HostAddresses.

Parameters:
addresses -

setEncAuthorizationData

public void setEncAuthorizationData(EncryptedData authorizationData)
Sets the encrypted authorization data.

Parameters:
authorizationData -

setEType

public void setEType(java.util.Set<EncryptionType> type)
Sets the requested EncryptionTypes.

Parameters:
type -

setFrom

public void setFrom(KerberosTime from)
Sets the from KerberosTime.

Parameters:
from -

setKdcOptions

public void setKdcOptions(KdcOptions options)
Sets the KdcOptions.

Parameters:
options -

setNonce

public void setNonce(int nonce)
Sets the nonce.

Parameters:
nonce -

setRtime

public void setRtime(KerberosTime rtime)
Sets the "R" KerberosTime.

Parameters:
rtime -

setTill

public void setTill(KerberosTime till)
Sets the till KerberosTime.

Parameters:
till -


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.