|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseConfluenceCondition | |
|---|---|
| com.atlassian.confluence.plugin.descriptor.web.conditions | |
| com.atlassian.confluence.plugin.descriptor.web.conditions.user | |
| Uses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions |
|---|
| Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions | |
|---|---|
class |
AttachmentPermissionCondition
|
class |
BasePermissionCondition
Base class for conditions which check a permission on an object. |
class |
CanClusterCondition
|
class |
CommentPermissionCondition
|
class |
ConfluenceAdministratorCondition
Condition that restricts access to Confluence administrators (and those with greater privileges such as system administrators) |
class |
CreateContentCondition
|
class |
ExternalUserManagementEnabledCondition
|
class |
FavouritePageCondition
|
class |
FavouriteSpaceCondition
|
class |
GlobalAdministratorOnlyCondition
Deprecated. since 2.7. If the link or operation protected by this condition has the potential to compromise the security of the system, please use SystemAdministratorOrSuperUserCondition instead, otherwise, use ConfluenceAdministratorCondition.
To err on the side of more security, we are assuming plugin developers intended a restriction to the most powerful group of administrators.
Hence this deprecated class will inherit the permission checks of SystemAdministratorOrSuperUserCondition. |
class |
HasBlogPostCondition
Only display the link if the user is viewing a blog post (as opposed to a page or some other content type) |
class |
HasPageCondition
Only display the link if the user is working with a page (as opposed to a blog post or some other content type) |
class |
LdapUserManagementEnabledCondition
|
class |
NotPersonalSpaceCondition
Do not show web fragment if we are in a personal space |
class |
NotSharedModeCondition
Only true when shared mode is not enabled |
class |
PagePermissionCondition
|
class |
PrintableVersionCondition
|
class |
ShowingPageAttachmentsCondition
|
class |
ShowingUserAttachmentsCondition
Deprecated. since 2.8 because it is no longer used in Confluence |
class |
SpacePermissionCondition
|
class |
SystemAdministratorOrSuperUserCondition
Condition that restricts access to system administrators and super users (those who belong to the confluence-administrators group) |
class |
ThreadedCommentsCondition
Condition that checks if threaded comments is allowed in global settings. |
class |
TinyUrlSupportedCondition
|
class |
ViewingContentCondition
Only display the link if the user is viewing content (pages or blogs) but *only* viewing it - not editing, viewing info, attachments, etc. |
class |
ViewingOwnProfileCondition
A condition to check whether you are currently viewing your own profile or not. |
| Uses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions.user |
|---|
| Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions.user | |
|---|---|
class |
CanSignupCondition
Returns true if the global "allow public signup" setting is enabled in General Configuration. |
class |
UserHasHistoryCondition
Deprecated. since 2.8. This condition now always returns true. |
class |
UserHasPersonalSpaceCondition
Returns true if the user has a personal space. |
class |
UserLoggedInCondition
Returns true if the user is not anonymous (i.e. |
class |
UserLoggedInEditableCondition
A condition to check whether user can change their password in Confluence |
class |
UserWatchingPageCondition
Returns true if the user has a watch specifically on the current page. |
class |
UserWatchingSpaceCondition
Returns true if the user is watching the current space. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||