SAP ABAP Class IF_SAML20_USER_CREATE_UPDATE (Interface for BAdI: BADI_SAML20_USER_CREATE_UPDATE)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20121211
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SAML20_USER_BADI_EXAMPLE Example class for BADI_SAML20_USER_CREATE_UPDATE BAdI 20121211
Properties
Class IF_SAML20_USER_CREATE_UPDATE  
Short Description Interface for BAdI: BADI_SAML20_USER_CREATE_UPDATE    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121211   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SAML20_USER_CREATE_UPDATE has no forward declaration.
Interfaces
Class IF_SAML20_USER_CREATE_UPDATE has no interface implemented.
Friends
Class IF_SAML20_USER_CREATE_UPDATE has no friend class.
Attributes
Class IF_SAML20_USER_CREATE_UPDATE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_USER_TO_FEDERATE Instance method Public Method Creates new user which will be used to create federation 20121211
2 UPDATE_FEDERATED_USER Instance method Public Method Updates already federated user 20121211
Events
Class IF_SAML20_USER_CREATE_UPDATE has no event.
Types
Class IF_SAML20_USER_CREATE_UPDATE has no local type.
Method Signatures

Method CREATE_USER_TO_FEDERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_USERID Call by reference Type reference (TYPE) XUBNAME Logon ID of the created user 20121211
2 Importing IT_ASSERTION_ATTRIBUTES Call by reference Type reference (TYPE) SAML2_ASSERTION_ATTRIBUTES_T Table of SAML2 attribute couples 20121211
3 Importing IV_ASSERTION_ISSUER_NAME Call by reference Type reference (TYPE) SAML2_ENTITY_NAME SAML2 IdP name 20121211
4 Importing IV_NAME_ID Call by reference Type reference (TYPE) SAML2_NAMEID_IDP SAML2 Name at Identity Provider 20121211
5 Importing IV_NAME_ID_FORMAT Call by reference Type reference (TYPE) STRING SAML2 Name ID Format string as defined by the standard 20121211
# Exception Resumable Description Created on
1 CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 20121211

Method UPDATE_FEDERATED_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ASSERTION_ATTRIBUTES Call by reference Type reference (TYPE) SAML2_ASSERTION_ATTRIBUTES_T Table of SAML2 attribute couples 20121211
2 Importing IV_ASSERTION_ISSUER_NAME Call by reference Type reference (TYPE) STRING SAML2 Entity ID 20121211
3 Importing IV_NAME_ID Call by reference Type reference (TYPE) SAML2_NAMEID_IDP SAML2 Name at Identity Provider 20121211
4 Importing IV_NAME_ID_FORMAT Call by reference Type reference (TYPE) STRING SAML2 Name ID Format text as defined by SAML2 standard 20121211
5 Importing IV_USERID Call by reference Type reference (TYPE) XUBNAME Logon ID of the user that wil be updated 20121211
# Exception Resumable Description Created on
1 CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 20121211
History
Last changed by/on SAP  20130531 
SAP Release Created in