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 -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.security.core.Authenticationconvert(org.springframework.security.core.Authentication source) Methods inherited from class org.junit.jupiter.params.converter.TypedArgumentConverter
convert
-
Constructor Details
-
AuthenticationArgumentProcessor
protected AuthenticationArgumentProcessor()
-
-
Method Details
-
convert
protected org.springframework.security.core.Authentication convert(org.springframework.security.core.Authentication source) - Specified by:
convertin classorg.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.core.Authentication,org.springframework.security.core.Authentication>
-