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
CasProxyDeciderMust throw any ProxyUntrustedException if the
proxy list is untrusted.
confirmProxyListTrusted in interface CasProxyDeciderproxyList - the list of proxies to be checked.ProxyUntrustedException - DOCUMENT ME!Copyright © 2016. All rights reserved.