|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |