SAP ABAP Class CL_GRAC_AD_ACCESS_MGMT_LDAP (Implementation class for Provisioning Integration Scenario)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_ADAPTORS (Package) Access Control GRC Calls for Plag-in's and WSDL
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRAC_AD_ACCESS_MGMT Interface for AC Access Management Integration Scenario 20100412
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRAC_AD_TYPES Data types used in AC Adaptor interfaces 20100412
Properties
Class CL_GRAC_AD_ACCESS_MGMT_LDAP  
Short Description Implementation class for Provisioning Integration Scenario    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRAC_ADAPTORS   Access Control GRC Calls for Plag-in's and WSDL 
Created 20100412   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRAC_AD_ACCESS_MGMT Interface for AC Access Management Integration Scenario 20100412
2 IF_GRAC_AD_TYPES Data types used in AC Adaptor interfaces 20100412
Friends
# Friend Modeled only Created on Description
1 CL_GRAC_AD_ACCESS_MGMT 20100413 Interface class for User Provisioning Integration Scenario
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_INSTANCE_OBJECT Static Attribute Private Object reference (TYPE REF TO) CL_GRAC_AD_ACCESS_MGMT_LDAP Interface for AC Access Management Integration Scenario 20100413
2 YRETURN_CODE_FALSE Instance attribute Public Attribute reference (LIKE) 20100512
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SUNONE_LDAP_BIND Instance method Private Method check for sun one ldap 20110212
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100413
3 FILL_ADSTRUCTURE Instance method Private Method 20100413
4 GET_INSTANCE Static method Protected Method Get the singleton instance of this class 20100413
5 GET_MANAGER_DETAILS Instance method Public Method get manager details by dn 20100430
6 GET_USER_PRINCIPAL_NAME Instance method Private Method get user principal name from userid 20111215
Events
Class CL_GRAC_AD_ACCESS_MGMT_LDAP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YLOGICAL_DESTINATION Public Attribute reference (LIKE) 20100430
2 YRETURN_CODE Public Attribute reference (LIKE) 20100512
3 YSYSTEM_ID Public Attribute reference (LIKE) 20100430
4 YS_LDAP_SEARCH_FIELD Public See coding 20100413 BEGIN OF ys_ldap_search_field, ldapfieldname TYPE yv_ldap_field_name, ldapfieldvalue TYPE yv_ldap_field_value, END OF ys_ldap_search_field
5 YT_LDAP_SEARCH_FIELD Public See coding 20100413 yt_ldap_search_field TYPE STANDARD TABLE OF ys_ldap_search_field
6 YT_MESSAGE Public Attribute reference (LIKE) 20100430
7 YT_SYSTEM_FIELD_VALUE Private Attribute reference (LIKE) 20100419
8 YV_LDAP_FIELD_NAME Public Type reference (TYPE) STRING 20100413
9 YV_LDAP_FIELD_VALUE Public Type reference (TYPE) STRING 20100413
Method Signatures

Method CHECK_SUNONE_LDAP_BIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGICAL_DESTINATION Call by reference Type reference (TYPE) YLOGICAL_DESTINATION 20110212
2 Importing IV_PASSWORD Call by reference Type reference (TYPE) XUNCODE New password 20110212
3 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) YSYSTEM_ID 20110212
4 Importing IV_USERID Call by reference Type reference (TYPE) GRAC_USER User ID 20110212
5 Returning RV_ERROR_CODE Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20110212

Method CHECK_SUNONE_LDAP_BIND on class CL_GRAC_AD_ACCESS_MGMT_LDAP has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_GRAC_AD_ACCESS_MGMT_LDAP has no parameter.
Method CONSTRUCTOR on class CL_GRAC_AD_ACCESS_MGMT_LDAP has no exception.

Method FILL_ADSTRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_USER_DETAIL Call by reference Type reference (TYPE) GRAC_S_USER_DETAIL User Details 20100413
2 Importing IV_GROUP_MAP Call by reference Type reference (TYPE) GRAC_T_GRPFLDMAP group field map 20100419
3 Importing IV_VALUE_TABLE Call by reference Type reference (TYPE) YT_SYSTEM_FIELD_VALUE key value pair 20100419

Method FILL_ADSTRUCTURE on class CL_GRAC_AD_ACCESS_MGMT_LDAP has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INSTANCE Value transfer Object reference (TYPE REF TO) IF_GRAC_AD_ACCESS_MGMT Interface for AC Access Management Integration Scenario 20100413

Method GET_INSTANCE on class CL_GRAC_AD_ACCESS_MGMT_LDAP has no exception.

Method GET_MANAGER_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Value transfer Type reference (TYPE) YT_MESSAGE 20100430
2 Exporting EV_FOUND Value transfer Type reference (TYPE) ABAP_BOOL 20101119
3 Exporting EV_MANAGER_ID Value transfer Type reference (TYPE) STRING 20100430
4 Importing IV_LOGICAL_DESTINATION Call by reference Type reference (TYPE) YLOGICAL_DESTINATION 20100430
5 Importing IV_MANAGER_DN Call by reference Type reference (TYPE) STRING 20100430
6 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) YSYSTEM_ID 20100430

Method GET_MANAGER_DETAILS on class CL_GRAC_AD_ACCESS_MGMT_LDAP has no exception.

Method GET_USER_PRINCIPAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) YT_MESSAGE 20111215
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) YRETURN_CODE 20111215
3 Exporting EV_USER_PRINCIPAL_NAME Call by reference Type reference (TYPE) STRING 20111215
4 Importing IV_LOGICAL_DESTINATION Call by reference Type reference (TYPE) YLOGICAL_DESTINATION Logical destination for RFC, WS, FILE etc (CCI-TS) 20111215
5 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) YSYSTEM_ID System ID 20111215
6 Importing IV_USER Call by reference Type reference (TYPE) LDAPDEFS-USR User ID for logon 20111215

Method GET_USER_PRINCIPAL_NAME on class CL_GRAC_AD_ACCESS_MGMT_LDAP has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600