Annotation Type PublicAccess


  • @Retention(RUNTIME)
    @Target({PACKAGE,TYPE,METHOD})
    public @interface PublicAccess
    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