public class CasBeanFactory extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
CasBeanFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.springframework.security.cas.ServiceProperties |
createServiceProperties()
Create a ServiceProperties object describing the CAS service.
|
org.jasig.cas.client.validation.TicketValidator |
createTicketValidator()
Create a TicketValidator used to validate a CAS response.
|
CasProtocol |
getCasProtocol() |
String |
getCasServerUrl() |
void |
setCasProtocol(CasProtocol casProtocol) |
void |
setCasServerUrl(String casServerUrl) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic org.springframework.security.cas.ServiceProperties createServiceProperties()
public org.jasig.cas.client.validation.TicketValidator createTicketValidator()
public String getCasServerUrl()
public void setCasServerUrl(String casServerUrl)
casServerUrl - the casServerUrl to setpublic CasProtocol getCasProtocol()
public void setCasProtocol(CasProtocol casProtocol)
casProtocol - the casProtocol to setCopyright © 2016–2019. All rights reserved.