Spring Security Framework

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

Packages that use UserDetailsChecker
org.springframework.security.providers.dao An authentication provider that relies upon a data access object. 
org.springframework.security.providers.preauth   
org.springframework.security.userdetails.checker   
 

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

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

Methods in org.springframework.security.providers.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.providers.preauth
 

Methods in org.springframework.security.providers.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.userdetails.checker
 

Classes in org.springframework.security.userdetails.checker that implement UserDetailsChecker
 class AccountStatusUserDetailsChecker
           
 


Spring Security Framework

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