| Class | Description |
|---|---|
| BaseServiceSecurity |
Common class which should be extended by all service security classes
|
| CRUDServiceSecurity<DTO extends EntityDTO,E extends BaseEntity,D extends EntityData<DTO>,DP> |
Base implementation for security layer of
CRUDServices, handling the idea of view and manage authorizations. |
| SimpleCRUDServiceSecurity<DTO extends EntityDTO,E extends BaseEntity,D extends EntityData<DTO>,DP> |
Simple CRUD security layer, using 2 permissions: one for view and another one for manage
|
| Annotation Type | Description |
|---|---|
| Security |
Marker annotation for security layer.
|