Class JwtAuthenticationConverter

java.lang.Object
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Jwt,AbstractAuthenticationToken>

public class JwtAuthenticationConverter extends Object implements org.springframework.core.convert.converter.Converter<Jwt,AbstractAuthenticationToken>
Since:
5.1
  • Constructor Details

    • JwtAuthenticationConverter

      public JwtAuthenticationConverter()
  • Method Details