-
Class Summary
Class |
Description |
AdminUserRequest |
This class is used in a request to the Admin Users REST API to create or update an admin user.
|
Package com.vordel.api.adminusers.model Description
The Admin Users REST API model classes. This package includes the Java classes used by the Admin Users
REST API.
The Admin Users API is exposed by the Admin Node Manager. Admin users are the users used to perform management
operations on the domain. RBAC is applied to all management requests in order to determine if the admin user is allowed to invoke the request.
The Admin Users API is used to manage admin user accounts and RBAC roles for
domain management services. The Admin Users API will update the contents of the Admin User Store,
i.e. the VDISTDIR/conf/adminUsers.json
file.
Refer to REST API documentation for more information on the Admin Users API.