Uses of Interface
org.togglz.core.user.UserProvider
-
Packages that use UserProvider Package Description org.togglz.core.manager org.togglz.core.user org.togglz.core.user.jaas org.togglz.core.user.thread -
-
Uses of UserProvider in org.togglz.core.manager
Methods in org.togglz.core.manager that return UserProvider Modifier and Type Method Description UserProviderTogglzConfig. getUserProvider()TheUserProviderTogglz should use to obtain the current user.Methods in org.togglz.core.manager with parameters of type UserProvider Modifier and Type Method Description FeatureManagerBuilderFeatureManagerBuilder. userProvider(UserProvider userProvider)Use the suppliedUserProviderfor the feature manager. -
Uses of UserProvider in org.togglz.core.user
Classes in org.togglz.core.user that implement UserProvider Modifier and Type Class Description classNoOpUserProviderThis implementation ofUserProvidercan be used if user-dependent feature toggling isn't used at all.classSingleUserProviderA very simple implementation ofUserProviderwhich always returns the supplied user. -
Uses of UserProvider in org.togglz.core.user.jaas
Classes in org.togglz.core.user.jaas that implement UserProvider Modifier and Type Class Description classJAASUserProviderThis implementation supports looking up the current user the JAAS AccessControlContext. -
Uses of UserProvider in org.togglz.core.user.thread
Classes in org.togglz.core.user.thread that implement UserProvider Modifier and Type Class Description classThreadLocalUserProviderThis implementation ofUserProvideris very useful if authentication has been implemented using a servlet filter.
-