Package com.atlassian.crowd.darkfeature
Interface CrowdDarkFeatureManager
- All Known Implementing Classes:
CrowdDarkFeatureManagerImpl
public interface CrowdDarkFeatureManager
Provides methods to determine if specified dark features are enabled or not
- Since:
- 5.0.4
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Enables directory avatars in the Browse Principals view.static final String
Enables China and United States Government as additional Microsoft Entra ID regions available and supported in Crowdstatic final String
Enables batching of membership deletions during synchronisationstatic final String
Enables caching of the DirectoryManager in the EventTransformerstatic final String
Enables batching for changes of Nested Group Memberships in DbCachingRemoteChangeOperations -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
-
Field Details
-
AVATARS_DARK_FEATURE_KEY
Enables directory avatars in the Browse Principals view. When enabled and the directory supports avatars the avatars will be fetched from the directory and shown in the users table. When this dark feature is disabled then either web avatars or nothing will be shown, depending on the Crowd configuration.- Since:
- v3.1.0
- See Also:
-
AZURE_AD_ADDITIONAL_REGIONS
Enables China and United States Government as additional Microsoft Entra ID regions available and supported in Crowd- Since:
- v3.2.0
- See Also:
-
DELETE_USER_MEMBERSHIPS_BATCHING_ENABLED
Enables batching of membership deletions during synchronisation- Since:
- v5.0.4
- See Also:
-
NESTED_GROUPS_GROUP_MEMBERSHIP_CHANGES_BATCHING_ENABLED
Enables batching for changes of Nested Group Memberships in DbCachingRemoteChangeOperations- Since:
- v5.0.4
- See Also:
-
EVENT_TRANSFORMER_DIRECTORY_MANAGER_CACHE_ENABLED
Enables caching of the DirectoryManager in the EventTransformer- Since:
- v5.0.4
- See Also:
-
-
Method Details
-
isAvatarsEnabled
boolean isAvatarsEnabled() -
isAzureADAdditionalRegionsEnabled
boolean isAzureADAdditionalRegionsEnabled() -
isDeleteUserMembershipsBatchingEnabled
boolean isDeleteUserMembershipsBatchingEnabled() -
isNestedGroupsGroupMembershipChangesBatchedEnabled
boolean isNestedGroupsGroupMembershipChangesBatchedEnabled() -
isEventTransformerDirectoryManagerCacheEnabled
boolean isEventTransformerDirectoryManagerCacheEnabled()
-