org.acegisecurity.providers.cas.proxy
Class RejectProxyTickets
java.lang.Object
org.acegisecurity.providers.cas.proxy.RejectProxyTickets
- All Implemented Interfaces:
- CasProxyDecider, InitializingBean, MessageSourceAware
public class RejectProxyTickets
- extends Object
- implements CasProxyDecider, MessageSourceAware, InitializingBean
Accepts no proxied requests.
This class should be used if only service tickets wish to be accepted (ie no
proxy tickets at all).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messages
protected MessageSourceAccessor messages
RejectProxyTickets
public RejectProxyTickets()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface InitializingBean
- Throws:
Exception
confirmProxyListTrusted
public void confirmProxyListTrusted(List proxyList)
throws ProxyUntrustedException
- Description copied from interface:
CasProxyDecider
- Decides whether the proxy list is trusted.
Must throw any ProxyUntrustedException if the
proxy list is untrusted.
- Specified by:
confirmProxyListTrusted in interface CasProxyDecider
- Parameters:
proxyList - DOCUMENT ME!
- Throws:
ProxyUntrustedException - DOCUMENT ME!
setMessageSource
public void setMessageSource(MessageSource messageSource)
- Specified by:
setMessageSource in interface MessageSourceAware
Copyright © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.