| Package | Description |
|---|---|
| org.jasig.cas.authentication.handler |
The handler package contains the classes used to authenticate a user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadCredentialsAuthenticationException
Generic Bad Credential Exception.
|
class |
BadPasswordAuthenticationException
The exception to throw when we know the username is correct but the password
is not.
|
class |
BadUsernameOrPasswordAuthenticationException
Exception to throw when we know the credentials provided were
username/password and the combination is wrong.
|
class |
BlockedCredentialsAuthenticationException
Exception to represent credentials that have been blocked for a reason such
as Locked account.
|
class |
UncategorizedAuthenticationException
Generic abstract exception to extend when you don't know what the heck is
going on.
|
class |
UnknownUsernameAuthenticationException
The exception to throw when we explicitly don't know anything about the
username.
|
class |
UnsupportedCredentialsException
The exception thrown when a Handler does not know how to determine the
validity of the credentials based on the fact that it does not know what to
do with the credentials presented.
|
Copyright © 2004-2015 Apereo. All Rights Reserved.