Annotation Interface AnonymousAccessEnabled


@Retention(RUNTIME) @Target(METHOD) public @interface AnonymousAccessEnabled
Annotation used to allow anonymous access on a given REST resource Java method.

By default, all resource methods require users to be authenticated. With this annotation, authentication becomes optional. This annotation also disables any authorization check.

Since:
5.9.0