Uses of Package
io.milton.http.http11.auth
Packages that use io.milton.http.http11.auth
-
Classes in io.milton.http.http11.auth used by io.milton.configClassDescriptionThis 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.This decorates a wrapped response handler, and gives it the ability to generate login pages.Represents 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.
-
Classes in io.milton.http.http11.auth used by io.milton.gaeClassDescriptionProvides a source of nonce values to be used in Digest authentication, and a means to validate nonce values.
-
Classes in io.milton.http.http11.auth used by io.milton.http.fs
-
Classes in io.milton.http.http11.auth used by io.milton.http.http11.authClassDescriptionPeriodically checks a map of Nonce's to remove those which have expired.Represents 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.