Interface UserQueryProvider

All Superinterfaces:
UserCountMethodsProvider, UserQueryMethodsProvider
All Known Subinterfaces:
UserProvider

public interface UserQueryProvider extends UserQueryMethodsProvider, UserCountMethodsProvider
This is an optional capability interface that is intended to be implemented by any UserStorageProvider that supports complex user querying. It's a combination of UserQueryMethodsProvider and UserCountMethodsProvider