Package | Description |
---|---|
org.springframework.security.access.expression |
Expression handling code to support the use of Spring-EL based expressions in
@PreAuthorize , @PreFilter ,
@PostAuthorize and @PostFilter annotations. |
org.springframework.security.access.hierarchicalroles |
Role hierarchy implementation.
|
org.springframework.security.access.vote |
Implements a vote-based approach to authorization decisions.
|
org.springframework.security.acls.domain |
Basic implementation of access control lists (ACLs) interfaces.
|
Modifier and Type | Method and Description |
---|---|
protected RoleHierarchy |
AbstractSecurityExpressionHandler.getRoleHierarchy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSecurityExpressionHandler.setRoleHierarchy(RoleHierarchy roleHierarchy) |
void |
SecurityExpressionRoot.setRoleHierarchy(RoleHierarchy roleHierarchy) |
Modifier and Type | Class and Description |
---|---|
class |
NullRoleHierarchy |
class |
RoleHierarchyImpl
This class defines a role hierarchy for use with the UserDetailsServiceWrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDetailsServiceWrapper.setRoleHierarchy(RoleHierarchy roleHierarchy)
Deprecated.
|
Constructor and Description |
---|
RoleHierarchyAuthoritiesMapper(RoleHierarchy roleHierarchy) |
UserDetailsWrapper(UserDetails userDetails,
RoleHierarchy roleHierarchy)
Deprecated.
|
Constructor and Description |
---|
RoleHierarchyVoter(RoleHierarchy roleHierarchy) |
Constructor and Description |
---|
SidRetrievalStrategyImpl(RoleHierarchy roleHierarchy) |
Copyright © 2019. All rights reserved.