Uses of Interface
org.springframework.security.access.AccessDecisionManager

Packages that use AccessDecisionManager
org.springframework.security.access.intercept Actually enforces the security and ties the whole security system together. 
org.springframework.security.access.vote Implements a vote-based approach to authorization decisions. 
 

Uses of AccessDecisionManager in org.springframework.security.access.intercept
 

Methods in org.springframework.security.access.intercept that return AccessDecisionManager
 AccessDecisionManager AbstractSecurityInterceptor.getAccessDecisionManager()
           
 

Methods in org.springframework.security.access.intercept with parameters of type AccessDecisionManager
 void AbstractSecurityInterceptor.setAccessDecisionManager(AccessDecisionManager accessDecisionManager)
           
 

Uses of AccessDecisionManager in org.springframework.security.access.vote
 

Classes in org.springframework.security.access.vote that implement AccessDecisionManager
 class AbstractAccessDecisionManager
          Abstract implementation of AccessDecisionManager.
 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.
 



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