| Interface | Description |
|---|---|
| FeatureUser |
This interface represents a user for Togglz
|
| UserProvider |
Implementations of this class a responsible to identify the current user acting in the application.
|
| Class | Description |
|---|---|
| NoOpUserProvider |
This implementation of
UserProvider can be used if user-dependent feature toggling isn't used at all. |
| SimpleFeatureUser |
Default implementation of
FeatureUser. |
| SingleUserProvider |
A very simple implementation of
UserProvider which always returns the supplied user. |
Copyright © 2018. All Rights Reserved.