Class JWTAuthenticationProvider
java.lang.Object
com.erudika.para.server.security.JWTAuthenticationProvider
An authentication provider that verifies JSON web tokens.
It uses the Nimbus JOSE + JWT library to validate tokens.
- Author:
 - Alex Bogdanovski [[email protected]]
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication) boolean 
- 
Constructor Details
- 
JWTAuthenticationProvider
public JWTAuthenticationProvider()Default constructor. 
 - 
 - 
Method Details
- 
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)  - 
supports
 
 -