public abstract class AbstractCasProtocolUrlBasedTicketValidator extends AbstractUrlBasedTicketValidator
logger| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCasProtocolUrlBasedTicketValidator(String casServerUrlPrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
retrieveResponseFromServer(URL validationUrl,
String ticket)
Retrieves the response from the server by opening a connection and merely reading the response.
|
constructValidationUrl, encodeUrl, getCasServerUrlPrefix, getCustomParameters, getEncoding, getURLConnectionFactory, getUrlSuffix, isRenew, parseResponseFromServer, populateUrlAttributeMap, setCustomParameters, setEncoding, setRenew, setURLConnectionFactory, validateprotected AbstractCasProtocolUrlBasedTicketValidator(String casServerUrlPrefix)
protected final String retrieveResponseFromServer(URL validationUrl, String ticket)
retrieveResponseFromServer in class AbstractUrlBasedTicketValidatorvalidationUrl - the url to send the validation request to.ticket - the ticket to validate.Copyright © 2006–2021 Jasig. All rights reserved.