public class TenantSpecificUserActivationStrategy extends AbstractActivationStrategy
AbstractActivationStrategy
enabling feature toggling via tenant-specific users.Modifier and Type | Field and Description |
---|---|
static String |
PARAM_USERS |
Constructor and Description |
---|
TenantSpecificUserActivationStrategy() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
org.togglz.core.activation.Parameter[] |
getParameters() |
boolean |
isActive(org.togglz.core.repository.FeatureState featureState,
org.togglz.core.user.FeatureUser featureUser) |
splitAndTrim
public static final String PARAM_USERS
public TenantSpecificUserActivationStrategy()
public boolean isActive(org.togglz.core.repository.FeatureState featureState, org.togglz.core.user.FeatureUser featureUser)
@Nonnull public org.togglz.core.activation.Parameter[] getParameters()
Copyright © 2020 SAP SE. All rights reserved.