ADC Advanced Policy Expressions

AUTHENTICATION_ERROR_E


This object represents one of the error codes that is encountered during authentication.

Enumerations

INVALID_CREDS

This error represents invalid credentials presented for authentication.

NOT_PERMITTED

This error represents user is not permitted to login.

SYS_TIMEOUT

This error represents timeout during authentication process at external authentication server.

SYS_ERROR

This error represents processing error at external authentication server.

SOCKET_ERROR

This error represents connection error at external authentication server.

BAD_USER

This error represents login attempt for invalid username.

BAD_PASSWORD

This error represents login attempt for invalid password.

MISMATCH_PASSWORD

This error represents password mismatch for current login attempt.

INVALID_USER

This error represents username used for login does not exist or incorrect.

RESTRICTED_HOURS

This error represents login attempt in restricted time.

ACCOUNT_DISABLED

This error represents account is disabled for current user.

PASSWORD_EXPIRED

This error represents password is expired for the current user.

NO_DIALIN_PERM

This error represents user does not have dial-in permissions.

CHANGE_PASSWORD

This error represents error while trying to change password.

ACCOUNT_LOCKED

This error represents user's account is locked out.

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

EQ (authentication_error_e e)

The result is Boolean TRUE if the input argument is equal to the error presented by this object.

Parameters (expressions not allowed):

            e- Authentication Error enumeration

Returns: bool_at

NE (authentication_error_e e)

The result is Boolean TRUE if the input argument is not equal to the error presented by this object.

Parameters (expressions not allowed):

            e- Authentication Error enumeration

Returns: bool_at

AUTHENTICATION_ERROR_E

In this article