Class ParameterizedJwtAuth.AuthenticationArgumentProcessor

java.lang.Object
org.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken,org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken>
com.c4_soft.springaddons.security.oauth2.test.annotations.parameterized.ParameterizedJwtAuth.AuthenticationArgumentProcessor
All Implemented Interfaces:
org.junit.jupiter.params.converter.ArgumentConverter
Enclosing class:
ParameterizedJwtAuth

public static class ParameterizedJwtAuth.AuthenticationArgumentProcessor extends org.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken,org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken
    convert(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken source)
     

    Methods inherited from class org.junit.jupiter.params.converter.TypedArgumentConverter

    convert

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AuthenticationArgumentProcessor

      protected AuthenticationArgumentProcessor()
  • Method Details

    • convert

      protected org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken convert(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken source)
      Specified by:
      convert in class org.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken,org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken>