| Interface | Description |
|---|---|
| NamedObject |
Represents an object with an associated name.
|
| User |
Represents a user in secured application.
|
| Class | Description |
|---|---|
| AbstractAction |
Represents an action that will be executed only if required roles are
available for execution.
|
| AbstractUser |
Basic implementation of a User.
|
| NamedObjectRepository<T extends NamedObject> |
Represents a repository of NamedObjects.
|
| Role |
Represents an role.
|
| RoleBasedObject |
Represents an object with association to roles.
|
| RoleRepository |
Represents a repository of roles for an application.
|
| TreeObject<T extends TreeObject> |
Represents an object which can contains children objects.
|
| Exception | Description |
|---|---|
| CircularReferenceException | |
| DuplicateException |
Exception throw when an duplicate element was detected.
|
| RoleNotFoundException | |
| SecurityException |
Represents a security violation attempt exception while running an action.
|
Copyright © 2015 Agapsys Tecnologia Ltda-ME. All rights reserved.