Uses of Class
cn.herodotus.engine.oauth2.authorization.servlet.OAuth2SessionManagementConfigurerCustomer
Packages that use OAuth2SessionManagementConfigurerCustomer
Package
Description
-
Uses of OAuth2SessionManagementConfigurerCustomer in cn.herodotus.engine.oauth2.authorization.config
Methods in cn.herodotus.engine.oauth2.authorization.config that return OAuth2SessionManagementConfigurerCustomerModifier and TypeMethodDescriptionOAuth2ServletSessionConfiguration.sessionManagementConfigurerCustomer(org.springframework.security.core.session.SessionRegistry sessionRegistry) Methods in cn.herodotus.engine.oauth2.authorization.config with parameters of type OAuth2SessionManagementConfigurerCustomerModifier and TypeMethodDescriptionOAuth2ServletAuthorizationConfiguration.servletOAuth2AuthorizationFacadeConfigurer(cn.herodotus.engine.web.core.servlet.template.ThymeleafTemplateHandler thymeleafTemplateHandler, OAuth2AuthorizationProperties oauth2AuthorizationProperties, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector, OAuth2SessionManagementConfigurerCustomer sessionManagementConfigurerCustomer, ServletOAuth2ResourceMatcherConfigurer servletOAuth2ResourceMatcherConfigurer, ServletSecurityAuthorizationManager servletSecurityAuthorizationManager) -
Uses of OAuth2SessionManagementConfigurerCustomer in cn.herodotus.engine.oauth2.authorization.servlet
Methods in cn.herodotus.engine.oauth2.authorization.servlet that return OAuth2SessionManagementConfigurerCustomerModifier and TypeMethodDescriptionServletOAuth2AuthorizationConfigurerManager.getOAuth2SessionManagementConfigurerCustomer()Constructors in cn.herodotus.engine.oauth2.authorization.servlet with parameters of type OAuth2SessionManagementConfigurerCustomerModifierConstructorDescriptionServletOAuth2AuthorizationConfigurerManager(cn.herodotus.engine.web.core.servlet.template.ThymeleafTemplateHandler thymeleafTemplateHandler, OAuth2AuthorizationProperties oauth2AuthorizationProperties, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector, OAuth2SessionManagementConfigurerCustomer oauth2SessionManagementConfigurerCustomer, ServletOAuth2ResourceMatcherConfigurer servletOAuth2ResourceMatcherConfigurer, ServletSecurityAuthorizationManager servletSecurityAuthorizationManager)