Skip to content

/AWS1/CL_WKRPASSWORDREQS

Defines password complexity requirements for users in a security group, including minimum length and character type requirements.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_lowercase TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The minimum number of lowercase letters required in passwords.

iv_minlength TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The minimum password length in characters.

iv_numbers TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The minimum number of numeric characters required in passwords.

iv_symbols TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The minimum number of special symbol characters required in passwords.

iv_uppercase TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The minimum number of uppercase letters required in passwords.


Queryable Attributes

lowercase

The minimum number of lowercase letters required in passwords.

Accessible with the following methods

Method Description
GET_LOWERCASE() Getter for LOWERCASE, with configurable default
ASK_LOWERCASE() Getter for LOWERCASE w/ exceptions if field has no value
HAS_LOWERCASE() Determine if LOWERCASE has a value

minLength

The minimum password length in characters.

Accessible with the following methods

Method Description
GET_MINLENGTH() Getter for MINLENGTH, with configurable default
ASK_MINLENGTH() Getter for MINLENGTH w/ exceptions if field has no value
HAS_MINLENGTH() Determine if MINLENGTH has a value

numbers

The minimum number of numeric characters required in passwords.

Accessible with the following methods

Method Description
GET_NUMBERS() Getter for NUMBERS, with configurable default
ASK_NUMBERS() Getter for NUMBERS w/ exceptions if field has no value
HAS_NUMBERS() Determine if NUMBERS has a value

symbols

The minimum number of special symbol characters required in passwords.

Accessible with the following methods

Method Description
GET_SYMBOLS() Getter for SYMBOLS, with configurable default
ASK_SYMBOLS() Getter for SYMBOLS w/ exceptions if field has no value
HAS_SYMBOLS() Determine if SYMBOLS has a value

uppercase

The minimum number of uppercase letters required in passwords.

Accessible with the following methods

Method Description
GET_UPPERCASE() Getter for UPPERCASE, with configurable default
ASK_UPPERCASE() Getter for UPPERCASE w/ exceptions if field has no value
HAS_UPPERCASE() Determine if UPPERCASE has a value