Uses of Interface
org.springframework.security.core.userdetails.UserDetailsChecker

Packages that use UserDetailsChecker
org.springframework.security.authentication Implements a provider-based approach to authentication decisions. 
org.springframework.security.authentication.dao An authentication provider that relies upon a data access object. 
org.springframework.security.web.authentication.preauth   
org.springframework.security.web.authentication.switchuser Provides HTTP-based "switch user" (su) capabilities. 
 

Uses of UserDetailsChecker in org.springframework.security.authentication
 

Classes in org.springframework.security.authentication that implement UserDetailsChecker
 class AccountStatusUserDetailsChecker
           
 

Uses of UserDetailsChecker in org.springframework.security.authentication.dao
 

Methods in org.springframework.security.authentication.dao that return UserDetailsChecker
protected  UserDetailsChecker AbstractUserDetailsAuthenticationProvider.getPostAuthenticationChecks()
           
protected  UserDetailsChecker AbstractUserDetailsAuthenticationProvider.getPreAuthenticationChecks()
           
 

Methods in org.springframework.security.authentication.dao with parameters of type UserDetailsChecker
 void AbstractUserDetailsAuthenticationProvider.setPostAuthenticationChecks(UserDetailsChecker postAuthenticationChecks)
           
 void AbstractUserDetailsAuthenticationProvider.setPreAuthenticationChecks(UserDetailsChecker preAuthenticationChecks)
          Sets the policy will be used to verify the status of the loaded UserDetails before validation of the credentials takes place.
 

Uses of UserDetailsChecker in org.springframework.security.web.authentication.preauth
 

Methods in org.springframework.security.web.authentication.preauth with parameters of type UserDetailsChecker
 void PreAuthenticatedAuthenticationProvider.setUserDetailsChecker(UserDetailsChecker userDetailsChecker)
          Sets the strategy which will be used to validate the loaded UserDetails object for the user.
 

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

Methods in org.springframework.security.web.authentication.switchuser with parameters of type UserDetailsChecker
 void SwitchUserFilter.setUserDetailsChecker(UserDetailsChecker userDetailsChecker)
           
 



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