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

Packages that use AccountStatusException
org.springframework.security.authentication Core classes and interfaces related to user authentication, which are used throughout Spring Security. 
 

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-2011 SpringSource, Inc. All Rights Reserved.