Interface | Description |
---|---|
Feature |
Extends the Togglz
Feature to offer methods to determine whether the feature is enabled or not. |
Class | Description |
---|---|
AbstractActivationStrategy |
Abstract base class for implementation of
ActivationStrategy . |
AuditLoggingStateRepository |
StateRepository implementation writing audit log entries when setting the state of a feature. |
FeatureChangeNotifier |
Notifies all subscribed listeners to changes regarding the activation and deactivation of
Feature s. |
FeatureChangeSubscriber |
Abstract listener implementation that can be subscribed to the
FeatureChangeNotifier . |
FeatureToggleServlet |
HTTP Servlet returning a map containing all features contained in the current context and their activation status.
|
TenantActivationStrategy |
Implementation of
AbstractActivationStrategy enabling feature toggling via tenants. |
TenantSpecificUserActivationStrategy |
Implementation of
AbstractActivationStrategy enabling feature toggling via tenant-specific users. |
TenantSpecificUserProvider |
Implementation of
UserProvider . |
Copyright © 2018 SAP SE. All rights reserved.