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, setDisableXmlSchemaValidation
constructValidationUrl, encodeUrl, getCasServerUrlPrefix, getCustomParameters, getEncoding, getURLConnectionFactory, isRenew, populateUrlAttributeMap, setCustomParameters, setEncoding, setRenew, setURLConnectionFactory, validate
public Cas10TicketValidator(String casServerUrlPrefix)
protected String getUrlSuffix()
AbstractUrlBasedTicketValidator
getUrlSuffix
in class AbstractUrlBasedTicketValidator
protected Assertion parseResponseFromServer(String response) throws TicketValidationException
AbstractUrlBasedTicketValidator
parseResponseFromServer
in class AbstractUrlBasedTicketValidator
response
- the response from the server, in any format.TicketValidationException
- if an Assertion could not be created.Copyright © 2006–2016 Jasig. All rights reserved.