Package org.cyclos.security
-
Interface Summary Interface Description SecurityPackage Marker interface for Spring component scan -
Class Summary Class Description BaseServiceSecurity Common class which should be extended by all service security classesConfigurationEntityCRUDServiceSecurity<DTO extends EntityDTO,E extends ConfigurationEntity,D extends EntityData<DTO>,DP> Configuration entities CRUD security layer, making final isAccessible and returning true for it.CRUDServiceSecurity<DTO extends EntityDTO,E extends BaseEntity,D extends EntityData<DTO>,DP> Base implementation for security layer ofCRUDServices, handling the idea of view and manage authorizations.SimpleConfigurationEntityCRUDServiceSecurity<DTO extends EntityDTO,E extends ConfigurationEntity,D extends EntityData<DTO>,DP> Simple Configuration entities CRUD security layer, using 2 permissions: one for view and another one for manageSimpleCRUDServiceSecurity<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 Types Summary Annotation Type Description Security Marker annotation for security layer.