Skip to content

/AWS1/CL_APFBASICAUTHCREDS

The basic auth credentials required for basic authentication.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_username TYPE /AWS1/APFUSERNAME /AWS1/APFUSERNAME

The username to use to connect to a resource.

iv_password TYPE /AWS1/APFPASSWORD /AWS1/APFPASSWORD

The password to use to connect to a resource.


Queryable Attributes

username

The username to use to connect to a resource.

Accessible with the following methods

Method Description
GET_USERNAME() Getter for USERNAME, with configurable default
ASK_USERNAME() Getter for USERNAME w/ exceptions if field has no value
HAS_USERNAME() Determine if USERNAME has a value

password

The password to use to connect to a resource.

Accessible with the following methods

Method Description
GET_PASSWORD() Getter for PASSWORD, with configurable default
ASK_PASSWORD() Getter for PASSWORD w/ exceptions if field has no value
HAS_PASSWORD() Determine if PASSWORD has a value