|
||||||||||
| 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.KerberosMessage
org.apache.directory.server.kerberos.shared.messages.ApplicationRequest
public class ApplicationRequest
| 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 |
|---|
public ApplicationRequest()
public ApplicationRequest(ApOptions apOptions,
Ticket ticket,
EncryptedData encPart)
apOptions - ticket - encPart - | Method Detail |
|---|
public ApOptions getApOptions()
ApOptions.
ApOptions.public Ticket getTicket()
Ticket.
Ticket.public boolean getOption(int option)
option -
public void setOption(int option)
option - public void clearOption(int option)
option - public EncryptedData getEncPart()
EncryptedData.
EncryptedData.public void setEncPart(EncryptedData data)
EncryptedData.
data - public void setApOptions(ApOptions options)
ApOptions.
options - public void setTicket(Ticket ticket)
Ticket.
ticket -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||