| AdminClient |
Provides access to admin services.
|
| AdminClientFactory<ParameterClazz> |
|
| HasCurrentUser |
Tagging interface that provides the current user, whatever that means in a given context.
|
| HasUser |
Indicates that the implementer has a User value.
|
| MutablePermission |
|
| MutablePermissionFactory |
|
| MutableRole |
Provides a mutable Role implementation.
|
| MutableRoleFactory |
|
| MutableUser |
Provides a mutable User implementation.
|
| MutableUserAttribute |
|
| MutableUserAttributeFactory |
|
| MutableUserFactory |
|
| Permission |
Indicates a specific permission that can be checked to verify access is allowed for a particular function.
|
| PermissionFactory |
Creates Permission objects.
|
| Role |
Provides a means to assign permissions to perform various tasks.
|
| RoleFactory |
|
| SupervisorPermission |
Describes permissions granted to a user over other users.
|
| SupervisorPermissionFactory |
|
| User |
Represents a user in the system.
|
| UserAttribute |
Represents an attribute associated with a user.
|
| UserAttributeFactory |
Creates UserAttribute objects.
|
| UserFactory |
Create User objects.
|