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 Details

    • AVATARS_DARK_FEATURE_KEY

      static final String 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

      static final String 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

      static final String 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

      static final String 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

      static final String 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()