|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TicketValidationException | |
|---|---|
| org.jasig.cas.client.validation | |
| Uses of TicketValidationException in org.jasig.cas.client.validation |
|---|
| Subclasses of TicketValidationException in org.jasig.cas.client.validation | |
|---|---|
class |
InvalidProxyChainTicketValidationException
Exception denotes that an invalid proxy chain was sent from the CAS server to the local application. |
| Methods in org.jasig.cas.client.validation that throw TicketValidationException | |
|---|---|
protected void |
Cas20ServiceTicketValidator.customParseResponse(java.lang.String response,
Assertion assertion)
Template method if additional custom parsing (such as Proxying) needs to be done. |
protected void |
Cas20ProxyTicketValidator.customParseResponse(java.lang.String response,
Assertion assertion)
|
protected Assertion |
Saml11TicketValidator.parseResponseFromServer(java.lang.String response)
|
protected Assertion |
Cas20ServiceTicketValidator.parseResponseFromServer(java.lang.String response)
|
protected Assertion |
Cas10TicketValidator.parseResponseFromServer(java.lang.String response)
|
protected abstract Assertion |
AbstractUrlBasedTicketValidator.parseResponseFromServer(java.lang.String response)
Parses the response from the server into a CAS Assertion. |
Assertion |
TicketValidator.validate(java.lang.String ticket,
java.lang.String service)
Attempts to validate a ticket for the provided service. |
Assertion |
AbstractUrlBasedTicketValidator.validate(java.lang.String ticket,
java.lang.String service)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||