Class PermitAllAnnotationHandler


This AnnotationHandler allows access from any subject (anonymous or logged in user). It is largely a no-op or for documentation. However, this annotation WILL override a DenyAll or RolesAllowed annotation if those annotations are placed at the class level and PermitAll is placed on a method.
Since:
2.0
  • Constructor Details

    • PermitAllAnnotationHandler

      Default no-argument constructor that ensures this interceptor looks for a PermitAll annotation in a method declaration.
  • Method Details