Uses of Interface
org.oxerr.spring.security.wechat.web.authentication.WeChatService
- 
- 
Uses of WeChatService in org.oxerr.spring.security.wechat.config.annotation.web.configurers
Constructors in org.oxerr.spring.security.wechat.config.annotation.web.configurers with parameters of type WeChatService Constructor Description WeChatLoginConfigurer(WeChatService weChatService, WeChatUserDetailsService weChatUserDetailsService) - 
Uses of WeChatService in org.oxerr.spring.security.wechat.samples.helloworld
Fields in org.oxerr.spring.security.wechat.samples.helloworld declared as WeChatService Modifier and Type Field Description private WeChatServiceSecurityConfiguration.FormLoginWebSecurityConfigurerAdapter. weChatService - 
Uses of WeChatService in org.oxerr.spring.security.wechat.samples.helloworld.service.impl
Classes in org.oxerr.spring.security.wechat.samples.helloworld.service.impl that implement WeChatService Modifier and Type Class Description classWeChatServiceImpl - 
Uses of WeChatService in org.oxerr.spring.security.wechat.web.authentication
Classes in org.oxerr.spring.security.wechat.web.authentication that implement WeChatService Modifier and Type Class Description classAbstractJavaScriptRedirectWeChatServiceclassAbstractSimpleRedirectWeChatServiceFields in org.oxerr.spring.security.wechat.web.authentication declared as WeChatService Modifier and Type Field Description private WeChatServiceWeChatAuthenticationFilter. weChatServiceConstructors in org.oxerr.spring.security.wechat.web.authentication with parameters of type WeChatService Constructor Description WeChatAuthenticationFilter(WeChatService weChatService) 
 -