Spring Security Framework

Uses of Class
org.springframework.security.AccountStatusException

Packages that use AccountStatusException
org.springframework.security Provides core Spring Security interfaces and classes. 
 

Uses of AccountStatusException in org.springframework.security
 

Subclasses of AccountStatusException in org.springframework.security
 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.
 


Spring Security Framework

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