Class ParameterizedAuthentication.AuthenticationArgumentProcessor

java.lang.Object
org.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.core.Authentication,org.springframework.security.core.Authentication>
com.c4_soft.springaddons.security.oauth2.test.annotations.parameterized.ParameterizedAuthentication.AuthenticationArgumentProcessor
All Implemented Interfaces:
org.junit.jupiter.params.converter.ArgumentConverter
Enclosing class:
ParameterizedAuthentication

public static class ParameterizedAuthentication.AuthenticationArgumentProcessor extends org.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.core.Authentication,org.springframework.security.core.Authentication>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.security.core.Authentication
    convert(org.springframework.security.core.Authentication 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.core.Authentication convert(org.springframework.security.core.Authentication source)
      Specified by:
      convert in class org.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.core.Authentication,org.springframework.security.core.Authentication>