Show TOC Anfang des Inhaltsbereichs

Diese Grafik wird im zugehörigen Text erklärt Creating and Removing Users Dokument im Navigationsbaum lokalisieren

Creating a new user

       1.      Choose the Switch to edit mode button from the upper left-hand part of the screen.

       2.      Choose Create User.

       3.      Specify the name of the user in User name.

       4.      Search for the group to which you want to add the new user under Search pane.

       5.      Specify a password for the user in Password and then confirm the password.

If you want to generate a random password simply choose Random password.

       6.      You can associate certificates to the user. Select a view that contains the required certificate from the dropdown menu.

The User Management Service Provider Interface (UMSPI) allows a set of X.509 certificates to be associated to a user. The user can authenticate to the system by proving that he or she owns one of these certificates, using the SSL handshake. You can associate and manage the X.509 certificates to a user from any user store that supports X.509 certificates. This can be done when you create a new user or afterwards. A login module named ClientCertLoginModule is bundled with the user stores provided with the J2EE Engine.

The user certificates for DBMS User Store are stored in the key storage in a special key storage view called DBMS_User_Store.

It is automatically created during the first attempt to associate a certificate to the user. In this key storage view, the certificates alias is the name of the user to whom the certificate belongs. Each user can have more than one certificate assigned, which is why the certificate alias consists of the user name followed by an underscore (_) and then a number.

All associations of X.509 certificates to the new users are with certificates previously imported into the Key Storage service.

Removing a user

...

       1.      Choose the Switch to edit mode button from the upper left-hand part of the screen.

       2.      Using the Search tab to find the user you want to remove.

       3.      Select the user and choose Remove User.

 

See also:

 

·        StrukturlinkAuthentication on J2EE Engine

·        StrukturlinkKey Storage Service

 

 

Ende des Inhaltsbereichs