Module io.inverno.mod.security.http
Package io.inverno.mod.security.http.digest
package io.inverno.mod.security.http.digest
-
ClassDescriptionDigestAuthenticationErrorInterceptor<A extends io.inverno.mod.http.base.ExchangeContext,
B extends ErrorExchange<A>> An 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 extractsdigestcredentials 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 aDigestCredentialsMatcherto indicate that the provided nonce has expired.