|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectRSAACEClient
| Constructor Summary | |
RSAACEClient(RADIUSClient rc,
String name,
char[] pin,
AttributeList common,
RSAACEHandler handler)
|
|
| Method Summary | |
RSAACEInfo |
process()
Process the requests. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RSAACEClient(RADIUSClient rc,
String name,
char[] pin,
AttributeList common,
RSAACEHandler handler)
| Method Detail |
public RSAACEInfo process()
throws ClientSendException,
ClientReceiveException
RSAACEInfo.STATE_CONTINUE,
RSAACEInfo.STATE_COMPLETE or
RSAACEInfo.STATE_ERROR.
If the state is RSAACEInfo.STATE_CONTINUE display the value in the
RSAACEInfo.getDisplayMessage()
and fill the RSAACEInfo.setResponse() with the response to the displayed message.
If the state is RSAACEInfo.STATE_COMPLETE the authentication has succeeded.
If the state is RSAACEInfo.STATE_ERROR the authentication has failed for some reason.
ClientSendException - if there's a problem sending a packet (highly unlikely).
ClientReceiveException - if there's a problem receiving a packet - a time out has occurred..
|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||