ADC Advanced Policy Expressions

AAA_LOGIN_T

Operates on AAA login request information

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

DOMAIN

Returns the domain of the user. This is the domain

used at the time of login

Returns: text_t

PASSWORD

Returns the password of the user. This is the password

used at the time of login

Returns: text_t

PASSWORD2

Returns the password2 of the user. This is the password2

used at the time of login

Returns: text_t

USERNAME

Returns the name of the user. This is the name used

at the time of login

Returns: text_t

VALUE(text_tname)

Returns the value associated with the parameter name. The

value is extracted at the time of login from the name-value

pair within the POST body

Parameters(expressions not allowed):

name -

                        the name of the name-value pair whose value is

to be extracted

Returns: text_t

AAA_LOGIN_T

In this article