Authentication
API v8.1 SP2

com.rsa.ace.techservice.udpserver
Class AceNextCodeV3Request

java.lang.Object
  extended by com.rsa.ace.techservice.udpserver.AbstractAceRequest
      extended by com.rsa.ace.techservice.udpserver.AbstractV3Request
          extended by com.rsa.ace.techservice.udpserver.AbstractV3RequestWithPasscode
              extended by com.rsa.ace.techservice.udpserver.AceNextCodeV3Request
All Implemented Interfaces:
AceRequest

public class AceNextCodeV3Request
extends AbstractV3RequestWithPasscode


Nested Class Summary
 
Nested classes/interfaces inherited from class com.rsa.ace.techservice.udpserver.AbstractV3Request
AbstractV3Request.MessageType
 
Field Summary
 
Fields inherited from interface com.rsa.ace.techservice.udpserver.AceRequest
NO_RESPONSE, QUEUE_RESPONSE, RESPOND_NOW
 
Constructor Summary
AceNextCodeV3Request(AceDatagram pkt)
           
AceNextCodeV3Request(java.lang.String nextcode, AceAuthV3Request request, AceResponse response)
           
 
Method Summary
 AceDatagram getPacket()
          Provides the original packet received from the agent.
 AceResponse getResponse()
          Returns the response, if any, to this request.
 byte[] getWpCode()
           
 
Methods inherited from class com.rsa.ace.techservice.udpserver.AbstractV3RequestWithPasscode
getDecryptedPasscode
 
Methods inherited from class com.rsa.ace.techservice.udpserver.AbstractV3Request
toString
 
Methods inherited from class com.rsa.ace.techservice.udpserver.AbstractAceRequest
getAcePinUtil, getAgentConfig, getBuffer, getCipherProvider, getCreationTime, getEncryptOffset, getHeader, getNonce, getProtocolVersion, getSecretKey, haveNodeSecret, haveSecretKey, processRequest, readTrailer, setEncode, setEncryptOffset, setNodeSecret, setSecretKey, setTrailer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.rsa.ace.techservice.udpserver.AceRequest
getAgentConfig, getCipherProvider, getCreationTime, getHeader, getNonce, getProtocolVersion, processRequest
 

Constructor Detail

AceNextCodeV3Request

public AceNextCodeV3Request(AceDatagram pkt)
                     throws AcePacketException
Parameters:
pkt -
Throws:
AcePacketException

AceNextCodeV3Request

public AceNextCodeV3Request(java.lang.String nextcode,
                            AceAuthV3Request request,
                            AceResponse response)
                     throws AcePacketException
Parameters:
message -
Throws:
AcePacketException
Method Detail

getPacket

public AceDatagram getPacket()
                      throws AcePacketException
Provides the original packet received from the agent.

Specified by:
getPacket in interface AceRequest
Overrides:
getPacket in class AbstractAceRequest
Returns:
The original input packet.
Throws:
AcePacketException

getResponse

public AceResponse getResponse()
                        throws AcePacketException
Description copied from interface: AceRequest
Returns the response, if any, to this request. Overridden to provide an "AceResponse" result from the actual processing of the packet.

Throws:
AcePacketException

getWpCode

public byte[] getWpCode()
Specified by:
getWpCode in interface AceRequest
Overrides:
getWpCode in class AbstractAceRequest
Returns:
Returns the wpCode use by the response.

Authentication
API v8.1 SP2

Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.