Uses of Class
org.jasig.cas.util.HttpClient

Packages that use HttpClient
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. 
 

Uses of HttpClient in org.jasig.cas.authentication.handler.support
 

Methods in org.jasig.cas.authentication.handler.support with parameters of type HttpClient
 void HttpBasedServiceCredentialsAuthenticationHandler.setHttpClient(HttpClient httpClient)
          Sets the HttpClient which will do all of the connection stuff.
 

Uses of HttpClient in org.jasig.cas.authentication.principal
 

Methods in org.jasig.cas.authentication.principal with parameters of type HttpClient
static SimpleWebApplicationServiceImpl SimpleWebApplicationServiceImpl.createServiceFrom(javax.servlet.http.HttpServletRequest request, HttpClient httpClient)
           
static SamlService SamlService.createServiceFrom(javax.servlet.http.HttpServletRequest request, HttpClient httpClient)
           
 

Constructors in org.jasig.cas.authentication.principal with parameters of type HttpClient
AbstractWebApplicationService(java.lang.String id, java.lang.String originalUrl, java.lang.String artifactId, HttpClient httpClient)
           
SamlService(java.lang.String id, java.lang.String originalUrl, java.lang.String artifactId, HttpClient httpClient)
           
SimpleWebApplicationServiceImpl(java.lang.String id, HttpClient httpClient)
           
 

Uses of HttpClient in org.jasig.cas.ticket.proxy.support
 

Methods in org.jasig.cas.ticket.proxy.support with parameters of type HttpClient
 void Cas20ProxyHandler.setHttpClient(HttpClient httpClient)
           
 

Uses of HttpClient in org.jasig.cas.web.support
 

Methods in org.jasig.cas.web.support that return HttpClient
protected  HttpClient AbstractSingleSignOutEnabledArgumentExtractor.getHttpClientIfSingleSignOutEnabled()
           
 

Methods in org.jasig.cas.web.support with parameters of type HttpClient
 void AbstractSingleSignOutEnabledArgumentExtractor.setHttpClient(HttpClient httpClient)
           
 



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.