|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AceRequest
This is the Ace agent request Interface. All request classes must implement this interface. This specifies generic methods for handling agent requests.
| Field Summary | |
|---|---|
static int |
NO_RESPONSE
|
static int |
QUEUE_RESPONSE
The return codes presented by processRequest(). |
static int |
RESPOND_NOW
|
| Method Summary | |
|---|---|
AgentConfig |
getAgentConfig()
|
AgentCipherProvider |
getCipherProvider()
Returns the cipher provider used to decrypt this request. |
long |
getCreationTime()
Returns the creation time. |
AcePacketHeader |
getHeader()
Returns the request header. |
byte[] |
getNonce()
Returns the nonce from the trailer. |
AceDatagram |
getPacket()
Provides the original request datagram packet. |
byte |
getProtocolVersion()
Returns the packet protocol version number from the header. |
AceResponse |
getResponse()
Returns the response, if any, to this request. |
byte[] |
getWpCode()
|
int |
processRequest()
Overridden to perform the actual processing of the packet. |
java.lang.String |
toString()
All requests must be able to be converted to a String. |
| Field Detail |
|---|
static final int QUEUE_RESPONSE
static final int RESPOND_NOW
static final int NO_RESPONSE
| Method Detail |
|---|
int processRequest()
throws AcePacketException
AcePacketException
AceDatagram getPacket()
throws AcePacketException
AcePacketException
AceResponse getResponse()
throws AcePacketException
AcePacketExceptionAcePacketHeader getHeader()
long getCreationTime()
AgentCipherProvider getCipherProvider()
byte[] getNonce()
byte getProtocolVersion()
java.lang.String toString()
toString in class java.lang.Objectbyte[] getWpCode()
AgentConfig getAgentConfig()
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||