public abstract class AbstractTicketValidator extends Object implements TicketValidator, org.springframework.beans.factory.InitializingBean
TicketValidators.| Constructor and Description |
|---|
AbstractTicketValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
getCasValidate()
Mandatory URL to CAS' proxy ticket valiation service.
|
ServiceProperties |
getServiceProperties() |
String |
getTrustStore()
Optional property which will be used to set the system property
javax.net.ssl.trustStore. |
void |
setCasValidate(String casValidate) |
void |
setServiceProperties(ServiceProperties serviceProperties) |
void |
setTrustStore(String trustStore) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfirmTicketValidpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic String getCasValidate()
This is usually something like
https://www.mycompany.com/cas/proxyValidate.
public ServiceProperties getServiceProperties()
public String getTrustStore()
javax.net.ssl.trustStore.javax.net.ssl.trustStore that will be set during bean initialization, or
null to leave the system property unchangedpublic void setCasValidate(String casValidate)
public void setServiceProperties(ServiceProperties serviceProperties)
public void setTrustStore(String trustStore)
Copyright © 2021. All rights reserved.