SAP ABAP Class IF_AR_FND_JAM_OAUTH1_COMMON (Common Methods for OAuth Authentication)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AR_FND_JAM_OAUTH1_COMMON Jam OAUth 1.0 Common Methods 20130529
Properties
Class IF_AR_FND_JAM_OAUTH1_COMMON  
Short Description Common Methods for OAuth Authentication    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130529   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_AR_FND_JAM_OAUTH1_COMMON has no forward declaration.
Interfaces
Class IF_AR_FND_JAM_OAUTH1_COMMON has no interface implemented.
Friends
Class IF_AR_FND_JAM_OAUTH1_COMMON has no friend class.
Attributes
Class IF_AR_FND_JAM_OAUTH1_COMMON has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_OAUTH_HEADER Instance method Public Method Get OAuth Header 20130529
2 GET_OAUTH_PARAMETER Instance method Public Method Get OAuth Parameter 20130529
3 GET_URL_STRUCTURE Instance method Public Method Get URL Structure 20130529
4 INITIALIZE Instance method Public Method Initialize 20130529
Events
Class IF_AR_FND_JAM_OAUTH1_COMMON has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_NAME_VALUE Public See coding 20130529 BEGIN OF ts_name_value, name TYPE string, value TYPE string, END OF ts_name_value
2 TS_URL Public See coding 20130529 BEGIN OF ts_url, request_method TYPE clb2_request_method, base_url TYPE string, url_parameters TYPE tt_name_value, END OF ts_url
3 TT_NAME_VALUE Public See coding 20130529 tt_name_value TYPE STANDARD TABLE OF ts_name_value WITH DEFAULT KEY
Method Signatures

Method GET_OAUTH_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OAUTH_PARAMETER Call by reference Type reference (TYPE) TT_NAME_VALUE 20130529
2 Returning RV_HEADER Value transfer Type reference (TYPE) STRING 20130529

Method GET_OAUTH_HEADER on class IF_AR_FND_JAM_OAUTH1_COMMON has no exception.

Method GET_OAUTH_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_OAUTH_PARAMETER Value transfer Type reference (TYPE) TT_NAME_VALUE 20130529
# Exception Resumable Description Created on
1 CX_AR_FND_JAM_AUTHENTICATE 20130529

Method GET_URL_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_URL Value transfer Type reference (TYPE) TS_URL 20130529

Method GET_URL_STRUCTURE on class IF_AR_FND_JAM_OAUTH1_COMMON has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONNECTOR Call by reference Object reference (TYPE REF TO) IF_CLB2_HTTP_CONNECTOR 20130529
2 Importing IS_APPLI_CONFIG Call by reference Type reference (TYPE) IF_CLB2_CONFIGURATION=>TY_APPLICATION_CONFIG 20130529

Method INITIALIZE on class IF_AR_FND_JAM_OAUTH1_COMMON has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in