Modifier and Type | Method and Description |
---|---|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
HttpSecurity.authorizeRequests()
Allows restricting access based upon the
HttpServletRequest using |
Modifier and Type | Method and Description |
---|---|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.access(String attribute)
Allows specifying that URLs are secured by an arbitrary expression
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.anonymous()
Specify that URLs are allowed by anonymous users.
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.authenticated()
Specify that URLs are allowed by any authenticated user.
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.denyAll()
Specify that URLs are not allowed by anyone.
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry.expressionHandler(SecurityExpressionHandler<FilterInvocation> expressionHandler)
Allows customization of the
SecurityExpressionHandler to be used. |
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.fullyAuthenticated()
Specify that URLs are allowed by users who have authenticated and were not "remembered".
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.getRegistry() |
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.hasAnyAuthority(String... authorities)
Specify that URLs requires any of a number authorities.
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.hasAnyRole(String... roles)
Shortcut for specifying URLs require any of a number of roles.
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.hasAuthority(String authority)
Specify that URLs require a particular authority.
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.hasIpAddress(String ipaddressExpression)
Specify that URLs requires a specific IP Address or
subnet.
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.hasRole(String role)
Shortcut for specifying URLs require a particular role.
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.permitAll()
Specify that URLs are allowed by anyone.
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.AuthorizedUrl.rememberMe()
Specify that URLs are allowed by users that have been remembered.
|
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry.withObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor)
Adds an
ObjectPostProcessor for this class. |
Copyright © 2019. All rights reserved.