Module io.inverno.mod.security.http
Package io.inverno.mod.security.http.token
package io.inverno.mod.security.http.token
-
ClassDescriptionA credentials extractor that extracts a token credentials from a bearer in the
authorization
HTTP header as defined by RFC 6750 Section 2.1.A credentials extractor that extracts a token credentials stored in an HTTP cookie.CookieTokenLoginSuccessHandler<A extends TokenAuthentication,B extends ExchangeContext, C extends Exchange<B>> A login success handler that sets a token cookie in the response using the token value specified in the token authentication resulting from the login authentication.CookieTokenLogoutSuccessHandler<A extends Authentication,B extends Identity, C extends AccessController, D extends SecurityContext<B, C>, E extends Exchange<D>> A logout success handler that removes the token cookie.