/AWS1/CL_APFSVCNOWCNCTORPFLC00¶
The connector-specific profile credentials required when using ServiceNow.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_username
TYPE /AWS1/APFUSERNAME
/AWS1/APFUSERNAME
¶
The name of the user.
iv_password
TYPE /AWS1/APFPASSWORD
/AWS1/APFPASSWORD
¶
The password that corresponds to the user name.
io_oauth2credentials
TYPE REF TO /AWS1/CL_APFOAUTH2CREDENTIALS
/AWS1/CL_APFOAUTH2CREDENTIALS
¶
The OAuth 2.0 credentials required to authenticate the user.
Queryable Attributes¶
username¶
The name of the user.
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 that corresponds to the user name.
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 |
oAuth2Credentials¶
The OAuth 2.0 credentials required to authenticate the user.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OAUTH2CREDENTIALS() |
Getter for OAUTH2CREDENTIALS |