Class AddonsWebmvcTestConf
java.lang.Object
com.c4_soft.springaddons.security.oauth2.test.webmvc.AddonsWebmvcTestConf
@ConditionalOnWebApplication(type=SERVLET)
@AutoConfiguration
@ImportAutoConfiguration(classes={MockMvcProperties.class,com.c4_soft.springaddons.security.oauth2.test.AuthenticationFactoriesTestConf.class},
exclude=AddonsWebfluxTestConf.class)
public class AddonsWebmvcTestConf
extends Object
- Author:
- ch4mp Test configuration to mock JwtDecoder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AddonsWebmvcTestConf
public AddonsWebmvcTestConf()
-