org.acegisecurity.providers.cas.proxy
Class AcceptAnyCasProxy
java.lang.Object
org.acegisecurity.providers.cas.proxy.AcceptAnyCasProxy
- All Implemented Interfaces:
- CasProxyDecider
public class AcceptAnyCasProxy
- extends Object
- implements CasProxyDecider
Accepts a proxied request from any other service.
Also accepts the request if there was no proxy (ie the user directly
authenticated against this service).
- Version:
- $Id: AcceptAnyCasProxy.java,v 1.3 2005/11/17 00:56:08 benalex Exp $
- Author:
- Ben Alex
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcceptAnyCasProxy
public AcceptAnyCasProxy()
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
- Throws:
ProxyUntrustedException
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.