Annotation Interface PublicAccess


@Deprecated(since="9.0.0") @Retention(RUNTIME) @Target({PACKAGE,TYPE,METHOD}) public @interface PublicAccess
Deprecated.
since 9.0.0 please use UnrestrictedAccess instead
Add this annotation to an action invocation method, action class, or package to allow ANY USER (logged in or anonymous) to execute the target action.

Ignores all global and space permissions, making the target publicly accessible.

See ConfluenceAccessInterceptor

Since:
5.9