public class ApplicationRequest extends KerberosMessage
PVNO
Constructor and Description |
---|
ApplicationRequest()
Creates a new instance of ApplicationRequest.
|
ApplicationRequest(ApOptions apOptions,
Ticket ticket,
EncryptedData encPart)
Creates a new instance of ApplicationRequest.
|
Modifier and Type | Method and Description |
---|---|
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 . |
getMessageType, getProtocolVersionNumber, setMessageType, setProtocolVersionNumber
public ApplicationRequest()
public ApplicationRequest(ApOptions apOptions, Ticket ticket, EncryptedData encPart)
apOptions
- ticket
- encPart
- 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
- Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.