public final class Cas10TicketValidator extends AbstractCasProtocolUrlBasedTicketValidator
logger| Constructor and Description |
|---|
Cas10TicketValidator(String casServerUrlPrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getUrlSuffix()
The endpoint of the validation URL.
|
protected Assertion |
parseResponseFromServer(String response)
Parses the response from the server into a CAS Assertion.
|
retrieveResponseFromServer, setDisableXmlSchemaValidationconstructValidationUrl, encodeUrl, getCasServerUrlPrefix, getCustomParameters, getEncoding, getURLConnectionFactory, isRenew, populateUrlAttributeMap, setCustomParameters, setEncoding, setRenew, setURLConnectionFactory, validatepublic Cas10TicketValidator(String casServerUrlPrefix)
protected String getUrlSuffix()
AbstractUrlBasedTicketValidatorgetUrlSuffix in class AbstractUrlBasedTicketValidatorprotected Assertion parseResponseFromServer(String response) throws TicketValidationException
AbstractUrlBasedTicketValidatorparseResponseFromServer in class AbstractUrlBasedTicketValidatorresponse - the response from the server, in any format.TicketValidationException - if an Assertion could not be created.Copyright © 2006-2014 Jasig. All Rights Reserved.