|
@@ -22,10 +22,10 @@
|
|
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
|
|
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
|
|
|
|
|
|
<b:bean name="authenticationManagerResolver" class="org.mockito.Mockito" factory-method="mock">
|
|
<b:bean name="authenticationManagerResolver" class="org.mockito.Mockito" factory-method="mock">
|
|
- <b:constructor-arg value="org.springframework.security.authentication.AuthenticationManagerResolver"/>
|
|
|
|
|
|
+ <b:constructor-arg value="org.springframework.security.authentication.AuthenticationManagerResolver" type="java.lang.Class"/>
|
|
</b:bean>
|
|
</b:bean>
|
|
<b:bean name="decoder" class="org.mockito.Mockito" factory-method="mock">
|
|
<b:bean name="decoder" class="org.mockito.Mockito" factory-method="mock">
|
|
- <b:constructor-arg value="org.springframework.security.oauth2.jwt.JwtDecoder"/>
|
|
|
|
|
|
+ <b:constructor-arg value="org.springframework.security.oauth2.jwt.JwtDecoder" type="java.lang.Class"/>
|
|
</b:bean>
|
|
</b:bean>
|
|
|
|
|
|
<http>
|
|
<http>
|