Uses of Class
com.acsinet_solutions.util.exception.AccessException

Packages that use AccessException
com.acsinet_solutions.cetia4.controller.rest Main implementation package of the REST framework. 
com.acsinet_solutions.cetia4.controller.security Security related interfaces and generic services. 
 

Uses of AccessException in com.acsinet_solutions.cetia4.controller.rest
 

Methods in com.acsinet_solutions.cetia4.controller.rest that throw AccessException
 void RestController.checkAccess(RequestContext context)
          Check access to the current controller, and throw an exception if access to the given request is forbidden.
 void PingController.checkAccess(RequestContext context)
           
 

Uses of AccessException in com.acsinet_solutions.cetia4.controller.security
 

Methods in com.acsinet_solutions.cetia4.controller.security that throw AccessException
 void SecurityChecker.checkAccess(RequestContext context)
          Check if access to the current method on the given request can be performed; thrown an exception if not.
 void NoopSecurityChecker.checkAccess(RequestContext context)
           
 void MethodSecurityChecker.checkAccess(RequestContext context)