|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.ace.techservice.udpserver.AbstractAceResponse
com.rsa.ace.techservice.udpserver.AceAccessDenied
public class AceAccessDenied
This class represents an ACE Access Denied Response.
This class has values for and can construct an Access denied packet. This implements the AceResponse interface allowing generic handling of reponse packets.
| Constructor Summary | |
|---|---|
AceAccessDenied(AceRequest request)
Creates a new instance of an AceAccessDenied packet |
|
| Method Summary | |
|---|---|
byte |
getProtocolVersion()
Returns the protocol version for an OK response. |
int |
getResponseStatus()
Returns the status for an Access-Denied response. |
java.lang.String |
toString()
String conversion function. |
void |
writeResponse(java.nio.ByteBuffer buf)
Write an AceResponse to the internal stream. |
| Methods inherited from class com.rsa.ace.techservice.udpserver.AbstractAceResponse |
|---|
buildResponsePacket, getBuffer, getHeader, getNewNodeSecret, getNodeSecret, getPacket, getRequestToThisResponse, getResponseMsgType, getResponseSize, getTrailer, haveNodeSecret, processResponse, readResponse, setNodeSecret |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.rsa.ace.techservice.udpserver.AceResponse |
|---|
buildResponsePacket, getHeader, getPacket, getResponseMsgType, getResponseSize, getTrailer, processResponse, readResponse |
| Constructor Detail |
|---|
public AceAccessDenied(AceRequest request)
throws AcePacketException
request - The AceRequest to be used to initialize the response.
SocketException
AcePacketException| Method Detail |
|---|
public void writeResponse(java.nio.ByteBuffer buf)
throws AcePacketException
writeResponse in interface AceResponsewriteResponse in class AbstractAceResponsebuf - The byte buffer to which the response is writtem.
AcePacketException - If there is a problem writing the packet fields.public byte getProtocolVersion()
getProtocolVersion in interface AceResponsegetProtocolVersion in class AbstractAceResponsepublic int getResponseStatus()
getResponseStatus in interface AceResponsegetResponseStatus in class AbstractAceResponsepublic java.lang.String toString()
toString in interface AceResponsetoString in class AbstractAceResponse
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||