|
RADIUS Client API (V3) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectRSAACEInfo
| Field Summary | |
static int |
ERROR_ACCESS_REJECT
Error code ERROR_ACCESS_REJECT = -2. |
static int |
ERROR_ALLDONE
Error code ERROR_ALLDONE = -1. |
static int |
ERROR_CLIENT_EXCEPTION
Error code ERROR_CLIENT_EXCEPTION = -3. |
static int |
STATE_COMPLETE
State - Authentication completed sucessfully - 3. |
static int |
STATE_CONTINUE
State - Running - 2. |
static int |
STATE_ERROR
State - Authentication error - 4. |
| Method Summary | |
AttributeList |
getAttributes()
Return the response attributes from the RADIUS client. |
String |
getDisplayMessage()
Get the message to be displayed to the supplicant. |
int |
getError()
Get the numeric error code if getState() returns STATE_ERROR. |
String |
getErrorString()
Get the string value for the error if getState() returns STATE_ERROR. |
int |
getState()
Get the current RSA client state. |
String |
getStateName()
Get the symbolic name for the current state returned by getState(). |
void |
setResponse(byte[] response)
Set the message the supplicant provided. |
void |
setResponse(String response)
Set the message the supplicant provided. |
String |
toString()
Return a string representation of this class. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int STATE_CONTINUE
RSAACEClient.process().
public static final int STATE_COMPLETE
RSAACEClient.process().
The process() method must not be called again. If it is called again
the error ERROR_ALLDONE will be returned.
public static final int STATE_ERROR
RSAACEClient.process() method is called again it will return the
previous error. It should not be called again once an error has been detected.
public static final int ERROR_ALLDONE
RSAACEClient.process() method
is called after the state STATE_COMPLETE has been returned.
public static final int ERROR_ACCESS_REJECT
public static final int ERROR_CLIENT_EXCEPTION
| Method Detail |
public String getDisplayMessage()
public void setResponse(byte[] response)
response - Response.public void setResponse(String response)
response - Response.public int getError()
getState() returns STATE_ERROR.
public String getErrorString()
getState() returns STATE_ERROR.
public int getState()
RSAACEClient.process() is run
or each time the RSAACEHandler.rsaaceHandler(RSAACEInfo cb)
STATE_CONTINUE,
STATE_COMPLETE or STATE_ERROR.public String getStateName()
getState().
public AttributeList getAttributes()
STATE_COMPLETE.
public String toString()
|
RADIUS Client API (V3) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||