public class AcceptAnyCasProxy extends Object implements CasProxyDecider
Also accepts the request if there was no proxy (ie the user directly authenticated against this service).
Constructor and Description |
---|
AcceptAnyCasProxy() |
Modifier and Type | Method and Description |
---|---|
void |
confirmProxyListTrusted(List proxyList)
Decides whether the proxy list is trusted.
|
public void confirmProxyListTrusted(List proxyList) throws ProxyUntrustedException
CasProxyDecider
Must throw any ProxyUntrustedException
if the
proxy list is untrusted.
confirmProxyListTrusted
in interface CasProxyDecider
proxyList
- the list of proxies to be checked.ProxyUntrustedException
- DOCUMENT ME!Copyright © 2015. All rights reserved.