SAP ABAP Class CL_OAUTH2_S_SAML20_METADATA (OAuth2 SAML20 Metadata)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC (Application Component) Security
     SOAUTH2 (Package) OAuth2
Properties
Class CL_OAUTH2_S_SAML20_METADATA  
Short Description OAuth2 SAML20 Metadata    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAUTH2   OAuth2 
Created 20120405   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_OAUTH2_S_SAML20_METADATA has no forward declaration.
Interfaces
Class CL_OAUTH2_S_SAML20_METADATA has no interface implemented.
Friends
Class CL_OAUTH2_S_SAML20_METADATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_OAUTH2_IDP Constant Public Type reference (TYPE) SAML2_ENTITY_MODE 'IDP' Operation Mode of SAML2 Entity 20120405
2 MT_IDP_LIST Static Attribute Private Type reference (TYPE) TY_T_IDP_LIST 20120405
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20120405
2 GET_IDP_ID_FOR_NAME Static method Public Method 20120405
3 GET_IDP_LIST Static method Public Method 20120405
Events
Class CL_OAUTH2_S_SAML20_METADATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_IDP_LIST Public See coding 20120405 BEGIN OF ty_s_idp_list, name TYPE oa2_s_gt_samlbearer_idp_name, id TYPE oa2_s_gt_samlbearer_oauth_sts, END OF ty_s_idp_list
2 TY_T_IDP_LIST Public See coding 20120405 ty_t_idp_list TYPE STANDARD TABLE OF ty_s_idp_list WITH DEFAULT KEY
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_OAUTH2_S_SAML20_METADATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_OAUTH2_S_SAML20_METADATA has no exception.

Method GET_IDP_ID_FOR_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) OA2_S_GT_SAMLBEARER_IDP_NAME OAuth2 IdP Name 20120405
2 Returning R_ID Value transfer Type reference (TYPE) OA2_S_GT_SAMLBEARER_OAUTH_STS OAuth2 SAML2 Bearer IdP 20120405
# Exception Resumable Description Created on
1 CX_OAUTH2_EXCEPTION OAuth2 Exception 20120405

Method GET_IDP_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_IDP_LIST Value transfer Type reference (TYPE) TY_T_IDP_LIST 20120405

Method GET_IDP_LIST on class CL_OAUTH2_S_SAML20_METADATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732