| Package | Description |
|---|---|
| org.jasig.cas.authentication.handler.support |
Authentication.support contains the specific implementations of
the AuthenticationHandler interface.
|
| org.jasig.cas.authentication.principal |
Credentials is a marker interface for an opaque object that may be recognized by
Handlers and Resolvers.
|
| org.jasig.cas.ticket.proxy.support |
Package containing the specific implementations of the ProxyHandler
interface related to the various versions of the CAS protocol.
|
| org.jasig.cas.web.support |
Classes related to assisting in management of the web tier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpBasedServiceCredentialsAuthenticationHandler.setHttpClient(HttpClient httpClient)
Sets the HttpClient which will do all of the connection stuff.
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpClient |
AbstractWebApplicationService.getHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
static SimpleWebApplicationServiceImpl |
SimpleWebApplicationServiceImpl.createServiceFrom(javax.servlet.http.HttpServletRequest request,
HttpClient httpClient) |
static SamlService |
SamlService.createServiceFrom(javax.servlet.http.HttpServletRequest request,
HttpClient httpClient) |
| Constructor and Description |
|---|
AbstractWebApplicationService(String id,
String originalUrl,
String artifactId,
HttpClient httpClient) |
SamlService(String id,
String originalUrl,
String artifactId,
HttpClient httpClient,
String requestId) |
SimpleWebApplicationServiceImpl(String id,
HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
Cas20ProxyHandler.setHttpClient(HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpClient |
AbstractSingleSignOutEnabledArgumentExtractor.getHttpClientIfSingleSignOutEnabled() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSingleSignOutEnabledArgumentExtractor.setHttpClient(HttpClient httpClient) |
Copyright © 2004-2012 Jasig. All Rights Reserved.