org.jasig.cas.client.validation
Class Cas30ProxyTicketValidator

java.lang.Object
  extended by org.jasig.cas.client.validation.AbstractUrlBasedTicketValidator
      extended by org.jasig.cas.client.validation.AbstractCasProtocolUrlBasedTicketValidator
          extended by org.jasig.cas.client.validation.Cas20ServiceTicketValidator
              extended by org.jasig.cas.client.validation.Cas20ProxyTicketValidator
                  extended by org.jasig.cas.client.validation.Cas30ProxyTicketValidator
All Implemented Interfaces:
TicketValidator

public class Cas30ProxyTicketValidator
extends Cas20ProxyTicketValidator

Service and proxy tickets validation service for the CAS protocol v3.

Since:
3.4.0
Author:
Jerome Leleu

Field Summary
 
Fields inherited from class org.jasig.cas.client.validation.AbstractUrlBasedTicketValidator
logger
 
Constructor Summary
Cas30ProxyTicketValidator(String casServerUrlPrefix)
           
 
Method Summary
protected  String getUrlSuffix()
          The endpoint of the validation URL.
 
Methods inherited from class org.jasig.cas.client.validation.Cas20ProxyTicketValidator
customParseResponse, getAllowedProxyChains, isAcceptAnyProxy, isAllowEmptyProxyChain, setAcceptAnyProxy, setAllowedProxyChains, setAllowEmptyProxyChain
 
Methods inherited from class org.jasig.cas.client.validation.Cas20ServiceTicketValidator
extractCustomAttributes, getProxyCallbackUrl, getProxyGrantingTicketStorage, getProxyRetriever, parseResponseFromServer, populateUrlAttributeMap, setProxyCallbackUrl, setProxyGrantingTicketStorage, setProxyRetriever
 
Methods inherited from class org.jasig.cas.client.validation.AbstractCasProtocolUrlBasedTicketValidator
retrieveResponseFromServer
 
Methods inherited from class org.jasig.cas.client.validation.AbstractUrlBasedTicketValidator
constructValidationUrl, encodeUrl, getCasServerUrlPrefix, getCustomParameters, getEncoding, getURLConnectionFactory, isRenew, setCustomParameters, setEncoding, setRenew, setURLConnectionFactory, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cas30ProxyTicketValidator

public Cas30ProxyTicketValidator(String casServerUrlPrefix)
Method Detail

getUrlSuffix

protected String getUrlSuffix()
Description copied from class: AbstractUrlBasedTicketValidator
The endpoint of the validation URL. Should be relative (i.e. not start with a "/"). I.e. validate or serviceValidate.

Overrides:
getUrlSuffix in class Cas20ProxyTicketValidator
Returns:
the endpoint of the validation URL.


Copyright © 2006-2015 Jasig. All Rights Reserved.