SAP ABAP Class CL_STW_AUTH_OAUTH_10_SHA1_3L (Authentication via 3-legged oauth)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-STW (Application Component) Social Media ABAP Integration Library
     S_STW_OL_AUTHENTICATE (Package) StreamWork Library: Authentication (comp. mode)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20120223
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CLB_AUTHENTICATE Interface for BAdI: CLB_AUTHENTICATE 20120223
Properties
Class CL_STW_AUTH_OAUTH_10_SHA1_3L  
Short Description Authentication via 3-legged oauth    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_STW_OL_AUTHENTICATE   StreamWork Library: Authentication (comp. mode) 
Created 20120223   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_STW_AUTH_OAUTH_10_SHA1_3L has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20120223
2 IF_CLB_AUTHENTICATE Interface for BAdI: CLB_AUTHENTICATE 20120223
Friends
Class CL_STW_AUTH_OAUTH_10_SHA1_3L has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_IDFORMAT Constant Private Type reference (TYPE) STRING 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress' 20120223
2 GC_TIMESTAMP_MAX Constant Private Type reference (TYPE) CLB_VALID_TO '99991231235959' 20120223
3 MO_CLB_METHOD Instance attribute Private Object reference (TYPE REF TO) CL_STW_MTH_TOKEN 20120223
4 MO_CLB_METHOD_REVOKE Instance attribute Private Object reference (TYPE REF TO) CL_STW_MTH_REVOKE_TOKEN 20120228
5 MO_CLB_PROCESSOR Instance attribute Private Object reference (TYPE REF TO) IF_CLB_PROCESS 20120223
6 MO_CONNECTOR Instance attribute Private Object reference (TYPE REF TO) IF_CLB_HTTP_CONNECTOR 20120223
7 MO_OAUTH_COMMON Instance attribute Private Object reference (TYPE REF TO) IF_STW_AUTH_OAUTH_COMMON 20121011
8 MO_SAML Instance attribute Private Object reference (TYPE REF TO) LIF_SAML 20121012
9 MO_USER_TOKEN_ACCESS Instance attribute Private Object reference (TYPE REF TO) IF_CLB_USER_TOKEN_DATA 20120223
10 MS_APPLI_CONFIG Instance attribute Private Type reference (TYPE) IF_CLB_CONFIGURATION=>TY_APPLICATION_CONFIG 20121012
11 MV_TOKEN_ID Instance attribute Private Type reference (TYPE) STRING 20120229
12 MV_USER_ID Instance attribute Private Type reference (TYPE) STRING 20121012
Methods
# Method Level Visibility Method type Description Created on
1 EVALUATE_RESPONSE Instance method Private Method obsolete 20120307
2 GET_ACCESS_TOKEN Instance method Private Method obsolete 20120307
3 GET_NEW_TOKEN Instance method Private Method 20120223
4 GET_OAUTH_HEADER Instance method Private Method obsolete 20121018
5 GET_OAUTH_PARAMETER Instance method Private Method obsolete 20121018
6 GET_REVOKE_TOKEN_IN Instance method Private Method 20120229
7 GET_SAML_RESPONSE Instance method Private Method 20120223
8 GET_SIGNATURE Instance method Private Method obsolete 20121018
9 GET_TOKEN Instance method Private Method 20120223
10 GET_TOKEN_INPUT Instance method Private Method 20120223
11 READ_TOKEN Instance method Private Method obsolete 20120307
12 READ_TOKEN_FROM_CACHE Instance method Private Method obsolete 20120307
13 REVOKE_TOKEN Instance method Private Method 20120229
14 SPLIT_URL Instance method Private Method obsolete 20121018
15 TEST Instance method Private Method obsolete 20120307
16 WRITE_TOKEN Instance method Private Method obsolete 20120307
Events
Class CL_STW_AUTH_OAUTH_10_SHA1_3L has no event.
Types
Class CL_STW_AUTH_OAUTH_10_SHA1_3L has no local type.
Method Signatures

Method EVALUATE_RESPONSE Signature

Method EVALUATE_RESPONSE on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method EVALUATE_RESPONSE on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.

Method GET_ACCESS_TOKEN Signature

Method GET_ACCESS_TOKEN on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method GET_ACCESS_TOKEN on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.

Method GET_NEW_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TOKEN_ID Value transfer Type reference (TYPE) STRING 20120223
# Exception Resumable Description Created on
1 CX_STW_AUTHENTICATE 20120223

Method GET_OAUTH_HEADER Signature

Method GET_OAUTH_HEADER on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method GET_OAUTH_HEADER on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.

Method GET_OAUTH_PARAMETER Signature

Method GET_OAUTH_PARAMETER on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method GET_OAUTH_PARAMETER on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.

Method GET_REVOKE_TOKEN_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REVOKE_TOKEN_IN Value transfer Type reference (TYPE) XSTRING 20120229
# Exception Resumable Description Created on
1 CX_STW_AUTHENTICATE 20120229

Method GET_SAML_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) STRING 20120223
2 Returning RV_SAML_RESPONSE Value transfer Type reference (TYPE) STRING 20120223
# Exception Resumable Description Created on
1 CX_STW_AUTHENTICATE 20120223

Method GET_SIGNATURE Signature

Method GET_SIGNATURE on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method GET_SIGNATURE on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.

Method GET_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TOKEN_ID Value transfer Type reference (TYPE) STRING 20120223
# Exception Resumable Description Created on
1 CX_STW_AUTHENTICATE 20120223

Method GET_TOKEN_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TOKEN_INPUT Value transfer Type reference (TYPE) XSTRING 20120223
# Exception Resumable Description Created on
1 CX_STW_AUTHENTICATE 20120223

Method READ_TOKEN Signature

Method READ_TOKEN on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method READ_TOKEN on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.

Method READ_TOKEN_FROM_CACHE Signature

Method READ_TOKEN_FROM_CACHE on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method READ_TOKEN_FROM_CACHE on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.

Method REVOKE_TOKEN Signature

Method REVOKE_TOKEN on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method REVOKE_TOKEN on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.

Method SPLIT_URL Signature

Method SPLIT_URL on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method SPLIT_URL on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.

Method TEST Signature

Method TEST on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method TEST on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.

Method WRITE_TOKEN Signature

Method WRITE_TOKEN on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no parameter.
Method WRITE_TOKEN on class CL_STW_AUTH_OAUTH_10_SHA1_3L has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732