public class CrowdDarkFeatureManager
extends com.atlassian.sal.core.features.DefaultDarkFeatureManager
DarkFeatureManager that doesn't depend on the
UserKey-flavoured methods in UserManager.| Constructor and Description |
|---|
CrowdDarkFeatureManager(com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.features.SiteDarkFeaturesStorage siteDarkFeaturesStorage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canManageFeaturesForAllUsers()
Overrides
DefaultDarkFeatureManager.canManageFeaturesForAllUsers() with
an implementation that doesn't rely on the *UserKey APIs in the SAL UserManager, which aren't available in Crowd. |
disableFeatureForAllUsers, disableFeatureForCurrentUser, disableFeatureForUser, enableFeatureForAllUsers, enableFeatureForCurrentUser, enableFeatureForUser, getFeaturesEnabledForAllUsers, getFeaturesEnabledForCurrentUser, getFeaturesEnabledForUser, isFeatureEnabledForAllUsers, isFeatureEnabledForCurrentUser, isFeatureEnabledForUserpublic CrowdDarkFeatureManager(com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.features.SiteDarkFeaturesStorage siteDarkFeaturesStorage)
public boolean canManageFeaturesForAllUsers()
DefaultDarkFeatureManager.canManageFeaturesForAllUsers() with
an implementation that doesn't rely on the *UserKey APIs in the SAL UserManager, which aren't available in Crowd.canManageFeaturesForAllUsers in interface com.atlassian.sal.api.features.DarkFeatureManagercanManageFeaturesForAllUsers in class com.atlassian.sal.core.features.DefaultDarkFeatureManagerCopyright © 2018 Atlassian. All rights reserved.