|
||||||||||
| 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(java.util.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(java.util.List proxyList)
throws ProxyUntrustedException
CasProxyDeciderMust throw any ProxyUntrustedException if the
proxy list is untrusted.
confirmProxyListTrusted in interface CasProxyDeciderproxyList - DOCUMENT ME!
ProxyUntrustedException - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||