Class RemoteUserHasLicensedAccessCondition
java.lang.Object
com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions.user.RemoteUserHasLicensedAccessCondition
- All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition,com.atlassian.plugin.web.Condition
Passes if the remote (current) user is logged in and has licensed access to Confluence.
See
ConfluenceAccessManager and AccessStatus.hasLicensedAccess().- Since:
- 5.9
-
Field Summary
Fields inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
CONTEXT_KEY_HELPER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfluenceAccessManager(ConfluenceAccessManager confluenceAccessManager) protected booleanshouldDisplay(WebInterfaceContext context) Methods inherited from class com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
init, shouldDisplay
-
Constructor Details
-
RemoteUserHasLicensedAccessCondition
public RemoteUserHasLicensedAccessCondition()
-
-
Method Details
-
shouldDisplay
- Specified by:
shouldDisplayin classBaseConfluenceCondition
-
setConfluenceAccessManager
-