public final class Cas20ProxyRetriever extends Object implements ProxyRetriever
Constructor and Description |
---|
Cas20ProxyRetriever(String casServerUrl,
String encoding)
Deprecated.
|
Cas20ProxyRetriever(String casServerUrl,
String encoding,
HttpURLConnectionFactory urlFactory)
Main Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getProxyTicketIdFor(String proxyGrantingTicketId,
String targetService)
Retrieves a proxy ticket for a specific targetService.
|
@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 serverpublic String getProxyTicketIdFor(String proxyGrantingTicketId, String targetService)
ProxyRetriever
getProxyTicketIdFor
in interface ProxyRetriever
proxyGrantingTicketId
- the ProxyGrantingTicketIdtargetService
- the service we want to proxy.Copyright © 2006–2017 Jasig. All rights reserved.