USER
This section describes the group of commands for user management on the Security Provider service. They are added to the shell environment by executing ADD USER on the command line.
ADD_CERTIFICATE
Syntax |
ADD_CERTIFICATE [userStoreName] <userName> <keystoreViewName> <certificateAlias> |
Arguments |
|
[userstoreName] |
Specifies the user store of the user. The default value is the active user store. |
<userName> |
The name of the user within the user store. |
<keystoreViewName> |
Specifies the keystore view where the certificate is located. |
<certificateAlias> |
The name of the certificate in the keystore view. |
Description |
Provides information for the specified user. If the user store name is not specified, the user name is searched in the currently active user store. |
CREATE_GROUP
Syntax |
CREATE_GROUP <name> |
Arguments |
|
<name> |
The name of the new group. |
Description |
Creates a new group. |
CREATE_USER
Syntax |
CREATE_USER <name> |
Arguments |
|
<name> |
The name of the new user. |
Description |
Creates a new user with empty password. |
GROUP
Syntax |
GROUP [userstoreName] <groupName> |
Arguments |
|
<userstoreName> |
Specifies the user store. For the default value, the active user store is used. |
[groupName] |
The name of the group in the user store. |
Description |
Gives information about a group of users. |
GROUP_GROUP
Syntax |
GROUP_GROUP <groupName> <parentGroupName> |
Arguments |
|
<groupName> |
The name of the child group. |
<parentGroupName> |
The name of the parent group. |
Description |
Links a group of users to another group. |
GROUP_USER
Syntax |
GROUP_USER <userName> <groupName> |
Arguments |
|
<userName> |
The name of the user. |
<groupName> |
The name of the group. |
Description |
Links a user to a specified group. |
PASSWORD
Syntax |
PASSWORD [userstoreName] [userName] <password> |
Arguments |
|
[userstoreName] |
Specifies the user store. For the default value, the active user store is used. |
[userName] |
Specifies the name of the user within the user store. For the default value, the current user is used. |
<password> |
The new password of the user. |
Description |
Changes the user password. |
USER
Syntax |
USER [userstoreName] <userName> |
Arguments |
|
[userstoreName] |
The name of the user store of the user. |
<userName> |
The name of the user. |
Description |
Gives information for the specified user. If the userstore name is not specified the user name is searched in the currently active userstore. |
