Uses of Interface
org.acegisecurity.userdetails.UserDetailsChecker

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

Uses of UserDetailsChecker in org.acegisecurity.providers.dao
 

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

Methods in org.acegisecurity.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.acegisecurity.userdetails.checker
 

Classes in org.acegisecurity.userdetails.checker that implement UserDetailsChecker
 class AccountStatusUserDetailsChecker
           
 



Copyright © 2004-2011 Interface21, Inc. All Rights Reserved.