Authentication
API v8.1 SP2

Uses of Class
com.rsa.ace.techservice.udpserver.AceDatagram

Packages that use AceDatagram
com.rsa.ace.techservice.udpserver   
 

Uses of AceDatagram in com.rsa.ace.techservice.udpserver
 

Methods in com.rsa.ace.techservice.udpserver that return AceDatagram
 AceDatagram AceTimeRequest.getPacket()
          Provides the original packet received from the agent.
 AceDatagram AceRequest.getPacket()
          Provides the original request datagram packet.
 AceDatagram AceNextCodeV4Request.getPacket()
          Provides the original packet received from the agent.
 AceDatagram AceNextCodeV3Request.getPacket()
          Provides the original packet received from the agent.
 AceDatagram AceNewPinV4Request.getPacket()
          Provides the original packet received from the agent.
 AceDatagram AceNewPinV3Request.getPacket()
          Provides the original packet received from the agent.
 AceDatagram AceLockRequest.getPacket()
          Provides the original packet received from the agent.
 AceDatagram AceAuthV4Request.getPacket()
          Provides the original packet received from the agent.
 AceDatagram AceAuthV3Request.getPacket()
          Provides the original packet received from the agent.
 AceDatagram AbstractAceRequest.getPacket()
          Provides the original packet received from the agent.
 

Methods in com.rsa.ace.techservice.udpserver with parameters of type AceDatagram
 AceRequest AceRequestFactory.createRequest(AceDatagram packet)
           
 AceResponse AceResponseFactoryImpl.createResponse(AceDatagram packet, AceRequest request)
           
 AceResponse AceResponseFactory.createResponse(AceDatagram packet, AceRequest request)
           
 

Constructors in com.rsa.ace.techservice.udpserver with parameters of type AceDatagram
AbstractAceRequest(AceDatagram packet)
          Constructs an AbstractAceRequest from the Datagram passed.
AbstractAceResponse(AceDatagram packet, AceRequest request)
          Constructor to build a V5 response to the request provided.
AbstractV3Request(AceDatagram pkt)
          Creates a new instance of AbstractV3Request from a datagram.
AbstractV3RequestWithPasscode(AceDatagram pkt)
           
AbstractV4Request(AceDatagram pkt)
           
AbstractV4RequestWithPasscode(AceDatagram pkt)
           
AceAuthV3Request(AceDatagram pkt)
          Creates a new instance of AceAuthV3Request from a datagram.
AceAuthV4Request(AceDatagram pkt)
          Creates a new instance of AceAuthV4Request from a datagram.
AceLockRequest(AceDatagram pkt)
          Creates a new instance of AceLockRequest from a datagram.
AceMsgResponse(AceDatagram packet, AceRequest request)
           
AceNewPinResponse(AceDatagram packet, AceRequest request)
           
AceNewPinV3Request(AceDatagram pkt)
           
AceNewPinV4Request(AceDatagram pkt)
           
AceNextCodeResponse(AceDatagram packet, AceRequest request)
           
AceNextCodeV3Request(AceDatagram pkt)
           
AceNextCodeV4Request(AceDatagram pkt)
           
AceOKResponse(AceDatagram packet, AceRequest request)
           
AceOKV2Response(AceDatagram packet, AceRequest request)
           
AceTimeRequest(AceDatagram pkt)
          Creates a new instance of AceTimeRequest from a datagram.
AceTimeRequestResponse(AceDatagram packet, AceRequest request)
          Creates a new instance of AceTimeRequestResponse.
AceTimeResponse(AceDatagram packet, AceRequest request)
           
 


Authentication
API v8.1 SP2

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