Annotation Interface UnrestrictedAccess


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface UnrestrictedAccess

This annotation permits complete unrestricted access. It will permit unauthenticated access irrespective of whether the site has enabled anonymous access.

Please use with care and consider if AnonymousSiteAccess, which only permits access to anonymous users when site has anonymous access enabled, is suitable for your needs.

Please note that this annotation is not inherited.
Since:
5.0.0
See Also: