|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleHierarchy | |
---|---|
org.springframework.security.access.expression | Expression handling code to support the use of Spring-EL based expressions in @PreAuthorize, @PreFilter, |
org.springframework.security.access.expression.method | |
org.springframework.security.access.hierarchicalroles | |
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. |
org.springframework.security.web.access.expression |
Uses of RoleHierarchy in org.springframework.security.access.expression |
---|
Methods in org.springframework.security.access.expression with parameters of type RoleHierarchy | |
---|---|
void |
SecurityExpressionRoot.setRoleHierarchy(RoleHierarchy roleHierarchy)
|
Uses of RoleHierarchy in org.springframework.security.access.expression.method |
---|
Methods in org.springframework.security.access.expression.method with parameters of type RoleHierarchy | |
---|---|
void |
DefaultMethodSecurityExpressionHandler.setRoleHierarchy(RoleHierarchy roleHierarchy)
|
Uses of RoleHierarchy in org.springframework.security.access.hierarchicalroles |
---|
Classes in org.springframework.security.access.hierarchicalroles that implement RoleHierarchy | |
---|---|
class |
NullRoleHierarchy
|
class |
RoleHierarchyImpl
This class defines a role hierarchy for use with the UserDetailsServiceWrapper. |
Methods in org.springframework.security.access.hierarchicalroles with parameters of type RoleHierarchy | |
---|---|
void |
UserDetailsServiceWrapper.setRoleHierarchy(RoleHierarchy roleHierarchy)
Deprecated. |
Constructors in org.springframework.security.access.hierarchicalroles with parameters of type RoleHierarchy | |
---|---|
UserDetailsWrapper(UserDetails userDetails,
RoleHierarchy roleHierarchy)
Deprecated. |
Uses of RoleHierarchy in org.springframework.security.access.vote |
---|
Constructors in org.springframework.security.access.vote with parameters of type RoleHierarchy | |
---|---|
RoleHierarchyVoter(RoleHierarchy roleHierarchy)
|
Uses of RoleHierarchy in org.springframework.security.acls.domain |
---|
Constructors in org.springframework.security.acls.domain with parameters of type RoleHierarchy | |
---|---|
SidRetrievalStrategyImpl(RoleHierarchy roleHierarchy)
|
Uses of RoleHierarchy in org.springframework.security.web.access.expression |
---|
Methods in org.springframework.security.web.access.expression with parameters of type RoleHierarchy | |
---|---|
void |
DefaultWebSecurityExpressionHandler.setRoleHierarchy(RoleHierarchy roleHierarchy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |