Uses of Class
com.arsdigita.kernel.security.KernelLoginException

Packages that use KernelLoginException
com.arsdigita.kernel.security Provides user authentication, session tracking, and cryptography services. 
 

Uses of KernelLoginException in com.arsdigita.kernel.security
 

Subclasses of KernelLoginException in com.arsdigita.kernel.security
 class AccountException
          Represents an error encountered while accessing a user account during login.
 class AccountExpiredException
          Thrown when an account is accessed while expired.
 class AccountLockedException
          Thrown when an account is accessed while locked.
 class AccountNotFoundException
          Thrown when an account is not found.
 class CredentialEncodingException
          Thrown when there is an error encoding a credential.
 class CredentialException
          Represents an error encountered while handling an authentication credential during login.
 class CredentialExpiredException
          Thrown when a credential has expired.
 class CredentialNotFoundException
          Thrown when a credential is not found.
 class CredentialNotYetValidException
          Thrown when a credential is not yet valid.
 class CredentialParsingException
          Thrown when there is an error parsing a credential.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC