| Package | Description |
|---|---|
| org.togglz.core.manager | |
| org.togglz.core.user | |
| org.togglz.core.user.jaas | |
| org.togglz.core.user.thread |
| Modifier and Type | Method and Description |
|---|---|
UserProvider |
TogglzConfig.getUserProvider()
The
UserProvider Togglz should use to obtain the current user. |
| Modifier and Type | Method and Description |
|---|---|
FeatureManagerBuilder |
FeatureManagerBuilder.userProvider(UserProvider userProvider)
Use the supplied
UserProvider for the feature manager. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpUserProvider
This implementation of
UserProvider can be used if user-dependent feature toggling isn't used at all. |
class |
SingleUserProvider
A very simple implementation of
UserProvider which always returns the supplied user. |
| Modifier and Type | Class and Description |
|---|---|
class |
JAASUserProvider
This implementation supports looking up the current user the JAAS AccessControlContext.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalUserProvider
This implementation of
UserProvider is very useful if authentication has been implemented using a servlet
filter. |
Copyright © 2018. All Rights Reserved.