Uses of Interface
io.dialob.security.user.CurrentUserProvider
-
Packages that use CurrentUserProvider Package Description io.dialob.security.user -
-
Uses of CurrentUserProvider in io.dialob.security.user
Classes in io.dialob.security.user that implement CurrentUserProvider Modifier and Type Class Description classDelegateCurrentUserProviderclassUnauthenticatedCurrentUserProviderFields in io.dialob.security.user declared as CurrentUserProvider Modifier and Type Field Description static CurrentUserProviderUnauthenticatedCurrentUserProvider. INSTANCEConstructors in io.dialob.security.user with parameters of type CurrentUserProvider Constructor Description DelegateCurrentUserProvider(CurrentUserProvider... currentUserProviders)Constructor parameters in io.dialob.security.user with type arguments of type CurrentUserProvider Constructor Description DelegateCurrentUserProvider(Collection<CurrentUserProvider> currentUserProviders)
-