Annotation Interface AccessControl


@Retention(RUNTIME) @Target(METHOD) public @interface AccessControl
Used to indicates a rest controller method :
  • which AccessControlType must be considered by the AccessControlAspect
  • which TokenExtractionMode to be used to get the tokens
  • Author:
    Nicolas Thibault, Abdessalam El Jai, Alexandre Rupp