public interface AuthenticatorUserCache
CacheAwareCrowdHttpAuthenticator
calls when it want's to ensure a user exists in the cache.Modifier and Type | Method and 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.
|
void fetchInCache(String username) throws UserNotFoundException, InvalidAuthenticationException, OperationFailedException
username
- username of the user to be fetchedInvalidAuthenticationException
- if the application or user authentication was not successful.OperationFailedException
- if the operation has failed for an unknown reasonUserNotFoundException
Copyright © 2020 Atlassian. All rights reserved.