|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acegisecurity.providers.cas.proxy.AcceptAnyCasProxy
public class AcceptAnyCasProxy
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).
Constructor Summary | |
---|---|
AcceptAnyCasProxy()
|
Method Summary | |
---|---|
void |
confirmProxyListTrusted(List proxyList)
Decides whether the proxy list is trusted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AcceptAnyCasProxy()
Method Detail |
---|
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!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |