|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArgumentExtractor | |
|---|---|
| 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. |
| Uses of ArgumentExtractor in org.jasig.cas.services.web |
|---|
| Method parameters in org.jasig.cas.services.web with type arguments of type ArgumentExtractor | |
|---|---|
void |
ServiceThemeResolver.setArgumentExtractors(java.util.List<ArgumentExtractor> argumentExtractors)
|
| Uses of ArgumentExtractor in org.jasig.cas.web |
|---|
| Methods in org.jasig.cas.web with parameters of type ArgumentExtractor | |
|---|---|
void |
ServiceValidateController.setArgumentExtractor(ArgumentExtractor argumentExtractor)
|
| Uses of ArgumentExtractor in org.jasig.cas.web.flow |
|---|
| Method parameters in org.jasig.cas.web.flow with type arguments of type ArgumentExtractor | |
|---|---|
void |
InitialFlowSetupAction.setArgumentExtractors(java.util.List<ArgumentExtractor> argumentExtractors)
|
| Uses of ArgumentExtractor in org.jasig.cas.web.support |
|---|
| Classes in org.jasig.cas.web.support that implement ArgumentExtractor | |
|---|---|
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. |
| Method parameters in org.jasig.cas.web.support with type arguments of type ArgumentExtractor | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||