|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.client.proxy.Cas20ProxyRetriever
public final class Cas20ProxyRetriever
Implementation of a ProxyRetriever that follows the CAS 2.0 specification. For more information on the CAS 2.0 specification, please see the specification document.
In general, this class will make a call to the CAS server with some specified parameters and receive an XML response to parse.
| Constructor Summary | |
|---|---|
Cas20ProxyRetriever(java.lang.String casServerUrl)
Main Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getProxyTicketIdFor(java.lang.String proxyGrantingTicketId,
java.lang.String targetService)
Retrieves a proxy ticket for a specific targetService. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cas20ProxyRetriever(java.lang.String casServerUrl)
casServerUrl - the URL to the CAS server (i.e. http://localhost/cas/)| Method Detail |
|---|
public java.lang.String getProxyTicketIdFor(java.lang.String proxyGrantingTicketId,
java.lang.String targetService)
ProxyRetriever
getProxyTicketIdFor in interface ProxyRetrieverproxyGrantingTicketId - the ProxyGrantingTicketIdtargetService - the service we want to proxy.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||