| Package | Description |
|---|---|
| org.jasig.cas.authentication.handler |
The handler package contains the classes used to authenticate a user.
|
| org.jasig.cas.ticket |
Classes that represent tickets and can manipulate tickets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationException
The most generic type of authentication exception that one can catch if not
sure what specific implementation will be thrown.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidTicketException
TicketException to alert that a Ticket was not found or that it is expired.
|
class |
TicketCreationException
Exception thrown if there is an error creating a ticket.
|
class |
TicketException
Generic ticket exception.
|
class |
TicketValidationException
Exception to alert that there was an error validating the ticket.
|
class |
UnsatisfiedAuthenticationPolicyException
Error condition arising at ticket creation or validation time when a ticketing operation relying on authentication
cannot proceed due to unsatisfied authentication security policy.
|
Copyright © 2004-2014 Jasig. All Rights Reserved.