Annotation Type | Description |
---|---|
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.
|
RequiresAnyConfluenceAccess |
Add this annotation to an action invocation method, action class, or package to allow any user with Confluence access
to execute the target action.
|
RequiresLicensedConfluenceAccess |
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.
|
RequiresLicensedOrAnonymousConfluenceAccess |
Add this annotation to an action invocation method, action class, or package to allow users with licensed access or
anonymous access (if anonymous access is enabled) to execute the target action.
|
Copyright © 2003–2018 Atlassian. All rights reserved.