Package com.aquima.web.boot.security.jwt
Class BlueriqJwtAuthenticationProvider
java.lang.Object
com.aquima.web.boot.security.jwt.BlueriqJwtAuthenticationProvider
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
public class BlueriqJwtAuthenticationProvider
extends Object
implements org.springframework.security.authentication.AuthenticationProvider
-
Constructor Summary
ConstructorsConstructorDescriptionBlueriqJwtAuthenticationProvider
(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, JwtClaimMapper jwtClaimMapper) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
authenticate
(org.springframework.security.core.Authentication authentication) boolean
-
Constructor Details
-
BlueriqJwtAuthenticationProvider
public BlueriqJwtAuthenticationProvider(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, JwtClaimMapper jwtClaimMapper)
-
-
Method Details
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) - Specified by:
authenticate
in interfaceorg.springframework.security.authentication.AuthenticationProvider
-
supports
- Specified by:
supports
in interfaceorg.springframework.security.authentication.AuthenticationProvider
-