| Package | Description |
|---|---|
| org.jasig.cas.services.web |
This package contains all the Service Whitelist/customization classes
related to the web tier, such as Theme Resolvers that match a theme
(skin) for the login pages to a registered service.
|
| org.jasig.cas.web |
In the Servlet API, the WEB-INF/web.xml deployment descriptor maps various URL
values to Java classes.
|
| org.jasig.cas.web.flow |
This package defines the Webflow for the complete Login workflow (TGT
Check, Form Check, Warning Check, Service Redirect) as a set of Actions.
|
| org.jasig.cas.web.support |
Classes related to assisting in management of the web tier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceThemeResolver.setArgumentExtractors(List<ArgumentExtractor> argumentExtractors) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceValidateController.setArgumentExtractor(ArgumentExtractor argumentExtractor) |
| Modifier and Type | Method and Description |
|---|---|
void |
InitialFlowSetupAction.setArgumentExtractors(List<ArgumentExtractor> argumentExtractors) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSingleSignOutEnabledArgumentExtractor
Abstract class for handling the enabling and disabling of Single Sign Out features.
|
class |
CasArgumentExtractor
Implements the traditional CAS2 protocol.
|
class |
GoogleAccountsArgumentExtractor
Constructs a GoogleAccounts compatible service and provides the public and
private keys.
|
class |
SamlArgumentExtractor
Retrieve the ticket and artifact based on the SAML 1.1 profile.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2004-2012 Jasig. All Rights Reserved.