Class ParameterizedOAuth2Login.AuthenticationArgumentProcessor
java.lang.Object
org.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken,org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken>
com.c4_soft.springaddons.security.oauth2.test.annotations.parameterized.ParameterizedOAuth2Login.AuthenticationArgumentProcessor
- All Implemented Interfaces:
org.junit.jupiter.params.converter.ArgumentConverter
- Enclosing class:
- ParameterizedOAuth2Login
public static class ParameterizedOAuth2Login.AuthenticationArgumentProcessor
extends org.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken,org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationTokenconvert(org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken source) Methods inherited from class org.junit.jupiter.params.converter.TypedArgumentConverter
convert
-
Constructor Details
-
AuthenticationArgumentProcessor
protected AuthenticationArgumentProcessor()
-
-
Method Details
-
convert
protected org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken convert(org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken source) - Specified by:
convertin classorg.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken,org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken>
-