|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpURLConnectionFactory | |
|---|---|
| org.jasig.cas.client.proxy | The proxy package includes a servlet to act as a proxy receptor, an interface for ProxyGrantingTicketStorage and an abstraction for retrieving proxy tickets. |
| org.jasig.cas.client.ssl | |
| org.jasig.cas.client.util | The validation package includes interfaces for validating Tickets, as well as the common implementations. |
| org.jasig.cas.client.validation | |
| Uses of HttpURLConnectionFactory in org.jasig.cas.client.proxy |
|---|
| Constructors in org.jasig.cas.client.proxy with parameters of type HttpURLConnectionFactory | |
|---|---|
Cas20ProxyRetriever(String casServerUrl,
String encoding,
HttpURLConnectionFactory urlFactory)
Main Constructor. |
|
| Uses of HttpURLConnectionFactory in org.jasig.cas.client.ssl |
|---|
| Classes in org.jasig.cas.client.ssl that implement HttpURLConnectionFactory | |
|---|---|
class |
HttpsURLConnectionFactory
An implementation of the HttpURLConnectionFactory whose responsible to configure
the underlying https connection, if needed, with a given hostname and SSL socket factory based on the
configuration provided. |
| Uses of HttpURLConnectionFactory in org.jasig.cas.client.util |
|---|
| Methods in org.jasig.cas.client.util with parameters of type HttpURLConnectionFactory | |
|---|---|
static String |
CommonUtils.getResponseFromServer(URL constructedUrl,
HttpURLConnectionFactory factory,
String encoding)
Contacts the remote URL and returns the response. |
| Uses of HttpURLConnectionFactory in org.jasig.cas.client.validation |
|---|
| Methods in org.jasig.cas.client.validation that return HttpURLConnectionFactory | |
|---|---|
protected HttpURLConnectionFactory |
AbstractUrlBasedTicketValidator.getURLConnectionFactory()
|
| Methods in org.jasig.cas.client.validation with parameters of type HttpURLConnectionFactory | |
|---|---|
void |
AbstractUrlBasedTicketValidator.setURLConnectionFactory(HttpURLConnectionFactory urlConnectionFactory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||