Spring Security Framework

Uses of Class
org.springframework.security.vote.AbstractAccessDecisionManager

Packages that use AbstractAccessDecisionManager
org.springframework.security.vote Implements a vote-based approach to authorization decisions. 
 

Uses of AbstractAccessDecisionManager in org.springframework.security.vote
 

Subclasses of AbstractAccessDecisionManager in org.springframework.security.vote
 class AffirmativeBased
          Simple concrete implementation of AccessDecisionManager that grants access if any AccessDecisionVoter returns an affirmative response.
 class ConsensusBased
          Simple concrete implementation of AccessDecisionManager that uses a consensus-based approach.
 class UnanimousBased
          Simple concrete implementation of AccessDecisionManager that requires all voters to abstain or grant access.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.