SAP ABAP Class CL_GRAC_AD_HDB (CL_GRAC_AD_HDB)
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
Properties
Class CL_GRAC_AD_HDB  
Short Description CL_GRAC_AD_HDB    
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 20120622   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
Class CL_GRAC_AD_HDB has no interface implemented.
Friends
Class CL_GRAC_AD_HDB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVATE_USER_NOW Constant Public Type reference (TYPE) I 9 20120630
2 CLEAR_ALL_PARAMETERS Constant Public Type reference (TYPE) I 3 20120630
3 CLEAR_PARAMETER_CLIENT Constant Public Type reference (TYPE) I 2 20120630
4 DEACTIVATE_USER_NOW Constant Public Type reference (TYPE) I 8 20120630
5 DELETE_USER_CASCASE Constant Public Type reference (TYPE) I 11 20120702
6 DELETE_USER_RESTRICT Constant Public Type reference (TYPE) I 10 20120702
7 DISABLE_PASSWORD_LIFETIME Constant Public Type reference (TYPE) I 6 20120630
8 DROP_CONNECT_ATTEMPTS Constant Public Type reference (TYPE) I 5 20120630
9 ERROR Constant Public Type reference (TYPE) STRING 'ERROR' 20120627
10 EXIST Constant Public Type reference (TYPE) STRING 'EXIST' 20120627
11 FORCE_PASSWORD_CHANGE Constant Public Type reference (TYPE) I 7 20120630
12 INFORMATION Constant Public Type reference (TYPE) STRING 'INFORMATION' 20120627
13 LV_DBCON Instance attribute Private Type reference (TYPE) STRING Description of Database Connections 20120622
14 MV_CONN_REF Instance attribute Private Object reference (TYPE REF TO) CL_SQL_CONNECTION Database Connection 20120702
15 NOTEXIST Constant Public Type reference (TYPE) STRING 'NOTEXIST' 20120627
16 RESET_CONNECT_ATTEMTPS Constant Public Type reference (TYPE) I 4 20120630
17 SET_PARAMETER_CLIENT Constant Public Type reference (TYPE) I 1 20120630
18 SET_USER_PASSWORD Constant Public Type reference (TYPE) I 0 20120630
19 SUCCESS Constant Public Type reference (TYPE) STRING 'SUCCESS' 20120627
20 WARNING Constant Public Type reference (TYPE) STRING 'WARNING' 20120627
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_REMOVE_USER_ROLE Instance method Public Method Assign Remove User Role 20120622
2 CLOSE_CONNECTION Instance method Public Method Close Connection to database 20120622
3 CREATE_REMOVE_USER Instance method Public Method Create and Remove User 20120622
4 GET_INSTANCE Static method Public Method Get Intance object of this class 20120622
5 GET_MESSAGE Instance method Public Method Get Execution Status message 20120622
6 GET_NEW_GUID Instance method Public Method Get New GUID. 20120622
7 GET_NEW_PASSWORD Instance method Public Method Generate new password. 20120627
8 INIT_CONNECTION Instance method Public Method Init Connection to database 20120622
9 IS_ROLE_EXIST Instance method Public Method Lock Unlock User. 20130226
10 IS_USER_EXIST Instance method Public Method Lock Unlock User. 20130226
11 LOCK_UNLOCK_USER Instance method Public Method Lock Unlock User. 20120622
12 RENAME_UPDATE_USER Instance method Public Method Rename User Update user password. 20120622
Events
Class CL_GRAC_AD_HDB has no event.
Types
Class CL_GRAC_AD_HDB has no local type.
Method Signatures

Method ASSIGN_REMOVE_USER_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20120702
2 Exporting EV_STATUS Value transfer Type reference (TYPE) I 20120702
3 Importing IV_ACTION Call by reference Type reference (TYPE) I 1 (1=Assign Role, 2=Remove Role) 20120622
4 Importing IV_ROLE_NAME Call by reference Type reference (TYPE) STRING 20120622
5 Importing IV_SESSION_ID Call by reference Type reference (TYPE) STRING 20120622
6 Importing IV_USER_NAME Call by reference Type reference (TYPE) STRING 20120622

Method ASSIGN_REMOVE_USER_ROLE on class CL_GRAC_AD_HDB has no exception.

Method CLOSE_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20120622
2 Exporting EV_STATUS Call by reference Type reference (TYPE) I 20120622

Method CLOSE_CONNECTION on class CL_GRAC_AD_HDB has no exception.

Method CREATE_REMOVE_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20120702
2 Exporting EV_STATUS Call by reference Type reference (TYPE) I 20120702
3 Importing IV_ACTION Call by reference Type reference (TYPE) I 1 (1=Create User, 2=Remove User) 20120622
4 Importing IV_PASSWORD Call by reference Type reference (TYPE) STRING 20120622
5 Importing IV_SESSION_ID Call by reference Type reference (TYPE) STRING 20120622
6 Importing IV_USER_NAME Call by reference Type reference (TYPE) STRING 20120622

Method CREATE_REMOVE_USER on class CL_GRAC_AD_HDB has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR_NAME Call by reference Type reference (TYPE) STRING Description of Database Connections 20120622
2 Returning RR_OBJECT Value transfer Object reference (TYPE REF TO) CL_GRAC_AD_HDB CL_GRAC_AD_HDB 20120622

Method GET_INSTANCE on class CL_GRAC_AD_HDB has no exception.

Method GET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20120622
2 Exporting EV_STATUS Call by reference Type reference (TYPE) STRING 20120622
3 Importing IV_MESSAGE_ID Call by reference Type reference (TYPE) STRING 20120622

Method GET_MESSAGE on class CL_GRAC_AD_HDB has no exception.

Method GET_NEW_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GUID Value transfer Type reference (TYPE) STRING 20120622

Method GET_NEW_GUID on class CL_GRAC_AD_HDB has no exception.

Method GET_NEW_PASSWORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PASSWORD Value transfer Type reference (TYPE) STRING 20120627

Method GET_NEW_PASSWORD on class CL_GRAC_AD_HDB has no exception.

Method INIT_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20120622
2 Exporting EV_STATUS Call by reference Type reference (TYPE) I 20120622

Method INIT_CONNECTION on class CL_GRAC_AD_HDB has no exception.

Method IS_ROLE_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20130226
2 Exporting EV_STATUS Value transfer Type reference (TYPE) I 20130226
3 Importing IV_ROLE_NAME Call by reference Type reference (TYPE) STRING 20130226
4 Returning RV_ROLE_EXIST Value transfer Type reference (TYPE) ABAP_BOOL Replacement for Real Boolean Type: 'X' == True '' == False 20130226

Method IS_ROLE_EXIST on class CL_GRAC_AD_HDB has no exception.

Method IS_USER_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20130226
2 Exporting EV_STATUS Value transfer Type reference (TYPE) I 20130226
3 Importing IV_USER_NAME Call by reference Type reference (TYPE) STRING 20130226
4 Returning RV_USER_EXIST Value transfer Type reference (TYPE) ABAP_BOOL Replacement for Real Boolean Type: 'X' == True '' == False 20130226

Method IS_USER_EXIST on class CL_GRAC_AD_HDB has no exception.

Method LOCK_UNLOCK_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20120702
2 Exporting EV_STATUS Value transfer Type reference (TYPE) I 20120702
3 Importing IV_LOCK_UNLOCK_FLAG Call by reference Type reference (TYPE) I 1 (1=Lock, 2=UnLock) 20120622
4 Importing IV_SESSION_ID Call by reference Type reference (TYPE) STRING 20120622
5 Importing IV_USER_NAME Call by reference Type reference (TYPE) STRING 20120622

Method LOCK_UNLOCK_USER on class CL_GRAC_AD_HDB has no exception.

Method RENAME_UPDATE_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20120702
2 Exporting EV_STATUS Value transfer Type reference (TYPE) I 20120702
3 Importing IV_NEW_PASSWORD Call by reference Type reference (TYPE) STRING 20120622
4 Importing IV_NEW_USER_NAME Call by reference Type reference (TYPE) STRING 20120622
5 Importing IV_OLD_USER_NAME Call by reference Type reference (TYPE) STRING 20120622
6 Importing IV_SESSION_ID Call by reference Type reference (TYPE) STRING 20120622

Method RENAME_UPDATE_USER on class CL_GRAC_AD_HDB has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100