Package io.milton.http.http11.auth
package io.milton.http.http11.auth
-
ClassDescriptionThis 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.Periodically checks a map of Nonce's to remove those which have expired.Supports authentication from form parameters.NOT TESTED YET!!!!!!This decorates a wrapped response handler, and gives it the ability to generate login pages.Default implementation which uses some sensible rules about content types etcRepresents a Nonce which has been issued and is stored in memoryProvides a source of nonce values to be used in Digest authentication, and a means to validate nonce values.A filter to perform authentication before resource location.A very simple nonce provide that users a map to store issued nonces.