Class AccessControlAspect

java.lang.Object
org.sklsft.commons.rest.security.aspect.AccessControlAspect

@Order(1) public class AccessControlAspect extends Object
The aspect responsible for controlling the access to a RESTFul API
The AccessControlType is declared with the AccessControl Annotation
The access control is delegated to the @{link AccessController}
Author:
Nicolas Thibault, Abdessalam El Jai, Alexandre Rupp
  • Constructor Details

    • AccessControlAspect

      public AccessControlAspect(AccessController accessController)
  • Method Details

    • handleHandshake

      public Object handleHandshake(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
      Throws:
      Throwable