Interface UserLookupProvider

  • All Known Subinterfaces:
    UserLookupProvider.Streams, UserProvider, UserProvider.Streams

    public interface UserLookupProvider
    This is an optional capability interface that is intended to be implemented by any UserStorageProvider that supports basic user querying. You must implement this interface if you want to be able to log in to keycloak using users from your storage.

    Note that all methods in this interface should limit search only to data available within the storage that is represented by this provider. They should not lookup other storage providers for additional information. Optional capability interface implemented by UserStorageProviders.

    Version:
    $Revision: 1 $
    Author:
    Bill Burke