Uses of Class
cn.herodotus.engine.oauth2.authorization.servlet.ServletSecurityAuthorizationManager
Packages that use ServletSecurityAuthorizationManager
Package
Description
-
Uses of ServletSecurityAuthorizationManager in cn.herodotus.engine.oauth2.authorization.config
Methods in cn.herodotus.engine.oauth2.authorization.config that return ServletSecurityAuthorizationManagerModifier and TypeMethodDescriptionOAuth2ServletAuthorizationConfiguration.servletSecurityAuthorizationManager(SecurityAttributeStorage securityAttributeStorage, ServletOAuth2ResourceMatcherConfigurer servletOAuth2ResourceMatcherConfigurer) Methods in cn.herodotus.engine.oauth2.authorization.config with parameters of type ServletSecurityAuthorizationManagerModifier 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 ServletSecurityAuthorizationManager in cn.herodotus.engine.oauth2.authorization.servlet
Constructors in cn.herodotus.engine.oauth2.authorization.servlet with parameters of type ServletSecurityAuthorizationManagerModifierConstructorDescriptionOAuth2AuthorizeHttpRequestsConfigurerCustomer(ServletOAuth2ResourceMatcherConfigurer servletOAuth2ResourceMatcherConfigurer, ServletSecurityAuthorizationManager servletSecurityAuthorizationManager) ServletOAuth2AuthorizationConfigurerManager(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)