|
RADIUS Client API (V3) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAttributes
Base class for a class that gets or sets attributes.
| Field Summary | |
static int |
Access_Accept
Access-Accept (2). |
static int |
Access_BadPacket
Access-BadPacket (0). |
static int |
Access_Challenge
Access-Challenge (11). |
static int |
Access_Reject
Access-Reject (3). |
| Method Summary | |
AttributeList |
getRequestAttributes()
Get request attributes for the RADIUS client. |
int |
getResponse()
Retrieve the server response. |
AttributeList |
getResponseAttributes()
Retrieve response attributes from the RADIUS client. |
boolean |
isReady()
Determine if the values in the callback class are ready to be accessed or modified. |
void |
setReady(boolean setting)
Set the Callback ready indicator. |
void |
setRequestAttributes(AttributeList requestList)
Set request attributes for the RADIUS client. |
void |
setResponse(int response)
Set the server response. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int Access_Accept
public static final int Access_Challenge
public static final int Access_Reject
public static final int Access_BadPacket
| Method Detail |
public final AttributeList getResponseAttributes()
public final void setRequestAttributes(AttributeList requestList)
requestList - List of request attributes to be sent on a request by the client.public final AttributeList getRequestAttributes()
public final void setResponse(int response)
response - Packet type returned.public final int getResponse()
public final void setReady(boolean setting)
setReady in interface RADIUSCallbacksetting - Set to true if this instance is ready to read / write data.public final boolean isReady()
isReady in interface RADIUSCallback
|
RADIUS Client API (V3) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||