Try OpenEdge Now
skip to main content
Customization Guide
Customizing User Management Java interface : Manipulating customized User Management
 

Manipulating customized User Management

The Administration Module of Business Process Portal contains pages that can manipulate the UserManagement data by calling UserManagement API. Three realm implementations are available in Business Process Server: JDBC, LDAP, and OEHybrid realm. According to the properties of implementation, the Administration Module displays various pages to the realms.
Table 9. Manipulating User Management
Capabilities
JDBC realm
LDAP realm
OE realm
Search User
Page displays
Page displays
Page displays
Create User/Group
Page displays
N/A
Page displays1
Remove User/Group
Page displays
N/A
Page displays
Update User
Page displays
Page displays2
Page displays
Add group member
Page displays
N/A
Page displays
Remove group member
Page displays
N/A
Page displays
Change Role
Page displays
Page displays
Page displays

1 For OE realm, the Create User button is disabled.

2 For LDAP realm, some user information (last name, first name, email and phone number) are stored in the LDAP server. You cannot update this information in the Administration Module.

The Administration Module recognizes the realm by the last part of the name. For example, the Administration Module considers the realm name that ends with "JDBCRealm" as a type of JDBC realm and the Administration Module displays the pages similar JDBCRealm. Therefore, if your implementation has properties similar to JDBCRealm, you could name your realm class that ended with "JDBCRealm," such as "com.myCom.usermanage.myJDBCRealm" or simply "myJDBCRealm."