public interface RadiusResponse
Modifier and Type | Field and Description |
---|---|
static int |
CoA_ACK |
static int |
CoA_NAK |
static int |
DISCONNECT_ACK |
static int |
DISCONNECT_NAK |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getAttributeValues(java.lang.String attrId)
Retrieves the attribute values from a RADIUS packet that has a specified
identifier for an attribute.
|
int |
getResponseCode() |
static final int DISCONNECT_ACK
static final int DISCONNECT_NAK
static final int CoA_ACK
static final int CoA_NAK
java.lang.Object[] getAttributeValues(java.lang.String attrId) throws RadiusPacketFailedAccessException
int getResponseCode()