Class AuthorizingAnnotationMethodInterceptor

    • Constructor Detail

      • AuthorizingAnnotationMethodInterceptor

        public AuthorizingAnnotationMethodInterceptor​(AuthorizingAnnotationHandler handler)
        Constructor that ensures the internal handler is set which will be used to perform the authorization assertion checks when a supported annotation is encountered.
        Parameters:
        handler - the internal handler used to perform authorization assertion checks when a supported annotation is encountered.