public abstract class AbstractTicketValidator extends Object implements TicketValidator, org.springframework.beans.factory.InitializingBean
TicketValidator
s.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, wait
confirmTicketValid
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public 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 © 2017. All rights reserved.