| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SingleLogoutService
Define a service which support single logout.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebApplicationService
Abstract implementation of a WebApplicationService.
|
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 |
AbstractArgumentExtractor.extractService(javax.servlet.http.HttpServletRequest request) |
protected abstract WebApplicationService |
AbstractArgumentExtractor.extractServiceInternal(javax.servlet.http.HttpServletRequest request) |
WebApplicationService |
CasArgumentExtractor.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-2014 Jasig. All Rights Reserved.