/AWS1/CL_TCEDESCRPTRSRCFROMURL¶
URL-based descriptor source configuration, with credential provider configurations for authenticated URL retrieval.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_url TYPE /AWS1/TCEDESCRIPTORSOURCEURL /AWS1/TCEDESCRIPTORSOURCEURL¶
The URL from which the descriptor content is retrieved.
Optional arguments:¶
it_credentialproviderconfs TYPE /AWS1/CL_TCEREGRECCREDPVDRCONF=>TT_REGRECORDCREDPVDRCONFLIST TT_REGRECORDCREDPVDRCONFLIST¶
The credential providers used to authenticate when fetching descriptor content from the source URL.
Queryable Attributes¶
url¶
The URL from which the descriptor content is retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
credentialProviderConfigurations¶
The credential providers used to authenticate when fetching descriptor content from the source URL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALPROVIDERCONFS() |
Getter for CREDENTIALPROVIDERCONFS, with configurable defaul |
ASK_CREDENTIALPROVIDERCONFS() |
Getter for CREDENTIALPROVIDERCONFS w/ exceptions if field ha |
HAS_CREDENTIALPROVIDERCONFS() |
Determine if CREDENTIALPROVIDERCONFS has a value |