Uses of Class
io.inverno.mod.security.http.AuthenticationErrorInterceptor
Packages that use AuthenticationErrorInterceptor
Package
Description
-
Uses of AuthenticationErrorInterceptor in io.inverno.mod.security.http
Subclasses of AuthenticationErrorInterceptor in io.inverno.mod.security.httpModifier and TypeClassDescriptionclassHttpAuthenticationErrorInterceptor<A extends io.inverno.mod.http.base.ExchangeContext,B extends ErrorExchange<A>> An authentication error interceptor that implements RFC 7235 HTTP authentication. -
Uses of AuthenticationErrorInterceptor in io.inverno.mod.security.http.basic
Subclasses of AuthenticationErrorInterceptor 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 AuthenticationErrorInterceptor in io.inverno.mod.security.http.digest
Subclasses of AuthenticationErrorInterceptor 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. -
Uses of AuthenticationErrorInterceptor in io.inverno.mod.security.http.form
Subclasses of AuthenticationErrorInterceptor in io.inverno.mod.security.http.formModifier and TypeClassDescriptionclassFormAuthenticationErrorInterceptor<A extends io.inverno.mod.http.base.ExchangeContext,B extends ErrorExchange<A>> An authentication error interceptor that redirects (302) the client to a login page.