Uses of Class
cn.herodotus.engine.oauth2.authorization.processor.SecurityAttributeStorage
Packages that use SecurityAttributeStorage
Package
Description
-
Uses of SecurityAttributeStorage in cn.herodotus.engine.oauth2.authorization.config
Methods in cn.herodotus.engine.oauth2.authorization.config that return SecurityAttributeStorageModifier and TypeMethodDescriptionOAuth2ServletAuthorizationConfiguration.securityMetadataSourceStorage()Methods in cn.herodotus.engine.oauth2.authorization.config with parameters of type SecurityAttributeStorageModifier and TypeMethodDescriptionOAuth2ServletAuthorizationConfiguration.securityAttributeAnalyzer(SecurityAttributeStorage securityAttributeStorage, ServletOAuth2ResourceMatcherConfigurer servletOAuth2ResourceMatcherConfigurer) OAuth2ServletAuthorizationConfiguration.servletSecurityAuthorizationManager(SecurityAttributeStorage securityAttributeStorage, ServletOAuth2ResourceMatcherConfigurer servletOAuth2ResourceMatcherConfigurer) -
Uses of SecurityAttributeStorage in cn.herodotus.engine.oauth2.authorization.processor
Constructors in cn.herodotus.engine.oauth2.authorization.processor with parameters of type SecurityAttributeStorageModifierConstructorDescriptionSecurityAttributeAnalyzer(SecurityAttributeStorage securityAttributeStorage, ServletOAuth2ResourceMatcherConfigurer servletOAuth2ResourceMatcherConfigurer) -
Uses of SecurityAttributeStorage in cn.herodotus.engine.oauth2.authorization.servlet
Constructors in cn.herodotus.engine.oauth2.authorization.servlet with parameters of type SecurityAttributeStorageModifierConstructorDescriptionServletSecurityAuthorizationManager(SecurityAttributeStorage securityAttributeStorage, ServletOAuth2ResourceMatcherConfigurer servletOAuth2ResourceMatcherConfigurer)