Package | Description |
---|---|
org.springframework.security.config.annotation.web.builders | |
org.springframework.security.config.annotation.web.configuration | |
org.springframework.security.web.access |
Access-control related classes and packages.
|
Modifier and Type | Method and Description |
---|---|
WebInvocationPrivilegeEvaluator |
WebSecurity.getPrivilegeEvaluator()
Gets the
WebInvocationPrivilegeEvaluator to be used. |
Modifier and Type | Method and Description |
---|---|
WebSecurity |
WebSecurity.privilegeEvaluator(WebInvocationPrivilegeEvaluator privilegeEvaluator)
Set the
WebInvocationPrivilegeEvaluator to be used. |
Modifier and Type | Method and Description |
---|---|
WebInvocationPrivilegeEvaluator |
WebSecurityConfiguration.privilegeEvaluator()
Creates the
WebInvocationPrivilegeEvaluator that is necessary for the JSP tag support. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWebInvocationPrivilegeEvaluator
Allows users to determine whether they have privileges for a given web URI.
|
Copyright © 2019. All rights reserved.