| Package | Description |
|---|---|
| io.milton.config | |
| io.milton.gae | |
| io.milton.http.fs | |
| io.milton.http.http11.auth |
| Class and 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 |
| ExpiredNonceRemover
Periodically checks a map of Nonce's to remove those which
have expired.
|
| FormAuthenticationHandler
Supports authentication from form parameters.
|
| LoginResponseHandler
This decorates a wrapped response handler, and gives it the ability to
generate login pages.
|
| LoginResponseHandler.LoginPageTypeHandler |
| Nonce
Represents a Nonce which has been issued and is stored in memory
|
| NonceProvider
Provides a source of nonce values to be used in Digest authentication,
and a means to validate nonce values.
|
| OAuth2AuthenticationHandler |
| Class and Description |
|---|
| DigestAuthenticationHandler |
| NonceProvider
Provides a source of nonce values to be used in Digest authentication,
and a means to validate nonce values.
|
| NonceProvider.NonceValidity |
| Class and Description |
|---|
| DigestGenerator |
| Class and Description |
|---|
| ExpiredNonceRemover
Periodically checks a map of Nonce's to remove those which
have expired.
|
| LoginResponseHandler.LoginPageTypeHandler |
| Nonce
Represents a Nonce which has been issued and is stored in memory
|
| NonceProvider
Provides a source of nonce values to be used in Digest authentication,
and a means to validate nonce values.
|
| NonceProvider.NonceValidity |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.