Class AuthorizeHttpRequestsConfigurer.MvcMatchersAuthorizedUrl
- java.lang.Object
-
- org.springframework.security.config.annotation.web.configurers.AuthorizeHttpRequestsConfigurer.AuthorizedUrl
-
- org.springframework.security.config.annotation.web.configurers.AuthorizeHttpRequestsConfigurer.MvcMatchersAuthorizedUrl
-
- Enclosing class:
- AuthorizeHttpRequestsConfigurer<H extends HttpSecurityBuilder<H>>
@Deprecated public final class AuthorizeHttpRequestsConfigurer.MvcMatchersAuthorizedUrl extends AuthorizeHttpRequestsConfigurer.AuthorizedUrl
Deprecated.useMvcRequestMatcher.BuilderinsteadAnAuthorizeHttpRequestsConfigurer.AuthorizedUrlthat allows optionally configuring theMvcRequestMatcher.setServletPath(String).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AuthorizeHttpRequestsConfigurer.MvcMatchersAuthorizedUrlservletPath(java.lang.String servletPath)Deprecated.ConfiguresservletPathtoMvcRequestMatchers.-
Methods inherited from class org.springframework.security.config.annotation.web.configurers.AuthorizeHttpRequestsConfigurer.AuthorizedUrl
access, anonymous, authenticated, denyAll, fullyAuthenticated, getMatchers, hasAnyAuthority, hasAnyRole, hasAuthority, hasRole, permitAll, rememberMe
-
-
-
-
Method Detail
-
servletPath
public AuthorizeHttpRequestsConfigurer.MvcMatchersAuthorizedUrl servletPath(java.lang.String servletPath)
Deprecated.ConfiguresservletPathtoMvcRequestMatchers.- Parameters:
servletPath- the servlet path- Returns:
- the
AuthorizeHttpRequestsConfigurer.MvcMatchersAuthorizedUrlfor further customizations
-
-