Core API 6.4

net.juniper.smgt.sae.scriptservice
Interface RadiusResponse


public interface RadiusResponse


Field Summary
static int CoA_ACK
           
static int CoA_NAK
           
static int DISCONNECT_ACK
           
static int DISCONNECT_NAK
           
 
Method Summary
 Object[] getAttributeValues(String attrId)
          Retrieves the attribute values from a RADIUS packet that has a specified identifier for an attribute.
 int getResponseCode()
           
 

Field Detail

DISCONNECT_ACK

public static final int DISCONNECT_ACK
See Also:
Constant Field Values

DISCONNECT_NAK

public static final int DISCONNECT_NAK
See Also:
Constant Field Values

CoA_ACK

public static final int CoA_ACK
See Also:
Constant Field Values

CoA_NAK

public static final int CoA_NAK
See Also:
Constant Field Values
Method Detail

getAttributeValues

public Object[] getAttributeValues(String attrId)
                            throws RadiusPacketFailedAccessException
Retrieves the attribute values from a RADIUS packet that has a specified identifier for an attribute.

RadiusPacketFailedAccessException
See Also:
RadiusPacketDelegate.getAttributeValues(java.lang.String)

getResponseCode

public int getResponseCode()
Returns:
code field in radius response packet

Core API 6.4