| Interface | Description |
|---|---|
| LoginResponseHandler.LoginPageTypeHandler | |
| NonceProvider |
Provides a source of nonce values to be used in Digest authentication,
and a means to validate nonce values.
|
| Class | Description |
|---|---|
| BasicAuthHandler | |
| CookieAuthenticationHandler |
This wraps a bunch of other authentication handlers, so if any of those
successfully login the user then this will generate a cookie which can be
used subsequently.
|
| DigestAuthenticationHandler | |
| DigestGenerator | |
| DigestHelper | |
| ExpiredNonceRemover |
Periodically checks a map of Nonce's to remove those which
have expired.
|
| FormAuthenticationHandler |
Supports authentication from form parameters.
|
| HmacUtils | |
| LdapSecurityManager |
NOT TESTED YET!!!!!!
|
| LoginResponseHandler |
This decorates a wrapped response handler, and gives it the ability to
generate login pages.
|
| LoginResponseHandler.ContentTypeLoginPageTypeHandler |
Default implementation which uses some sensible rules about content types
etc
|
| Nonce |
Represents a Nonce which has been issued and is stored in memory
|
| OAuth2AuthenticationHandler | |
| OAuth2Helper | |
| PreAuthenticationFilter |
A filter to perform authentication before resource location.
|
| SecurityManagerBasicAuthHandler | |
| SecurityManagerDigestAuthenticationHandler | |
| SimpleMemoryNonceProvider |
A very simple nonce provide that users a map to store issued nonces.
|
| Enum | Description |
|---|---|
| NonceProvider.NonceValidity |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.