ADC Advanced Policy Expressions

RADIUS_CODE_E


This object provides RADIUS message codes.

Enumerations

ACCESS_REQUEST

ACCESS_ACCEPT

ACCESS_REJECT

ACCOUNTING_REQUEST

ACCOUNTING_RESPONSE

ACCESS_CHALLENGE

STATUS_SERVER

STATUS_CLIENT

This topic lists the expressions that are provided by this class.

EQ (radius_code_e m)

The result is Boolean TRUE if the input argument is equal to the RADIUS message code by this object.

Parameters (expressions not allowed):

            m- RADIUS Message Code

Returns: bool_at

NE (radius_code_e m)

The result is Boolean FALSE if the input argument is equal to the RADIUS message code by this object.

Parameters (expressions not allowed):

            m- RADIUS Message Code

Returns: bool_at

RADIUS_CODE_E

In this article