|
||||||||||
| 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(String casServerUrl,
String encoding)
Deprecated. |
|
Cas20ProxyRetriever(String casServerUrl,
String encoding,
HttpURLConnectionFactory urlFactory)
Main Constructor. |
|
| Method Summary | |
|---|---|
String |
getProxyTicketIdFor(String proxyGrantingTicketId,
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 |
|---|
@Deprecated
public Cas20ProxyRetriever(String casServerUrl,
String encoding)
public Cas20ProxyRetriever(String casServerUrl,
String encoding,
HttpURLConnectionFactory urlFactory)
casServerUrl - the URL to the CAS server (i.e. http://localhost/cas/)encoding - the encoding to use.urlFactory - url connection factory use when retrieving proxy responses from the server| Method Detail |
|---|
public String getProxyTicketIdFor(String proxyGrantingTicketId,
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 | |||||||||