Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers |
Modifier and Type | Method and Description |
---|---|
UrlAuthorizationConfigurer.StandardInterceptUrlRegistry |
UrlAuthorizationConfigurer.AuthorizedUrl.access(String... attributes)
Specifies that the user must have the specified
ConfigAttribute 's |
UrlAuthorizationConfigurer.StandardInterceptUrlRegistry |
UrlAuthorizationConfigurer.AuthorizedUrl.anonymous()
Specifies that an anonymous user is allowed access
|
UrlAuthorizationConfigurer.StandardInterceptUrlRegistry |
UrlAuthorizationConfigurer.getRegistry()
The StandardInterceptUrlRegistry is what users will interact with after
applying the
UrlAuthorizationConfigurer . |
UrlAuthorizationConfigurer.StandardInterceptUrlRegistry |
UrlAuthorizationConfigurer.AuthorizedUrl.hasAnyAuthority(String... authorities)
Specifies that a user requires one of many authorities
|
UrlAuthorizationConfigurer.StandardInterceptUrlRegistry |
UrlAuthorizationConfigurer.AuthorizedUrl.hasAnyRole(String... roles)
Specifies that a user requires one of many roles.
|
UrlAuthorizationConfigurer.StandardInterceptUrlRegistry |
UrlAuthorizationConfigurer.AuthorizedUrl.hasAuthority(String authority)
Specifies a user requires an authority.
|
UrlAuthorizationConfigurer.StandardInterceptUrlRegistry |
UrlAuthorizationConfigurer.AuthorizedUrl.hasRole(String role)
Specifies a user requires a role.
|
UrlAuthorizationConfigurer.StandardInterceptUrlRegistry |
UrlAuthorizationConfigurer.StandardInterceptUrlRegistry.withObjectPostProcessor(ObjectPostProcessor<?> objectPostProcessor)
Adds an
ObjectPostProcessor for this class. |
Copyright © 2019. All rights reserved.