|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticatorUserCache
Interface that CacheAwareCrowdHttpAuthenticator
calls when it want's to ensure a user exists in the cache.
| Method Summary | |
|---|---|
void |
fetchInCache(java.lang.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. |
| Method Detail |
|---|
void fetchInCache(java.lang.String username)
username - username of the user to be fetched
InvalidAuthenticationException - if the application or user authentication was not successful.
OperationFailedException - if the operation has failed for an unknown reason
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||