Package-level declarations

Types

Link copied to clipboard
@Component
class BindingEnforcementFilter(jwtTokenService: JwtTokenService) : OncePerRequestFilter

Filter for enforcing cryptographic binding between access tokens and DPoP proofs.

Link copied to clipboard
@ConditionalOnProperty(name = ["security.auth.dpop.enabled"], havingValue = "true", matchIfMissing = true)
@Component
class DpopValidationFilter(dpopVerifier: DpopVerifierService, replayCache: DpopReplayCache, jwtTokenService: JwtTokenService) : OncePerRequestFilter

Filter for DPoP proof validation before JWT authentication.