Annotation Interface HandleAuthorizationDenied


@Target({METHOD,TYPE}) @Retention(RUNTIME) @Inherited @Documented public @interface HandleAuthorizationDenied
Annotation for specifying handling behavior when an authorization denied happens in method security or an AuthorizationDeniedException is thrown during method invocation
Since:
6.3
See Also: