SAP ABAP Class CL_ROLEMAN_USER (Role Manager: User)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-AUT-PFC (Application Component) ABAP Authorization and Role Management
     SROLEMAN (Package) Role Manager
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ROLEMAN_LOG Role Manager: Messages 20060926
Properties
Class CL_ROLEMAN_USER  
Short Description Role Manager: User    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class SROLEMAN    
Program status     
Category 0   
Package SROLEMAN   Role Manager 
Created 20060919   SAP 
Last change 20070910   SAP 
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)
2 CL_ROLEMAN_USER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ROLEMAN_LOG Role Manager: Messages 20060926
Friends
# Friend Modeled only Created on Description
1 CL_ROLEMAN 20060926 Role Manager:
2 CL_ROLEMAN_AUTH 20060926 Role Manager: Authorizations
3 CL_ROLEMAN_ROLE 20060926 Role Manager: Role
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ACTION_UPDATE Instance attribute Private Attribute reference (LIKE) 20060926
2 MC_ACTION_USTAT_SET Instance attribute Private Attribute reference (LIKE) 20060926
3 MC_CURRENT_MEMBER Constant Public Type reference (TYPE) SROLEMAN_USER_STATUS 'C' 20060926
4 MC_FALSE Constant Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060926
5 MC_LOG_INSTANCE Instance attribute Private Attribute reference (LIKE) 20060926
6 MC_LOG_USER Instance attribute Private Attribute reference (LIKE) 20060926
7 MC_MESSAGE_ID Instance attribute Private Attribute reference (LIKE) 20060926
8 MC_NEW_MEMBER Constant Public Type reference (TYPE) SROLEMAN_USER_STATUS 'N' 20060926
9 MC_NO_MEMBER Constant Public Type reference (TYPE) SROLEMAN_USER_STATUS SPACE 20060926
10 MC_OBSOLETE_MEMBER Constant Public Type reference (TYPE) SROLEMAN_USER_STATUS 'O' 20060926
11 MC_TRUE Constant Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20060926
12 MO_ROLE Instance attribute Public Object reference (TYPE REF TO) CL_ROLEMAN_ROLE 20060926
13 MS_MESSAGE Instance attribute Private Attribute reference (LIKE) 20060926
14 MT_MESSAGE Instance attribute Public Attribute reference (LIKE) 20060926
15 MV_LOG_LEVEL Instance attribute Private Attribute reference (LIKE) 20060926
16 MV_USER_GROUP Static Attribute Private Type reference (TYPE) XUCLASS 20060926
17 MV_USER_NAME Instance attribute Public Type reference (TYPE) XUBNAME 20060926
18 MV_USER_STATUS Instance attribute Protected Type reference (TYPE) SROLEMAN_USER_STATUS 20060926
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060926
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060926
3 MESSAGE_ADD Instance method Private Method 20060926
4 USERS_GET Static method Public Method Determine User 20060926
5 USER_ADD Static method Public Method Add User to Role Manager Group 20060926
6 USER_AT_GROUP_CHECK Static method Protected Method Check Users in User Group 20060926
7 USER_EXISTENCE_CHECK Static method Protected Method Perform Exisence Check for User 20060926
8 USER_REMOVE Static method Public Method Remove User from Role Manager Group 20060926
9 USER_STATUS_SET Instance method Private Method Set User Status 20060926
10 USER_STATUS_UPDATE Instance method Protected Method Update User Status 20060926
11 USER_UPDATE Instance method Protected Method Update User 20060926
Events
Class CL_ROLEMAN_USER has no event.
Types
Class CL_ROLEMAN_USER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ROLEMAN_USER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ROLEMAN_USER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_NAME Call by reference Type reference (TYPE) XUBNAME SY-UNAME 20060926
# Exception Resumable Description Created on
1 CX_ROLEMAN Rollenmanager: Ausnahmen 20060926

Method MESSAGE_ADD Signature

Method MESSAGE_ADD on class CL_ROLEMAN_USER has no parameter.
Method MESSAGE_ADD on class CL_ROLEMAN_USER has no exception.

Method USERS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USER Call by reference Type reference (TYPE) SROLEMAN_USER_STATUS_T 20060926
2 Exporting ET_USER_O Call by reference Type reference (TYPE) SROLEMAN_CL_ROLEMAN_USER_T 20060926
3 Importing IV_USER_STATUS Call by reference Type reference (TYPE) SROLEMAN_USER_STATUS CL_ROLEMAN_USER=>MC_CURRENT_MEMBER 20060926
# Exception Resumable Description Created on
1 CX_ROLEMAN Rollenmanager: Ausnahmen 20060926

Method USER_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_NAME Call by reference Type reference (TYPE) XUBNAME SY-UNAME 20060926
# Exception Resumable Description Created on
1 CX_ROLEMAN Rollenmanager: Ausnahmen 20060926

Method USER_AT_GROUP_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_NAME Call by reference Type reference (TYPE) XUBNAME SY-UNAME 20060926
# Exception Resumable Description Created on
1 CX_ROLEMAN Rollenmanager: Ausnahmen 20060926

Method USER_EXISTENCE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_NAME Call by reference Type reference (TYPE) XUBNAME SY-UNAME 20060926
# Exception Resumable Description Created on
1 CX_ROLEMAN Rollenmanager: Ausnahmen 20060926

Method USER_REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_NAME Call by reference Type reference (TYPE) XUBNAME SY-UNAME 20060926
# Exception Resumable Description Created on
1 CX_ROLEMAN Rollenmanager: Ausnahmen 20060926

Method USER_STATUS_SET Signature

Method USER_STATUS_SET on class CL_ROLEMAN_USER has no parameter.
# Exception Resumable Description Created on
1 CX_ROLEMAN Rollenmanager: Ausnahmen 20060926

Method USER_STATUS_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_STATUS Call by reference Type reference (TYPE) SROLEMAN_USER_STATUS 20060926

Method USER_STATUS_UPDATE on class CL_ROLEMAN_USER has no exception.

Method USER_UPDATE Signature

Method USER_UPDATE on class CL_ROLEMAN_USER has no parameter.
# Exception Resumable Description Created on
1 CX_ROLEMAN Rollenmanager: Ausnahmen 20060926
History
Last changed by/on SAP  20070910 
SAP Release Created in