| Class | Description |
|---|---|
| BasicAuthenticationScheme | |
| DigestAuthenticationScheme | |
| FormAuthenticationScheme |
An implementation of
HttpAuthenticationScheme that supports the Servlet Specification FORM Authentication Scheme |
| TokenAuthenticationScheme |
A custom
HttpAuthenticationScheme that knows how to extract a header from
the request containing a token to authenticate/re-authenticate an user. |
| X509AuthenticationScheme |
An implementation of
HttpAuthenticationScheme that supports the Servlet Specification
CLIENT-CERT Authentication Scheme |
Copyright © 2021. All rights reserved.