| 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 |
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 |
UnknownUsernameAuthenticationException
The exception to throw when we explicitly don't know anything about the
username.
|
| Modifier and Type | Field and Description |
|---|---|
static BadCredentialsAuthenticationException |
BadCredentialsAuthenticationException.ERROR
Static instance of class to prevent cost incurred by creating new
instance.
|
Copyright © 2004-2012 Jasig. All Rights Reserved.