Uses of Interface
org.togglz.core.user.FeatureUser
-
Packages that use FeatureUser Package Description org.togglz.core.activation org.togglz.core.manager org.togglz.core.spi org.togglz.core.user org.togglz.core.user.jaas org.togglz.core.user.thread -
-
Uses of FeatureUser in org.togglz.core.activation
Methods in org.togglz.core.activation with parameters of type FeatureUser Modifier and Type Method Description protected intGradualActivationStrategy. calculateHashCode(FeatureUser user)Deprecated.protected intGradualActivationStrategy. calculateHashCode(FeatureUser user, Feature feature)protected abstract StringAbstractPropertyDrivenActivationStrategy. getPropertyValue(FeatureState featureState, FeatureUser user, String name)Returns the value of the property with the specifiednameon which to base the activation of the feature.protected StringSystemPropertyActivationStrategy. getPropertyValue(FeatureState featureState, FeatureUser user, String name)booleanAbstractPropertyDrivenActivationStrategy. isActive(FeatureState featureState, FeatureUser user)protected booleanAbstractPropertyDrivenActivationStrategy. isActive(FeatureState featureState, FeatureUser user, String propertyName, String propertyValue)This method is called byAbstractPropertyDrivenActivationStrategy.isActive(FeatureState, FeatureUser)with the property name and value to make the decision as to whether the feature is active.booleanAbstractTokenizedActivationStrategy. isActive(FeatureState featureState, FeatureUser user)protected abstract booleanAbstractTokenizedActivationStrategy. isActive(FeatureState featureState, FeatureUser user, List<AbstractTokenizedActivationStrategy.Token> tokens)This method is called byAbstractTokenizedActivationStrategy.isActive(FeatureState, FeatureUser)with the parsedtokensto make the decision as to whether the feature is active.booleanGradualActivationStrategy. isActive(FeatureState state, FeatureUser user)booleanReleaseDateActivationStrategy. isActive(FeatureState featureState, FeatureUser user)booleanScriptEngineActivationStrategy. isActive(FeatureState featureState, FeatureUser user)booleanServerIpActivationStrategy. isActive(FeatureState featureState, FeatureUser user)booleanUsernameActivationStrategy. isActive(FeatureState state, FeatureUser user)booleanUserRoleActivationStrategy. isActive(FeatureState state, FeatureUser user) -
Uses of FeatureUser in org.togglz.core.manager
Methods in org.togglz.core.manager that return FeatureUser Modifier and Type Method Description FeatureUserDefaultFeatureManager. getCurrentFeatureUser()FeatureUserFeatureManager. getCurrentFeatureUser()Get the current feature user.FeatureUserLazyResolvingFeatureManager. getCurrentFeatureUser() -
Uses of FeatureUser in org.togglz.core.spi
Methods in org.togglz.core.spi with parameters of type FeatureUser Modifier and Type Method Description booleanActivationStrategy. isActive(FeatureState featureState, FeatureUser user)This method is responsible to decide whether a feature is active or not. -
Uses of FeatureUser in org.togglz.core.user
Classes in org.togglz.core.user that implement FeatureUser Modifier and Type Class Description classSimpleFeatureUserDefault implementation ofFeatureUser.Methods in org.togglz.core.user that return FeatureUser Modifier and Type Method Description FeatureUserNoOpUserProvider. getCurrentUser()FeatureUserSingleUserProvider. getCurrentUser()FeatureUserUserProvider. getCurrentUser()Return aFeatureUserinstance representing the current user.Constructors in org.togglz.core.user with parameters of type FeatureUser Constructor Description SingleUserProvider(FeatureUser featureUser) -
Uses of FeatureUser in org.togglz.core.user.jaas
Methods in org.togglz.core.user.jaas that return FeatureUser Modifier and Type Method Description FeatureUserJAASUserProvider. getCurrentUser() -
Uses of FeatureUser in org.togglz.core.user.thread
Methods in org.togglz.core.user.thread that return FeatureUser Modifier and Type Method Description FeatureUserThreadLocalUserProvider. getCurrentUser()Methods in org.togglz.core.user.thread with parameters of type FeatureUser Modifier and Type Method Description static voidThreadLocalUserProvider. bind(FeatureUser featureUser)Store the supplied FeatureUser in the thread context.
-