Uses of Class
org.springframework.security.authentication.InsufficientAuthenticationException

Packages that use InsufficientAuthenticationException
org.springframework.security.access Core access-control related code, including security metadata related classes interception code Security access control annotations Voter-based AccessDecisionManager implementations  
 

Uses of InsufficientAuthenticationException in org.springframework.security.access
 

Methods in org.springframework.security.access that throw InsufficientAuthenticationException
 void AccessDecisionManager.decide(Authentication authentication, Object object, Collection<ConfigAttribute> configAttributes)
          Resolves an access control decision for the passed parameters.
 



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