/AWS1/CL_TCEREGRECCREDPVDRCONF¶
A credential provider configuration that specifies how to authenticate when fetching descriptor content from a registry record's source URL.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_credentialprovidertype TYPE /AWS1/TCEREGRECORDCREDPVDRTYPE /AWS1/TCEREGRECORDCREDPVDRTYPE¶
The type of credential provider.
io_credentialprovider TYPE REF TO /AWS1/CL_TCEREGRCCREDPVDRUNION /AWS1/CL_TCEREGRCCREDPVDRUNION¶
The credential provider details corresponding to the specified credential provider type.
Queryable Attributes¶
credentialProviderType¶
The type of credential provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALPROVIDERTYPE() |
Getter for CREDENTIALPROVIDERTYPE, with configurable default |
ASK_CREDENTIALPROVIDERTYPE() |
Getter for CREDENTIALPROVIDERTYPE w/ exceptions if field has |
HAS_CREDENTIALPROVIDERTYPE() |
Determine if CREDENTIALPROVIDERTYPE has a value |
credentialProvider¶
The credential provider details corresponding to the specified credential provider type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALPROVIDER() |
Getter for CREDENTIALPROVIDER |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REGRECORDCREDPVDRCONFLIST¶
TYPES TT_REGRECORDCREDPVDRCONFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TCEREGRECCREDPVDRCONF WITH DEFAULT KEY
.