Package com.acsinet_solutions.cetia4.controller.security

Security related interfaces and generic services.

See:
          Description

Interface Summary
SecurityChecker Helper interface that defines methods to check security
SecurityContext A security context instance that is used by the framework for security- related management and access control.
SecurityService A security manager instance.
 

Class Summary
DefaultSecurityContext Abstract definition of a security context.
DefaultSecurityService A security context factory that allows all permissions.
MethodSecurityChecker This class checks security needs of a method, based on it's security annotations and those of it's class.
NoopSecurityChecker Non-operational security checker.
 

Package com.acsinet_solutions.cetia4.controller.security Description

Security related interfaces and generic services.