org.apache.directory.server.kerberos.shared.messages
Class ApplicationRequest

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.KerberosMessage
      extended by org.apache.directory.server.kerberos.shared.messages.ApplicationRequest

public class ApplicationRequest
extends KerberosMessage

Version:
$Rev: 589780 $, $Date: 2007-10-29 19:14:59 +0100 (Mon, 29 Oct 2007) $
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.server.kerberos.shared.messages.KerberosMessage
PVNO
 
Constructor Summary
ApplicationRequest()
          Creates a new instance of ApplicationRequest.
ApplicationRequest(ApOptions apOptions, Ticket ticket, EncryptedData encPart)
          Creates a new instance of ApplicationRequest.
 
Method Summary
 void clearOption(int option)
          Clears the option at a specified index.
 ApOptions getApOptions()
          Returns the ApOptions.
 EncryptedData getEncPart()
          Returns the EncryptedData.
 boolean getOption(int option)
          Returns the option at a specified index.
 Ticket getTicket()
          Returns the Ticket.
 void setApOptions(ApOptions options)
          Sets the ApOptions.
 void setEncPart(EncryptedData data)
          Sets the EncryptedData.
 void setOption(int option)
          Sets the option at a specified index.
 void setTicket(Ticket ticket)
          Sets the Ticket.
 
Methods inherited from class org.apache.directory.server.kerberos.shared.messages.KerberosMessage
getMessageType, getProtocolVersionNumber, setMessageType, setProtocolVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationRequest

public ApplicationRequest()
Creates a new instance of ApplicationRequest.


ApplicationRequest

public ApplicationRequest(ApOptions apOptions,
                          Ticket ticket,
                          EncryptedData encPart)
Creates a new instance of ApplicationRequest.

Parameters:
apOptions -
ticket -
encPart -
Method Detail

getApOptions

public ApOptions getApOptions()
Returns the ApOptions.

Returns:
The ApOptions.

getTicket

public Ticket getTicket()
Returns the Ticket.

Returns:
The Ticket.

getOption

public boolean getOption(int option)
Returns the option at a specified index.

Parameters:
option -
Returns:
The option.

setOption

public void setOption(int option)
Sets the option at a specified index.

Parameters:
option -

clearOption

public void clearOption(int option)
Clears the option at a specified index.

Parameters:
option -

getEncPart

public EncryptedData getEncPart()
Returns the EncryptedData.

Returns:
The EncryptedData.

setEncPart

public void setEncPart(EncryptedData data)
Sets the EncryptedData.

Parameters:
data -

setApOptions

public void setApOptions(ApOptions options)
Sets the ApOptions.

Parameters:
options -

setTicket

public void setTicket(Ticket ticket)
Sets the Ticket.

Parameters:
ticket -


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