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

Packages that use AccountStatusException
org.springframework.security.authentication Implements a provider-based approach to authentication decisions. 
 

Uses of AccountStatusException in org.springframework.security.authentication
 

Subclasses of AccountStatusException in org.springframework.security.authentication
 class AccountExpiredException
          Thrown if an authentication request is rejected because the account has expired.
 class CredentialsExpiredException
          Thrown if an authentication request is rejected because the account's credentials have expired.
 class DisabledException
          Thrown if an authentication request is rejected because the account is disabled.
 class LockedException
          Thrown if an authentication request is rejected because the account is locked.
 



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