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, isEnabledForAllUsers, isEnabledForCurrentUser, isEnabledForUser, isFeatureEnabledForAllUsers, isFeatureEnabledForCurrentUser, isFeatureEnabledForUser
public 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.DarkFeatureManager
canManageFeaturesForAllUsers
in class com.atlassian.sal.core.features.DefaultDarkFeatureManager
Copyright © 2021 Atlassian. All rights reserved.