Interface AuthenticatorUserCache


public interface AuthenticatorUserCache
Interface that CacheAwareCrowdHttpAuthenticator calls when it want's to ensure a user exists in the cache.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fetchInCache(String username)
    Fetches a user with the given username in the cache, in case the user exists, but cannot be found from the cache yet.