public class

RoleHierarchyVoter

extends RoleVoter
java.lang.Object
   ↳ org.springframework.security.access.vote.RoleVoter
     ↳ org.springframework.security.access.vote.RoleHierarchyVoter

Class Overview

Extended RoleVoter which uses a RoleHierarchy definition to determine the roles allocated to the current user before voting.

Summary

[Expand]
Inherited Constants
From interface org.springframework.security.access.AccessDecisionVoter
Public Constructors
RoleHierarchyVoter(RoleHierarchy roleHierarchy)
[Expand]
Inherited Methods
From class org.springframework.security.access.vote.RoleVoter
From class java.lang.Object
From interface org.springframework.security.access.AccessDecisionVoter

Public Constructors

public RoleHierarchyVoter (RoleHierarchy roleHierarchy)