Interface | Description |
---|---|
ServiceUsingPermission |
Class | Description |
---|---|
RoleUtils |
Enum | Description |
---|---|
RoleUtils.Role |
Exception | Description |
---|---|
DeniedMethodCallException |
Annotation Type | Description |
---|---|
RoleAdmin |
Method annotation which represents an administrator operation (pause, stop scheduler, configure policies, change log level, etc)
|
RoleBasic |
Method annotation which represents the most basic roles, such as login, logout, get current user info, etc
|
RoleNSAdmin |
Method annotation, specific to the Resource Manage which represents the ability to create and manage node sources
|
RoleProvider |
Method annotation, specific to the Resource Manager which represents the ability to add or remove nodes
|
RoleRead |
Method annotation which represents a read operation
|
RoleWrite |
Method annotation which represents a write operation
The nature of a write operation definition depends on the component.
|