Class ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry
java.lang.Object
org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry<C>
org.springframework.security.config.annotation.web.configurers.AbstractConfigAttributeRequestMatcherRegistry<T>
AbstractInterceptUrlConfigurer<ExpressionUrlAuthorizationConfigurer<H>,H>.AbstractInterceptUrlRegistry<ExpressionUrlAuthorizationConfigurer<H>.ExpressionInterceptUrlRegistry,ExpressionUrlAuthorizationConfigurer<H>.AuthorizedUrl>
org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry
- Enclosing class:
- ExpressionUrlAuthorizationConfigurer<H extends HttpSecurityBuilder<H>>
@Deprecated
public final class ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry
extends AbstractInterceptUrlConfigurer<ExpressionUrlAuthorizationConfigurer<H>,H>.AbstractInterceptUrlRegistry<ExpressionUrlAuthorizationConfigurer<H>.ExpressionInterceptUrlRegistry,ExpressionUrlAuthorizationConfigurer<H>.AuthorizedUrl>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionand()Deprecated.protected ExpressionUrlAuthorizationConfigurer<H>.AuthorizedUrlchainRequestMatchersInternal(List<RequestMatcher> requestMatchers) Deprecated.Subclasses should implement this method for returning the object that is chained to the creation of theRequestMatcherinstances.expressionHandler(SecurityExpressionHandler<FilterInvocation> expressionHandler) Deprecated.Allows customization of theSecurityExpressionHandlerto be used.withObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor) Deprecated, for removal: This API element is subject to removal in a future version.withObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor) Deprecated.Adds anObjectPostProcessorfor this class.Methods inherited from class org.springframework.security.config.annotation.web.configurers.AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry
accessDecisionManager, filterSecurityInterceptorOncePerRequestMethods inherited from class org.springframework.security.config.annotation.web.configurers.AbstractConfigAttributeRequestMatcherRegistry
chainRequestMatchersMethods inherited from class org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry
anyRequest, createMvcMatchers, dispatcherTypeMatchers, dispatcherTypeMatchers, getApplicationContext, requestMatchers, requestMatchers, requestMatchers, requestMatchers, setApplicationContext
-
Method Details
-
chainRequestMatchersInternal
protected ExpressionUrlAuthorizationConfigurer<H>.AuthorizedUrl chainRequestMatchersInternal(List<RequestMatcher> requestMatchers) Deprecated.Description copied from class:AbstractConfigAttributeRequestMatcherRegistrySubclasses should implement this method for returning the object that is chained to the creation of theRequestMatcherinstances.- Specified by:
chainRequestMatchersInternalin classAbstractConfigAttributeRequestMatcherRegistry<ExpressionUrlAuthorizationConfigurer<H extends HttpSecurityBuilder<H>>.AuthorizedUrl>- Parameters:
requestMatchers- theRequestMatcherinstances that were created- Returns:
- the chained Object for the subclass which allows association of something
else to the
RequestMatcher
-
expressionHandler
public ExpressionUrlAuthorizationConfigurer<H>.ExpressionInterceptUrlRegistry expressionHandler(SecurityExpressionHandler<FilterInvocation> expressionHandler) Deprecated.Allows customization of theSecurityExpressionHandlerto be used. The default isDefaultWebSecurityExpressionHandler- Parameters:
expressionHandler- theSecurityExpressionHandlerto be used- Returns:
- the
ExpressionUrlAuthorizationConfigurerfor further customization.
-
withObjectPostProcessor
public ExpressionUrlAuthorizationConfigurer<H>.ExpressionInterceptUrlRegistry withObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor) Deprecated.Adds anObjectPostProcessorfor this class.- Parameters:
objectPostProcessor-- Returns:
- the
ExpressionUrlAuthorizationConfigurerfor further customizations
-
withObjectPostProcessor
@Deprecated(since="6.4", forRemoval=true) public ExpressionUrlAuthorizationConfigurer<H>.ExpressionInterceptUrlRegistry withObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor) Deprecated, for removal: This API element is subject to removal in a future version. -
and
Deprecated.
-