net.juniper.smgt.sae.scriptservice
Interface RadiusResponse
public interface RadiusResponse
Method Summary |
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()
|
DISCONNECT_ACK
static final int DISCONNECT_ACK
- See Also:
- Constant Field Values
DISCONNECT_NAK
static final int DISCONNECT_NAK
- See Also:
- Constant Field Values
CoA_ACK
static final int CoA_ACK
- See Also:
- Constant Field Values
CoA_NAK
static final int CoA_NAK
- See Also:
- Constant Field Values
getAttributeValues
java.lang.Object[] getAttributeValues(java.lang.String attrId)
throws RadiusPacketFailedAccessException
- Retrieves the attribute values from a RADIUS packet that has a specified
identifier for an attribute.
- Throws:
RadiusPacketFailedAccessException
- See Also:
RadiusPacketDelegate.getAttributeValues(java.lang.String)
getResponseCode
int getResponseCode()
- Returns:
- code field in radius response packet