Class AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R extends AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R,​T>,​T>

    • Method Detail

      • accessDecisionManager

        public R accessDecisionManager​(org.springframework.security.access.AccessDecisionManager accessDecisionManager)
        Allows setting the AccessDecisionManager. If none is provided, a default AccessDecisionManager is created.
        Parameters:
        accessDecisionManager - the AccessDecisionManager to use
        Returns:
        the AbstractInterceptUrlConfigurer for further customization
      • filterSecurityInterceptorOncePerRequest

        public R filterSecurityInterceptorOncePerRequest​(boolean filterSecurityInterceptorOncePerRequest)
        Allows setting if the FilterSecurityInterceptor should be only applied once per request (i.e. if the filter intercepts on a forward, should it be applied again).
        Parameters:
        filterSecurityInterceptorOncePerRequest - if the FilterSecurityInterceptor should be only applied once per request
        Returns:
        the AbstractInterceptUrlConfigurer for further customization