/AWS1/CL_APYAUTHPROVIDER¶
Describes an authorization provider.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_authtype TYPE /AWS1/APYAUTHENTICATIONTYPE /AWS1/APYAUTHENTICATIONTYPE¶
The authorization type.
Optional arguments:¶
io_cognitoconfig TYPE REF TO /AWS1/CL_APYCOGNITOCONFIG /AWS1/CL_APYCOGNITOCONFIG¶
Describes an Amazon Cognito user pool configuration.
io_openidconnectconfig TYPE REF TO /AWS1/CL_APYOPENIDCNCTCONFIG /AWS1/CL_APYOPENIDCNCTCONFIG¶
Describes an OpenID Connect (OIDC) configuration.
io_lambdaauthorizerconfig TYPE REF TO /AWS1/CL_APYLAMBDAAUTHRCONFIG /AWS1/CL_APYLAMBDAAUTHRCONFIG¶
A
LambdaAuthorizerConfigspecifies how to authorize AppSync API access when using theAWS_LAMBDAauthorizer mode. Be aware that an AppSync API can have only one Lambda authorizer configured at a time.
Queryable Attributes¶
authType¶
The authorization type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHTYPE() |
Getter for AUTHTYPE, with configurable default |
ASK_AUTHTYPE() |
Getter for AUTHTYPE w/ exceptions if field has no value |
HAS_AUTHTYPE() |
Determine if AUTHTYPE has a value |
cognitoConfig¶
Describes an Amazon Cognito user pool configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COGNITOCONFIG() |
Getter for COGNITOCONFIG |
openIDConnectConfig¶
Describes an OpenID Connect (OIDC) configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENIDCONNECTCONFIG() |
Getter for OPENIDCONNECTCONFIG |
lambdaAuthorizerConfig¶
A
LambdaAuthorizerConfigspecifies how to authorize AppSync API access when using theAWS_LAMBDAauthorizer mode. Be aware that an AppSync API can have only one Lambda authorizer configured at a time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDAAUTHORIZERCONFIG() |
Getter for LAMBDAAUTHORIZERCONFIG |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUTHPROVIDERS¶
TYPES TT_AUTHPROVIDERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_APYAUTHPROVIDER WITH DEFAULT KEY
.