Package | Description |
---|---|
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 |
Constructor and Description |
---|
Cas20ProxyRetriever(String casServerUrl,
String encoding,
HttpURLConnectionFactory urlFactory)
Main Constructor.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static String |
CommonUtils.getResponseFromServer(URL constructedUrl,
HttpURLConnectionFactory factory,
String encoding)
Contacts the remote URL and returns the response.
|
Modifier and Type | Method and Description |
---|---|
protected HttpURLConnectionFactory |
AbstractUrlBasedTicketValidator.getURLConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUrlBasedTicketValidator.setURLConnectionFactory(HttpURLConnectionFactory urlConnectionFactory) |
Copyright © 2006–2016 Jasig. All rights reserved.