Uses of Class
io.inverno.mod.security.http.HttpAuthenticationErrorInterceptor
Packages that use HttpAuthenticationErrorInterceptor
-
Uses of HttpAuthenticationErrorInterceptor in io.inverno.mod.security.http.basic
Subclasses of HttpAuthenticationErrorInterceptor in io.inverno.mod.security.http.basicModifier and TypeClassDescriptionclassBasicAuthenticationErrorInterceptor<A extends io.inverno.mod.http.base.ExchangeContext,B extends ErrorExchange<A>> An HTTP authentication error interceptor that implements RFC 7617 The 'Basic' HTTP Authentication Scheme. -
Uses of HttpAuthenticationErrorInterceptor in io.inverno.mod.security.http.digest
Subclasses of HttpAuthenticationErrorInterceptor in io.inverno.mod.security.http.digestModifier and TypeClassDescriptionclassDigestAuthenticationErrorInterceptor<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.