Interface | Description |
---|---|
ServiceUsingPermission |
Class | Description |
---|---|
AllPermission |
The AllPermission is a permission that implies all other permissions.
|
ClientPermission |
Base class of client specific permissions.
|
DeniedMethodCallPermission |
Denies to remotely call a method of the service.
|
DeniedMethodCallPermissionRepository | |
MethodCallPermission |
Allows to remotely call a method of the service.
|
NodeUserAllPermission |
The AllPermission is a permission that implies all other permissions.
|
NotificationAdminPermission |
The NotificationAdminPermission is a permission that allows managing subscriptions inside the notification service.
|
NSAdminPermission |
The NSAdminPermission is a permission that implies all other permissions.
|
PcaAdminPermission |
The NotificationAdminPermission is a permission that allows managing subscriptions inside the notification service.
|
PrincipalPermission |
PrincipalPermission represents an access limitation to the
private resource for a particular principal.
|
RMCoreAllPermission |
The RMCoreAllPermission is a permission that implies all other permissions.
|
RoleUtils | |
ServiceRolePermission |
Allows to remotely call role-based methods (e.g.
|
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.
|