Package org.infinispan.cli.user
Class UserTool
java.lang.Object
org.infinispan.cli.user.UserTool
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckRealm(String realm) voidcreateUser(String username, String password, String realm, UserTool.Encryption encryption, List<String> userGroups, List<String> algorithms) describeUser(String username) voidencryptAll(List<String> algorithms) voidmodifyUser(String username, String password, String realm, UserTool.Encryption encryption, List<String> userGroups, List<String> algorithms) voidreload()voidremoveUser(String username)
-
Field Details
-
PROVIDERS
-
DEFAULT_USERS_PROPERTIES_FILE
- See Also:
-
DEFAULT_GROUPS_PROPERTIES_FILE
- See Also:
-
DEFAULT_REALM_NAME
- See Also:
-
DEFAULT_SERVER_ROOT
- See Also:
-
DEFAULT_ALGORITHMS
-
-
Constructor Details
-
UserTool
-
UserTool
-
UserTool
-
-
Method Details
-
reload
public void reload() -
checkRealm
-
createUser
-
describeUser
-
removeUser
-
modifyUser
-
encryptAll
-
listUsers
-
listGroups
-