SAP ABAP Class CL_SAML20_CDC_URLS (Read/write for white-listed CDC URLs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-LGN-SML (Application Component) SAML 2.0
⤷
SAML2_CORE (Package) SAML2 Core Functionality

⤷

⤷

Properties
Class | CL_SAML20_CDC_URLS | |
Short Description | Read/write for white-listed CDC URLs | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAML2_CORE | SAML2 Core Functionality |
Created | 20110201 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SAML20_CDC_URLS has no interface implemented.
Friends
Class CL_SAML20_CDC_URLS has no friend class.
Attributes
Class CL_SAML20_CDC_URLS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Delete all configured URLs for the specified client | 20110204 |
2 | ![]() |
Static method | Public | Method | Delete the specified URLs for the specified client | 20110208 |
3 | ![]() |
Static method | Public | Method | Check if the specified URL is allowed (white-listed) | 20110201 |
4 | ![]() |
Static method | Public | Method | Read all URLs for the specified client | 20110201 |
5 | ![]() |
Static method | Public | Method | Write (append and/or replace) the white-listed CDC URLs | 20110201 |
Events
Class CL_SAML20_CDC_URLS has no event.
Types
Class CL_SAML20_CDC_URLS has no local type.
Method Signatures
Method DELETE_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Client | 20110204 |
Method DELETE_ALL on class CL_SAML20_CDC_URLS has no exception.
Method DELETE_URLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_URLS | Call by reference | Type reference (TYPE) | SAML2_CDC_URLS_T | Table with CDC white-listed URLs | 20110208 | ||
2 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | Client | 20110208 |
Method DELETE_URLS on class CL_SAML20_CDC_URLS has no exception.
Method IS_ALLOWED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Client | 20110201 | ||
2 | ![]() |
IV_URL | Call by reference | Type reference (TYPE) | SAML2_CDC_URL | The URL we are to check whether it is allowed or not | 20110201 | ||
3 | ![]() |
RV_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE if the specified URL is allowed | 20110201 |
Method IS_ALLOWED on class CL_SAML20_CDC_URLS has no exception.
Method READ_URLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | Client | 20110201 | |
2 | ![]() |
RT_URLS | Value transfer | Type reference (TYPE) | SAML2_CDC_URLS_T | Table with CDC white-listed URLs | 20110201 |
Method READ_URLS on class CL_SAML20_CDC_URLS has no exception.
Method WRITE_URLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_URLS | Call by reference | Type reference (TYPE) | SAML2_CDC_URLS_T | Table with CDC white-listed URLs | 20110201 | ||
2 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | Client | 20110201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions Within SAML2 Core Function | 20110202 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |