| Interface | Description |
|---|---|
| Authenticator<C,P> |
An interface for classes which authenticate user-provided credentials and return principal
objects.
|
| UnauthorizedHandler |
| Class | Description |
|---|---|
| AuthFactory<C,P> | |
| CachingAuthenticator<C,P> |
An
Authenticator decorator which uses a Guava cache to temporarily cache credentials and
their corresponding principals. |
| ChainedAuthFactory<T> |
A Jersey provider that chains various authentication providers like
OAuthFactory
and BasicAuthFactory. |
| DefaultUnauthorizedHandler |
| Exception | Description |
|---|---|
| AuthenticationException |
An exception thrown to indicate that an
Authenticator is unable to check the
validity of the given credentials. |
| Annotation Type | Description |
|---|---|
| Auth |
This annotation is used to inject authenticated principal objects into protected JAX-RS resource
methods.
|
Copyright © 2015. All rights reserved.