Class ParameterizedBearerAuth.AuthenticationArgumentProcessor
java.lang.Object
org.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication,org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication>
com.c4_soft.springaddons.security.oauth2.test.annotations.parameterized.ParameterizedBearerAuth.AuthenticationArgumentProcessor
- All Implemented Interfaces:
org.junit.jupiter.params.converter.ArgumentConverter
- Enclosing class:
- ParameterizedBearerAuth
public static class ParameterizedBearerAuth.AuthenticationArgumentProcessor
extends org.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication,org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationconvert(org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication 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.server.resource.authentication.BearerTokenAuthentication convert(org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication source) - Specified by:
convertin classorg.junit.jupiter.params.converter.TypedArgumentConverter<org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication,org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication>
-