Class AuthorizedInterceptor


  • @Interceptor
    public class AuthorizedInterceptor
    extends Object
    Author:
    eric.wittmann@gmail.com
    • Constructor Detail

      • AuthorizedInterceptor

        public AuthorizedInterceptor()
    • Method Detail

      • onConstruct

        @PostConstruct
        public void onConstruct()
      • authorizeMethod

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