Authentication
API v8.1 SP2

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

Packages that use AcePacketException
com.rsa.ace.techservice.udpserver   
com.rsa.authagent.authapi.realmstat   
 

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

Methods in com.rsa.ace.techservice.udpserver that throw AcePacketException
 boolean AcePacketTrailer.addNonce(java.nio.ByteBuffer respBuf)
          Adds the nonce portion of the AcePacketTrailer to the buffer passed.
 void AceSecondarySegments.addSegment(byte[] segmentData)
          Adds a segment to this object.
 void AceResponse.buildResponsePacket()
          Builds a response packet by writing the AceResponse to the byte-buffer.
 void AbstractAceResponse.buildResponsePacket()
          Builds a response packet by writing the AceResponse to the byte-buffer.
 AceRequest AceRequestFactory.createRequest(AceDatagram packet)
           
 AceResponse AceResponseFactoryImpl.createResponse(AceDatagram packet, AceRequest request)
           
 AceResponse AceResponseFactory.createResponse(AceDatagram packet, AceRequest request)
           
 java.net.DatagramPacket AceDatagram.getDatagramPacket()
          Constructor for AceDatagram (incoming packets).
 AceDatagram AceTimeRequest.getPacket()
          Provides the original packet received from the agent.
 java.net.DatagramPacket AceResponse.getPacket()
          This method provides the response packet.
 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.
 java.net.DatagramPacket AbstractAceResponse.getPacket()
          Get a response packet by writing the AceResponse to the byte-buffer.
 AceDatagram AbstractAceRequest.getPacket()
          Provides the original packet received from the agent.
 AceResponse AceTimeRequest.getResponse()
          Get an AceResponse from this request.
 AceResponse AceRequest.getResponse()
          Returns the response, if any, to this request.
 AceResponse AceNextCodeV3Request.getResponse()
           
 AceResponse AceNewPinV3Request.getResponse()
           
 int AceRequest.processRequest()
          Overridden to perform the actual processing of the packet.
 int AceLockRequest.processRequest()
          Processes a Lock request.
 int AceAuthV4Request.processRequest()
          Processes a V4 auth request.
 int AceAuthV3Request.processRequest()
          Processes a V3 auth request.
 int AbstractAceRequest.processRequest()
          Process the header from the Datagram passed.
 void AceResponse.processResponse()
          Overridden to perform the actual processing of the packet.
 void AceOKV2Response.processResponse()
          Process a response packet by reading from the byte-buffer.
 void AceOKResponse.processResponse()
          Process a response packet by reading from the byte-buffer.
 void AceNextCodeResponse.processResponse()
           
 void AceNewPinResponse.processResponse()
           
 void AbstractAceResponse.processResponse()
          Reads a response packet by reading from the byte-buffer.
 java.nio.ByteBuffer AceTimeRequestResponse.readResponse()
          Write an AceTimeRequestResponse packet.
 java.nio.ByteBuffer AceResponse.readResponse()
          This method implements the reading of the response packet.
 java.nio.ByteBuffer AbstractAceResponse.readResponse()
          read the status.
 void AceSecondarySegments.readSecondarySegments(java.nio.ByteBuffer buf)
          Reads a AceSecondarySegment from the input stream.
 void AceSuspectData.readSuspectData(java.nio.ByteBuffer buf)
          Read an AceSuspectData from the byte buffer provided.
 void AbstractAceRequest.readTrailer(java.nio.ByteBuffer buf)
          Common method for reading a packet trailer.
 void AceWPCodes.readWPCodes(java.nio.ByteBuffer buf)
          Populates AceWPCodes from a data input stream.
 void AbstractAceResponse.setNodeSecret(byte[] buf)
          Common method for overide a nodesecret.Needed for older protocol
 void AcePacketHeader.writeHeader(java.nio.ByteBuffer buf)
          Write an AcePacketHeader to the ByteBuffer passed.
 void AceTimeRequestResponse.writeResponse(java.nio.ByteBuffer buf)
          Write an AceTimeRequestResponse packet.
 void AceResponse.writeResponse(java.nio.ByteBuffer buf)
          This method implements the writing of the response packet.
 void AceOKV2Response.writeResponse(java.nio.ByteBuffer buf)
          Write an AceOKV2Response to the internal stream.
 void AceOKResponse.writeResponse(java.nio.ByteBuffer buf)
          Write an AceOKResponse to the internal stream.
 void AceMsgResponse.writeResponse(java.nio.ByteBuffer buf)
          Write an AceMsgResponse to the internal stream.
 void AceAccessDenied.writeResponse(java.nio.ByteBuffer buf)
          Write an AceResponse to the internal stream.
 void AbstractAceResponse.writeResponse(java.nio.ByteBuffer buf)
          Write an AceResponse header to the stream passed.
 void AceSecondarySegments.writeSecondarySegments(java.nio.ByteBuffer buf)
          Reads a AceSecondarySegment from the input stream.
 void AceSuspectData.WriteSuspectData(java.nio.ByteBuffer buf)
          Write an AceSuspectData to the byte buffer provided.
 

Constructors in com.rsa.ace.techservice.udpserver that throw AcePacketException
AbstractAceRequest(byte messageType, byte protocolVersion, byte encode, byte options, byte circuitID, AgentConfig agentConfig)
          Constructs an AbstractAceRequest from the arguments passed.
AbstractAceResponse(AceDatagram packet, AceRequest request)
          Constructor to build a V5 response to the request provided.
AbstractAceResponse(AceRequest requestPacket)
          Constructor to build a V5 response to the request provided.
AbstractV3Request(AbstractV3Request.MessageType message, byte circuit, AgentConfig agentConfig)
          Creates a new instance of AbstractV3Request.
AbstractV3Request(AceDatagram pkt)
          Creates a new instance of AbstractV3Request from a datagram.
AbstractV3RequestWithPasscode(AceDatagram pkt)
           
AbstractV4Request(AbstractV4Request.MessageType messageType, byte circuitID, AgentConfig agentConfig)
           
AbstractV4Request(AceDatagram pkt)
           
AbstractV4RequestWithPasscode(AceDatagram pkt)
           
AceAccessDenied(AceRequest request)
          Creates a new instance of an AceAccessDenied packet
AceAuthV3Request(AceDatagram pkt)
          Creates a new instance of AceAuthV3Request from a datagram.
AceAuthV3Request(java.lang.String username, java.lang.String pin, java.lang.String prn, AgentConfig agentConfig)
          Creates a new instance of AceAuthV3Request.
AceAuthV4Request(AceDatagram pkt)
          Creates a new instance of AceAuthV4Request from a datagram.
AceAuthV4Request(java.lang.String strUsername, java.lang.String strPin, java.lang.String strPrn, AgentConfig agentConfig)
           
AceClientAuthV3Request(java.lang.String strUsername, java.lang.String strPin, java.lang.String strPrn, java.net.InetAddress clientAddress, AgentConfig agentConfig)
           
AceClientAuthV4Request(java.lang.String strUsername, java.lang.String strPin, java.lang.String strPrn, java.net.InetAddress clientAddress, AgentConfig agentConfig)
           
AceDatagram(byte[] data, int dataLength)
          Constructor for AceDatagram (incoming packets).
AceDatagram(byte[] data, int dataLength, java.net.InetAddress address, int port)
          Constructor for AceDatagram.
AceLockRequest(AceDatagram pkt)
          Creates a new instance of AceLockRequest from a datagram.
AceLockRequest(java.lang.String strUsername, AgentConfig agentConfig)
           
AceMsgResponse(AceDatagram packet, AceRequest request)
           
AceMsgResponse(AceRequest request, int suspKey, byte pinSize, byte prnSize, byte hiOrder, byte releaseCode)
          Creates a new instance of an AceMsgResponse packet
AceNewPinResponse(AceDatagram packet, AceRequest request)
           
AceNewPinResponse(AceRequest requestPacket)
           
AceNewPinV3Request(AceDatagram pkt)
           
AceNewPinV3Request(java.lang.String newpin, AceAuthV3Request request, AceResponse response)
           
AceNewPinV4Request(AceDatagram pkt)
           
AceNewPinV4Request(java.lang.String strNewPin, AceAuthV4Request request, AceResponse response)
           
AceNextCodeResponse(AceDatagram packet, AceRequest request)
           
AceNextCodeResponse(AceRequest requestPacket)
           
AceNextCodeV3Request(AceDatagram pkt)
           
AceNextCodeV3Request(java.lang.String nextcode, AceAuthV3Request request, AceResponse response)
           
AceNextCodeV4Request(AceDatagram pkt)
           
AceNextCodeV4Request(java.lang.String strNextCode, AceAuthV4Request request, AceResponse response)
           
AceOKResponse(AceDatagram packet, AceRequest request)
           
AceOKResponse(AceRequest request, java.lang.String shell, byte[] nodeSecret)
          Creates a new instance of an AceOKResponse packet
AceOKV2Response(AceDatagram packet, AceRequest request)
           
AceOKV2Response(AceRequest request, java.lang.String shell, byte[] nodeSecret, AceSecondarySegments secondarySegments)
          Creates a new instance of an AceOKV2Response packet.
AcePacketHeader(java.nio.ByteBuffer buf)
          Constructs an AcePacketHeader reading bytes from the stream passed.
AcePacketTrailer()
          Constructs an AcePacketTrailer which nonce will be initialized
AcePacketTrailer(byte[] nonce)
          Constructs a default AcePacketTrailer.
AcePacketTrailer(java.nio.ByteBuffer buf)
          Constructs an AcePacketTrailer reading bytes from the stream passed.
AceSecondarySegments(java.nio.ByteBuffer buf)
          Creates a new instance of AceSecondarySegments
AceSuspectData(java.nio.ByteBuffer buf)
          Creates a new instance of AceSuspectData passed a byte-buffer.
AceSuspectData(int key, byte[] prn, byte pin, byte syntax)
          Creates a new instance of AceSuspectData passed a byte-buffer.
AceTimeRequest(AceDatagram pkt)
          Creates a new instance of AceTimeRequest from a datagram.
AceTimeRequest(AgentConfig agentConfig)
          Creates a new instance of AceTimeRequest.
AceTimeRequestResponse(AceDatagram packet, AceRequest request)
          Creates a new instance of AceTimeRequestResponse.
AceTimeRequestResponse(AceTimeRequest request)
          Creates a new instance of AceTimeRequestResponse.
AceTimeResponse(AceDatagram packet, AceRequest request)
           
AceTimeResponse(AceRequest requestPacket)
           
AceWPCodes(java.nio.ByteBuffer buf)
          Creates a new instance of AceWPCodes passed a data input stream.
 

Uses of AcePacketException in com.rsa.authagent.authapi.realmstat
 

Methods in com.rsa.authagent.authapi.realmstat that throw AcePacketException
 void AcmServerInfo.checkIP(ServerExchange server)
           
 


Authentication
API v8.1 SP2

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