Hitachi

uCosminexus Application Server Security Management Guide


5.16.2 Registration by using the integrated user management framework library

Use the API provided by the user authentication library to create an application and register the user information by using that application.

The application that uses the API generates the LdapUserDataManager object first. Assign the LDAP directory server definition identifier to this class constructor. This definition identifier is specified in ua.conf (the integrated user management configuration file). It is associated with the LDAP directory server URL, bind DN, bind DN password, and base DN. Generate one LdapUserDataManager object per definition.

To learn more about how to register users, update the user information and change the repository information passwords when Active Directory is used as the LDAP directory server, see 5.16.4 Settings when using Active Directory.

To learn more about implementing user authentication, see 5.10 Implementation of API-based user authentication. For details about the API used in the integrated user management framework, 15. APIs Used with the Integrated User Management Framework.