SAP ABAP Class CL_OA2C_CONFIG_READER (OAuth 2.0 Client Configuration)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC (Application Component) Security
⤷
SOAUTH2_CLIENT_CONFIG_CGP (Package) OAuth 2.0 Client Configuration

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OA2C_CONFIG_READER | OAuth 2.0 Service Provider Specifics | 20130610 |
Properties
Class | CL_OA2C_CONFIG_READER | |
Short Description | OAuth 2.0 Client Configuration | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SOAUTH2_CLIENT_CONFIG_CGP | OAuth 2.0 Client Configuration |
Created | 20130610 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_OA2C_CONFIG_READER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_OA2C_CONFIG_READER | OAuth 2.0 Service Provider Specifics | 20130610 |
Friends
Class CL_OA2C_CONFIG_READER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_S_OA2C_CONFIG | 20130610 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130610 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20130610 |
Events
Class CL_OA2C_CONFIG_READER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_OA2C_CONFIG | Private | See coding | 20130610 | BEGIN OF ty_s_oa2c_config,
client_uuid TYPE oa2c_uuid,
client_id TYPE string,
coll_provider TYPE string,
client_auth TYPE oa2c_client_authentication, "1=Basic;2=Form-Fields;3=Certificate
auth_server TYPE string,
auth_endpoint TYPE string,
token_endpoint TYPE string,
revoke_endpoint TYPE string,
obtain_method TYPE i, "1=auth_code;2=saml20
saml_idp TYPE string,
refr_token_val TYPE i, "Validity in days
redirect_uri TYPE string,
auth_code_allowed TYPE abap_bool,
saml20_allowed TYPE abap_bool,
refresh_allowed TYPE abap_bool,
revoke_allowed TYPE abap_bool,
END OF ty_s_oa2c_config
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CLIENT_UUID | Call by reference | Type reference (TYPE) | OA2C_UUID | OAuth 2.0 Client UUID | 20130610 | ||
2 | ![]() |
I_SPS_IMPLEMENTATION_NAME | Call by reference | Type reference (TYPE) | OA2C_SPS_IMPLEMENTATION_NAME | Service Provider Specifics (SPS) Implementation Name | 20130610 |
Method CONSTRUCTOR on class CL_OA2C_CONFIG_READER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |