| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
WebApplicationService |
ArgumentExtractor.extractService(javax.servlet.http.HttpServletRequest request)
Retrieve the service from the request.
|
WebApplicationService |
AbstractSingleSignOutEnabledArgumentExtractor.extractService(javax.servlet.http.HttpServletRequest request) |
WebApplicationService |
CasArgumentExtractor.extractServiceInternal(javax.servlet.http.HttpServletRequest request) |
WebApplicationService |
GoogleAccountsArgumentExtractor.extractServiceInternal(javax.servlet.http.HttpServletRequest request) |
protected abstract WebApplicationService |
AbstractSingleSignOutEnabledArgumentExtractor.extractServiceInternal(javax.servlet.http.HttpServletRequest request) |
WebApplicationService |
SamlArgumentExtractor.extractServiceInternal(javax.servlet.http.HttpServletRequest request) |
static WebApplicationService |
WebUtils.getService(List<ArgumentExtractor> argumentExtractors,
javax.servlet.http.HttpServletRequest request) |
static WebApplicationService |
WebUtils.getService(List<ArgumentExtractor> argumentExtractors,
org.springframework.webflow.execution.RequestContext context) |
static WebApplicationService |
WebUtils.getService(org.springframework.webflow.execution.RequestContext context) |
Copyright © 2004-2012 Jasig. All Rights Reserved.