Class ExpressionUrlAuthorizationConfigurer.MvcMatchersAuthorizedUrl
- java.lang.Object
-
- org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.AuthorizedUrl
-
- org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.MvcMatchersAuthorizedUrl
-
- Enclosing class:
- ExpressionUrlAuthorizationConfigurer<H extends HttpSecurityBuilder<H>>
public final class ExpressionUrlAuthorizationConfigurer.MvcMatchersAuthorizedUrl extends ExpressionUrlAuthorizationConfigurer.AuthorizedUrl
AnExpressionUrlAuthorizationConfigurer.AuthorizedUrl
that allows optionally configuring theMvcRequestMatcher.setMethod(HttpMethod)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionUrlAuthorizationConfigurer.AuthorizedUrl
servletPath(java.lang.String servletPath)
-
Methods inherited from class org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.AuthorizedUrl
access, anonymous, authenticated, denyAll, fullyAuthenticated, getMatchers, hasAnyAuthority, hasAnyRole, hasAuthority, hasIpAddress, hasRole, not, permitAll, rememberMe
-
-
-
-
Method Detail
-
servletPath
public ExpressionUrlAuthorizationConfigurer.AuthorizedUrl servletPath(java.lang.String servletPath)
-
-