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

Packages that use AuthenticationCredentialsNotFoundException
org.springframework.security.access.event   
org.springframework.security.web.authentication.switchuser Provides HTTP-based "switch user" (su) capabilities. 
 

Uses of AuthenticationCredentialsNotFoundException in org.springframework.security.access.event
 

Methods in org.springframework.security.access.event that return AuthenticationCredentialsNotFoundException
 AuthenticationCredentialsNotFoundException AuthenticationCredentialsNotFoundEvent.getCredentialsNotFoundException()
           
 

Constructors in org.springframework.security.access.event with parameters of type AuthenticationCredentialsNotFoundException
AuthenticationCredentialsNotFoundEvent(Object secureObject, Collection<ConfigAttribute> attributes, AuthenticationCredentialsNotFoundException credentialsNotFoundException)
          Construct the event.
 

Uses of AuthenticationCredentialsNotFoundException in org.springframework.security.web.authentication.switchuser
 

Methods in org.springframework.security.web.authentication.switchuser that throw AuthenticationCredentialsNotFoundException
protected  Authentication SwitchUserFilter.attemptExitUser(HttpServletRequest request)
          Attempt to exit from an already switched user.
 



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