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 WeChatService
SecurityConfiguration.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 class
WeChatServiceImpl
-
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 class
AbstractJavaScriptRedirectWeChatService
class
AbstractSimpleRedirectWeChatService
Fields in org.oxerr.spring.security.wechat.web.authentication declared as WeChatService Modifier and Type Field Description private WeChatService
WeChatAuthenticationFilter. weChatService
Constructors in org.oxerr.spring.security.wechat.web.authentication with parameters of type WeChatService Constructor Description WeChatAuthenticationFilter(WeChatService weChatService)
-