Interface | Description |
---|---|
Authenticator<C,P> |
An interface for classes which authenticate user-provided credentials and return principal
objects.
|
Class | Description |
---|---|
CachingAuthenticator<C,P> |
An
Authenticator decorator which uses a Guava cache to temporarily cache credentials and
their corresponding principals. |
Copyright © 2014. All rights reserved.