public class RejectProxyTickets extends Object implements CasProxyDecider, org.springframework.context.MessageSourceAware, org.springframework.beans.factory.InitializingBean
This class should be used if only service tickets wish to be accepted (ie no proxy tickets at all).
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.support.MessageSourceAccessor |
messages |
| Constructor and Description |
|---|
RejectProxyTickets() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
confirmProxyListTrusted(List proxyList)
Decides whether the proxy list is trusted.
|
void |
setMessageSource(org.springframework.context.MessageSource messageSource) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void confirmProxyListTrusted(List proxyList) throws ProxyUntrustedException
CasProxyDeciderMust throw any ProxyUntrustedException if the
proxy list is untrusted.
confirmProxyListTrusted in interface CasProxyDeciderproxyList - the list of proxies to be checked.ProxyUntrustedException - DOCUMENT ME!public void setMessageSource(org.springframework.context.MessageSource messageSource)
setMessageSource in interface org.springframework.context.MessageSourceAwareCopyright © 2016. All rights reserved.