Uses of Class
com.sas.hls.security.authentication.exception.AccountException

Packages that use AccountException
com.sas.hls.security.authentication.exception Exceptions that can be thrown when authenticating a user. 
 

Uses of AccountException in com.sas.hls.security.authentication.exception
 

Subclasses of AccountException in com.sas.hls.security.authentication.exception
 class AccountDeactivatedException
          Thrown if an authentication request is rejected because the account is in a deactivated state.
 class AccountExpiredException
          Thrown if an authentication request is rejected because the account is in an expired state.
 class AccountLockedException
          Thrown if an authentication request is rejected because the account is in a locked state.
 class AccountNotFoundException
          Thrown if an authentication request is rejected because the account does not exist within the system.
 



Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA