/AWS1/CL_ECAAUTHENTICATIONMODE¶
Specifies the authentication mode to use.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_type
TYPE /AWS1/ECAINPUTAUTHNTCTNTYPE
/AWS1/ECAINPUTAUTHNTCTNTYPE
¶
Specifies the authentication type. Possible options are IAM authentication, password and no password.
it_passwords
TYPE /AWS1/CL_ECAPASSWORDLISTINP_W=>TT_PASSWORDLISTINPUT
TT_PASSWORDLISTINPUT
¶
Specifies the passwords to use for authentication if
Type
is set topassword
.
Queryable Attributes¶
Type¶
Specifies the authentication type. Possible options are IAM authentication, password and no password.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Passwords¶
Specifies the passwords to use for authentication if
Type
is set topassword
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PASSWORDS() |
Getter for PASSWORDS, with configurable default |
ASK_PASSWORDS() |
Getter for PASSWORDS w/ exceptions if field has no value |
HAS_PASSWORDS() |
Determine if PASSWORDS has a value |