Uses of Interface
org.jasig.cas.authentication.principal.WebApplicationService

Packages that use WebApplicationService
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.web.support Classes related to assisting in management of the web tier. 
 

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

Classes in org.jasig.cas.authentication.principal that implement WebApplicationService
 class AbstractWebApplicationService
          Abstract implementation of a WebApplicationService.
 class GoogleAccountsService
          Implementation of a Service that supports Google Accounts (eventually a more generic SAML2 support will come).
 class SamlService
          Class to represent that this service wants to use SAML.
 class SimpleWebApplicationServiceImpl
          Represents a service which wishes to use the CAS protocol.
 

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

Methods in org.jasig.cas.web.support that return WebApplicationService
 WebApplicationService ArgumentExtractor.extractService(javax.servlet.http.HttpServletRequest request)
          Retrieve the service from the request.
 WebApplicationService AbstractSingleSignOutEnabledArgumentExtractor.extractService(javax.servlet.http.HttpServletRequest request)
           
 WebApplicationService SamlArgumentExtractor.extractServiceInternal(javax.servlet.http.HttpServletRequest request)
           
 WebApplicationService GoogleAccountsArgumentExtractor.extractServiceInternal(javax.servlet.http.HttpServletRequest request)
           
 WebApplicationService CasArgumentExtractor.extractServiceInternal(javax.servlet.http.HttpServletRequest request)
           
protected abstract  WebApplicationService AbstractSingleSignOutEnabledArgumentExtractor.extractServiceInternal(javax.servlet.http.HttpServletRequest request)
           
static WebApplicationService WebUtils.getService(java.util.List<ArgumentExtractor> argumentExtractors, javax.servlet.http.HttpServletRequest request)
           
static WebApplicationService WebUtils.getService(java.util.List<ArgumentExtractor> argumentExtractors, org.springframework.webflow.execution.RequestContext context)
           
static WebApplicationService WebUtils.getService(org.springframework.webflow.execution.RequestContext context)
           
 



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