Annotation Interface RequiresLicensedConfluenceAccess


@Deprecated(since="9.0.0") @Retention(RUNTIME) @Target({PACKAGE,TYPE,METHOD}) public @interface RequiresLicensedConfluenceAccess
Deprecated.
since 9.0.0 please use LicensedOnly instead
Add this annotation to an action invocation method, action class, or package to allow users with licensed access to Confluence to execute the target action.

Equivalent to checking AccessStatus.hasLicensedAccess() for the current user's access status.

See ConfluenceAccessInterceptor

Since:
5.9