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, access control annotations, EL support and voter-based implementations of the central AccessDecisionManager interface. 
 

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-2011 SpringSource, Inc. All Rights Reserved.