Class AuthenticatedAnnotationProcessor


  • @Interceptor
    @Authenticated
    @Priority(2000)
    public class AuthenticatedAnnotationProcessor
    extends Object
    A processor working on the classes that are annotated with the @Authenticated annotation.
    • Constructor Detail

      • AuthenticatedAnnotationProcessor

        public AuthenticatedAnnotationProcessor()
    • Method Detail

      • processAuthentication

        public Object processAuthentication​(javax.interceptor.InvocationContext context)
                                     throws Exception
        Throws:
        Exception