Package | Description |
---|---|
org.jasig.cas.client.validation |
Modifier and Type | Class and Description |
---|---|
class |
InvalidProxyChainTicketValidationException
Exception denotes that an invalid proxy chain was sent from the CAS server to the local application.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Cas20ProxyTicketValidator.customParseResponse(String response,
Assertion assertion) |
protected void |
Cas20ServiceTicketValidator.customParseResponse(String response,
Assertion assertion)
Template method if additional custom parsing (such as Proxying) needs to be done.
|
protected Assertion |
Saml11TicketValidator.parseResponseFromServer(String response) |
protected abstract Assertion |
AbstractUrlBasedTicketValidator.parseResponseFromServer(String response)
Parses the response from the server into a CAS Assertion.
|
protected Assertion |
Cas10TicketValidator.parseResponseFromServer(String response) |
protected Assertion |
Cas20ServiceTicketValidator.parseResponseFromServer(String response) |
Assertion |
AbstractUrlBasedTicketValidator.validate(String ticket,
String service) |
Assertion |
TicketValidator.validate(String ticket,
String service)
Attempts to validate a ticket for the provided service.
|
Copyright © 2006–2013 Jasig. All rights reserved.