ADC Advanced Policy Expressions

AAA_LOGIN_T


Operates on AAA login request information

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

  • CLIENT_MAC_ADDR

    Returns one MAC address at a time (sequentially) from the list of MAC addresses returned by a client as part of the MAC-ADDR header.

Returns: text_t

  • 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

  • RELAYSTATE

    Returns the relaystate value, which is fetched from the SAML Response. It may return NULL if relaystate in the response is empty

Returns: text_t

  • SAML_REQ_ACS_URL

    Returns the ACS URL received in the SAML Request associated with the current login request. The value is extracted at the time of processing the SAML Request. Returns NULL if the SAML Request or the ACS URL is not found.

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_t name)

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