Module io.inverno.mod.security.http
Package io.inverno.mod.security.http.digest
package io.inverno.mod.security.http.digest
-
ClassDescriptionAn HTTP authentication error interceptor that implements RFC 7616 HTTP Digest Access Authentication.HTTP Digest specific credentials as defined by RFC 7616 Section 3.4.A credentials extractor that extracts
digest
credentials as defined by RFC 7616 Section 3.4.DigestCredentialsMatcher<A extends LoginCredentials>A credentials matcher used to verify digest credentials as defined by RFC 7616.A password that uses HTTP Digest function to encode password as defined by RFC 7616 Section 3.4.2.Thrown by aDigestCredentialsMatcher
to indicate that the provided nonce has expired.