A B C D E F G H I L N O P R S T V W 

A

AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter - Class in org.jasig.cas.web.support
Implementation of a HandlerInterceptorAdapter that keeps track of a mapping of IP Addresses to number of failures to authenticate.
AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter() - Constructor for class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
 
AbstractLogoutAction - Class in org.jasig.cas.web.flow
Abstract logout action, which prevents caching on logout.
AbstractLogoutAction() - Constructor for class org.jasig.cas.web.flow.AbstractLogoutAction
 
AbstractThrottledSubmissionHandlerInterceptorAdapter - Class in org.jasig.cas.web.support
Abstract implementation of the handler that has all of the logic.
AbstractThrottledSubmissionHandlerInterceptorAdapter() - Constructor for class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
accept() - Method in class org.jasig.cas.web.flow.AcceptableUsagePolicyFormAction
AcceptableUsagePolicyFormAction - Class in org.jasig.cas.web.flow
Webflow action to receive and record the AUP response.
AcceptableUsagePolicyFormAction() - Constructor for class org.jasig.cas.web.flow.AcceptableUsagePolicyFormAction
 
addCookie(HttpServletRequest, HttpServletResponse, String) - Method in class org.jasig.cas.web.support.CookieRetrievingCookieGenerator
Adds the cookie, taking into account RememberMeCredential.REQUEST_PARAMETER_REMEMBER_ME in the request.
addWarningMessagesToMessageContextIfNeeded(TicketGrantingTicket, MessageContext) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Add warning messages to message context if needed.
afterPropertiesSet() - Method in class org.jasig.cas.util.AutowiringSchedulerFactoryBean
 
afterPropertiesSet() - Method in class org.jasig.cas.web.flow.SelectiveFlowHandlerAdapter
 
afterPropertiesSet() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
augmentSuccessViewModelObjects(Assertion) - Method in class org.jasig.cas.web.ServiceValidateController
Augment success view model objects.
AUTHENTICATION_FAILURE - Static variable in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Authentication failure result.
AuthenticationViaFormAction - Class in org.jasig.cas.web.flow
Action to authenticate credential and retrieve a TicketGrantingTicket for those credential.
AuthenticationViaFormAction() - Constructor for class org.jasig.cas.web.flow.AuthenticationViaFormAction
 
AutowiringSchedulerFactoryBean - Class in org.jasig.cas.util
Extension of SchedulerFactoryBean that collects trigger bean definitions from the application context and calls SchedulerAccessor.setTriggers(org.quartz.Trigger[]) to autowire triggers at AutowiringSchedulerFactoryBean.afterPropertiesSet() time.
AutowiringSchedulerFactoryBean() - Constructor for class org.jasig.cas.util.AutowiringSchedulerFactoryBean
 

B

buildCookieValue(String, HttpServletRequest) - Method in interface org.jasig.cas.web.support.CookieValueManager
Build cookie value.
buildCookieValue(String, HttpServletRequest) - Method in class org.jasig.cas.web.support.DefaultCasCookieValueManager
 
buildCookieValue(String, HttpServletRequest) - Method in class org.jasig.cas.web.support.NoOpCookieValueManager
 
buildView(String) - Method in class org.jasig.cas.services.web.RegisteredServiceThemeBasedViewResolver
Uses the viewName and the theme associated with the service.

C

calculateUptime(double, Queue<Integer>, Queue<String>) - Method in class org.jasig.cas.web.report.StatisticsController
Calculates the up time.
canHandle(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.ServiceValidateController
Cas10ResponseView - Class in org.jasig.cas.web.view
Custom View to Return the CAS 1.0 Protocol Response.
Cas10ResponseView() - Constructor for class org.jasig.cas.web.view.Cas10ResponseView
 
Cas20ResponseView - Class in org.jasig.cas.web.view
Renders and prepares CAS2 views.
Cas20ResponseView(View) - Constructor for class org.jasig.cas.web.view.Cas20ResponseView
Instantiates a new Abstract cas jstl view.
Cas30ResponseView - Class in org.jasig.cas.web.view
Renders and prepares CAS2 views.
Cas30ResponseView(AbstractUrlBasedView) - Constructor for class org.jasig.cas.web.view.Cas30ResponseView
Instantiates a new Abstract cas response view.
CasDefaultFlowUrlHandler - Class in org.jasig.cas.web.flow
Provides special handling for parameters in requests made to the CAS login webflow.
CasDefaultFlowUrlHandler() - Constructor for class org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
 
CasLoggerContextInitializer - Class in org.jasig.cas.util
Initializes the CAS logging framework by calling the logger initializer and sets the location of the log configuration file.
CasLoggerContextInitializer() - Constructor for class org.jasig.cas.util.CasLoggerContextInitializer
Instantiates a new Cas logger context initializer.
CasLoggerContextInitializer(String, Resource, String) - Constructor for class org.jasig.cas.util.CasLoggerContextInitializer
Instantiates a new Cas logger context initializer.
CasReloadableMessageBundle - Class in org.jasig.cas.web.view
An extension of the ReloadableResourceBundleMessageSource whose sole concern is to print a WARN message in cases where a language key is not found in the active and default bundles.
CasReloadableMessageBundle() - Constructor for class org.jasig.cas.web.view.CasReloadableMessageBundle
 
checkLoginTicketIfExists(RequestContext) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Tries to to determine if the login ticket in the request flow scope matches the login ticket provided by the request.
CompositeFlowExecutionKeyConverter - Class in org.jasig.cas.web.flow
Special converter for the CompositeFlowExecutionKey to return as a String.
CompositeFlowExecutionKeyConverter() - Constructor for class org.jasig.cas.web.flow.CompositeFlowExecutionKeyConverter
 
constructKey(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
Construct key to be used by the throttling agent to track requests.
constructKey(HttpServletRequest) - Method in class org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
constructKey(HttpServletRequest) - Method in class org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter
 
constructUsername(HttpServletRequest, String) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
Construct username from the request.
convertSourceToTargetClass(Object, Class) - Method in class org.jasig.cas.web.flow.CompositeFlowExecutionKeyConverter
CookieRetrievingCookieGenerator - Class in org.jasig.cas.web.support
Extends CookieGenerator to allow you to retrieve a value from a request.
CookieRetrievingCookieGenerator() - Constructor for class org.jasig.cas.web.support.CookieRetrievingCookieGenerator
Instantiates a new cookie retrieving cookie generator with a default cipher of NoOpCookieValueManager.
CookieRetrievingCookieGenerator(CookieValueManager) - Constructor for class org.jasig.cas.web.support.CookieRetrievingCookieGenerator
Instantiates a new Cookie retrieving cookie generator.
CookieValueManager - Interface in org.jasig.cas.web.support
The CookieValueManager is responsible for managing all cookies and their value structure for CAS.
createFlowDefinitionUrl(String, AttributeMap, HttpServletRequest) - Method in class org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
 
createFlowExecutionUrl(String, String, HttpServletRequest) - Method in class org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
 
createTicketGrantingTicket(RequestContext, Credential, MessageContext) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Create ticket granting ticket for the given credentials.

D

decrementCounts() - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
This class relies on an external configuration to clean it up.
DEFAULT_FLOW_ATTRIBUTE_LOGOUT_URL - Static variable in class org.jasig.cas.web.flow.FrontChannelLogoutAction
Defines the parameter name that is passed to the flow which contains the logout request.
DEFAULT_FLOW_EXECUTION_KEY_PARAMETER - Static variable in class org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
Default flow execution key parameter name, "execution".
DEFAULT_LOGOUT_PARAMETER - Static variable in class org.jasig.cas.web.flow.FrontChannelLogoutAction
Defines the default logout parameter for requests.
DEFAULT_SERVICE_FAILURE_VIEW_NAME - Static variable in class org.jasig.cas.web.ServiceValidateController
View if Service Ticket Validation Fails.
DEFAULT_SERVICE_SUCCESS_VIEW_NAME - Static variable in class org.jasig.cas.web.ServiceValidateController
View if Service Ticket Validation Succeeds.
DefaultCasCookieValueManager - Class in org.jasig.cas.web.support
The DefaultCasCookieValueManager is responsible for...
DefaultCasCookieValueManager() - Constructor for class org.jasig.cas.web.support.DefaultCasCookieValueManager
Instantiates a new Cas cookie value manager.
DefaultCasCookieValueManager(CipherExecutor) - Constructor for class org.jasig.cas.web.support.DefaultCasCookieValueManager
Instantiates a new Cas cookie value manager.
DelegatingController - Class in org.jasig.cas.web
Delegating controller.
DelegatingController() - Constructor for class org.jasig.cas.web.DelegatingController
 
destroy() - Method in class org.jasig.cas.util.CasLoggerContextInitializer
Destroys all logging hooks and shuts down the logger.
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.AbstractLogoutAction
 
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.GatewayServicesManagementCheck
 
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.GenerateServiceTicketAction
 
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.InitialFlowSetupAction
 
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.SendTicketGrantingTicketAction
 
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.ServiceAuthorizationCheck
 
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.TicketGrantingTicketCheckAction
Determines whether the TGT in the flow request context is valid.
doInternalExecute(HttpServletRequest, HttpServletResponse, RequestContext) - Method in class org.jasig.cas.web.flow.AbstractLogoutAction
Execute the logout action after invalidating the cache.
doInternalExecute(HttpServletRequest, HttpServletResponse, RequestContext) - Method in class org.jasig.cas.web.flow.FrontChannelLogoutAction
 
doInternalExecute(HttpServletRequest, HttpServletResponse, RequestContext) - Method in class org.jasig.cas.web.flow.LogoutAction
 

E

ERROR - Static variable in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Error result.
EVENT_ID_MUST_ACCEPT - Static variable in class org.jasig.cas.web.flow.AcceptableUsagePolicyFormAction
Event id to signal the policy needs to be accepted.
exceedsThreshold(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
 
exceedsThreshold(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
Determine whether threshold has been exceeded.
exceedsThreshold(HttpServletRequest) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 

F

FINISH_EVENT - Static variable in class org.jasig.cas.web.flow.AbstractLogoutAction
The finish event in webflow.
FlowExecutionExceptionResolver - Class in org.jasig.cas.web
The FlowExecutionExceptionResolver catches the FlowExecutionRepositoryException thrown by Spring Webflow when the given flow id no longer exists.
FlowExecutionExceptionResolver() - Constructor for class org.jasig.cas.web.FlowExecutionExceptionResolver
 
FRONT_EVENT - Static variable in class org.jasig.cas.web.flow.AbstractLogoutAction
The front event in webflow.
FrontChannelLogoutAction - Class in org.jasig.cas.web.flow
Logout action for front SLO : find the next eligible service and perform front logout.
FrontChannelLogoutAction(LogoutManager) - Constructor for class org.jasig.cas.web.flow.FrontChannelLogoutAction
Build from the logout manager.

G

GatewayServicesManagementCheck - Class in org.jasig.cas.web.flow
Performs an authorization check for the gateway request if there is no Ticket Granting Ticket.
GatewayServicesManagementCheck(ServicesManager) - Constructor for class org.jasig.cas.web.flow.GatewayServicesManagementCheck
Initialize the component with an instance of the services manager.
generate(RequestContext) - Method in class org.jasig.cas.web.flow.GenerateLoginTicketAction
Generate the login ticket.
GenerateLoginTicketAction - Class in org.jasig.cas.web.flow
Generates the login ticket parameter as described in section 3.5 of the CAS protocol.
GenerateLoginTicketAction() - Constructor for class org.jasig.cas.web.flow.GenerateLoginTicketAction
 
GenerateServiceTicketAction - Class in org.jasig.cas.web.flow
Action to generate a service ticket for a given Ticket Granting Ticket and Service.
GenerateServiceTicketAction() - Constructor for class org.jasig.cas.web.flow.GenerateServiceTicketAction
 
GenericSuccessViewAction - Class in org.jasig.cas.web.flow
Action that should execute prior to rendering the generic-success login view.
GenericSuccessViewAction(CentralAuthenticationService) - Constructor for class org.jasig.cas.web.flow.GenericSuccessViewAction
Instantiates a new Generic success view action.
getAuthenticationPrincipal(String) - Method in class org.jasig.cas.web.flow.GenericSuccessViewAction
Gets authentication principal.
getDefaultMessage(String) - Method in class org.jasig.cas.web.view.CasReloadableMessageBundle
 
getFailureRangeInSeconds() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
getFailureThreshold() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
getFlowExecutionKey(HttpServletRequest) - Method in class org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
Get the flow execution key.
getLogoutIndex(RequestContext) - Method in class org.jasig.cas.web.flow.AbstractLogoutAction
Gets the logout index from the flow scope.
getLogoutManager() - Method in class org.jasig.cas.web.flow.FrontChannelLogoutAction
 
getMessageInternal(String, Object[], Locale) - Method in class org.jasig.cas.web.view.CasReloadableMessageBundle
 
getServiceCredentialsFromRequest(WebApplicationService, HttpServletRequest) - Method in class org.jasig.cas.web.ServiceValidateController
Overrideable method to determine which credentials to use to grant a proxy granting ticket.
getSourceClass() - Method in class org.jasig.cas.web.flow.CompositeFlowExecutionKeyConverter
getTargetClass() - Method in class org.jasig.cas.web.flow.CompositeFlowExecutionKeyConverter
getThresholdRate() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
getUsernameParameter() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
grantServiceTicket(RequestContext, Credential) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Grant service ticket for the given credential based on the service and tgt that are found in the request context.

H

handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.DelegatingController
Handles the request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.ProxyController
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.report.HealthCheckController
Handle request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.report.InternalConfigStateController
Handle request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.report.StatisticsController
Handles the request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.ServiceValidateController
 
HealthCheckController - Class in org.jasig.cas.web.report
Reports overall CAS health based on the observations of the configured HealthCheckMonitor instance.
HealthCheckController() - Constructor for class org.jasig.cas.web.report.HealthCheckController
 

I

initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.jasig.cas.web.ServiceValidateController
Inits the binder with the required fields.
InitialFlowSetupAction - Class in org.jasig.cas.web.flow
Class to automatically set the paths for the CookieGenerators.
InitialFlowSetupAction() - Constructor for class org.jasig.cas.web.flow.InitialFlowSetupAction
 
InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter - Class in org.jasig.cas.web.support
Attempts to throttle by both IP Address and username.
InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter() - Constructor for class org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter - Class in org.jasig.cas.web.support
Throttles access attempts for failed logins by IP Address.
InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter() - Constructor for class org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter
 
InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter - Class in org.jasig.cas.web.support
Works in conjunction with the Inspektr Library to block attempts to dictionary attack users.
InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter(AuditTrailManager, DataSource) - Constructor for class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
Instantiates a new inspektr throttled submission by ip address and username handler interceptor adapter.
InternalConfigStateController - Class in org.jasig.cas.web.report
Controller that exposes the CAS internal state and beans as JSON.
InternalConfigStateController() - Constructor for class org.jasig.cas.web.report.InternalConfigStateController
 
INVALID - Static variable in class org.jasig.cas.web.flow.TicketGrantingTicketCheckAction
TGT invalid event ID="invalid".
isGatewayPresent(RequestContext) - Method in class org.jasig.cas.web.flow.GenerateServiceTicketAction
Checks if gateway is present in the request params.
isRequestAskingForServiceTicket(RequestContext) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Is request asking for service ticket?

L

logger - Variable in class org.jasig.cas.web.flow.AcceptableUsagePolicyFormAction
Logger instance.
logger - Variable in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Logger instance.
logger - Variable in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
Logger object.
LOGOUT_INDEX - Static variable in class org.jasig.cas.web.flow.AbstractLogoutAction
A constant for the logout index in web flow.
LogoutAction - Class in org.jasig.cas.web.flow
Action to delete the TGT and the appropriate cookies.
LogoutAction() - Constructor for class org.jasig.cas.web.flow.LogoutAction
 
LogoutConversionService - Class in org.jasig.cas.web.flow
Special conversion service with a CompositeFlowExecutionKeyConverter.
LogoutConversionService() - Constructor for class org.jasig.cas.web.flow.LogoutConversionService
Build a new conversion service with a CompositeFlowExecutionKeyConverter.

N

NoOpCookieValueManager - Class in org.jasig.cas.web.support
Default cookie value builder that simply returns the given cookie value and does not perform any additional checks.
NoOpCookieValueManager() - Constructor for class org.jasig.cas.web.support.NoOpCookieValueManager
 
NOT_EXISTS - Static variable in class org.jasig.cas.web.flow.TicketGrantingTicketCheckAction
TGT does not exist event ID="notExists".

O

obtainCookieValue(Cookie, HttpServletRequest) - Method in interface org.jasig.cas.web.support.CookieValueManager
Obtain cookie value.
obtainCookieValue(Cookie, HttpServletRequest) - Method in class org.jasig.cas.web.support.DefaultCasCookieValueManager
 
obtainCookieValue(Cookie, HttpServletRequest) - Method in class org.jasig.cas.web.support.NoOpCookieValueManager
 
onSuccessfulValidation(String, Assertion) - Method in class org.jasig.cas.web.ServiceValidateController
Triggered on successful validation events.
org.jasig.cas.services.web - package org.jasig.cas.services.web
 
org.jasig.cas.util - package org.jasig.cas.util
 
org.jasig.cas.web - package 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 - package 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.report - package org.jasig.cas.web.report
 
org.jasig.cas.web.support - package org.jasig.cas.web.support
Classes related to assisting in management of the web tier.
org.jasig.cas.web.view - package org.jasig.cas.web.view
Package dealing with custom views such as writing directly to the response output for a CAS 1 response.

P

postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
prepareMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.view.Cas20ResponseView
 
prepareMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.view.Cas30ResponseView
 
preventCaching(HttpServletResponse) - Method in class org.jasig.cas.web.flow.AbstractLogoutAction
Prevent caching by adding the appropriate headers.
ProxyController - Class in org.jasig.cas.web
The ProxyController is involved with returning a Proxy Ticket (in CAS 2 terms) to the calling application.
ProxyController() - Constructor for class org.jasig.cas.web.ProxyController
Instantiates a new proxy controller, with cache seconds set to 0.
PUBLIC_WORKSTATION_ATTRIBUTE - Static variable in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Flow scope attribute that determines if authn is happening at a public workstation.
putLogoutIndex(RequestContext, int) - Method in class org.jasig.cas.web.flow.AbstractLogoutAction
Put logout index into flow scope.

R

recordSubmissionFailure(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
 
recordSubmissionFailure(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
Record submission failure.
recordSubmissionFailure(HttpServletRequest) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
recordThrottle(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
Record throttling event.
recordThrottle(HttpServletRequest) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
REDIRECT_APP_EVENT - Static variable in class org.jasig.cas.web.flow.AbstractLogoutAction
The redirect to app event in webflow.
RegisteredServiceThemeBasedViewResolver - Class in org.jasig.cas.services.web
RegisteredServiceThemeBasedViewResolver is an alternate Spring View Resolver that utilizes a service's associated theme to selectively choose which set of UI views will be used to generate the standard views (casLoginView.jsp, casLogoutView.jsp etc).
RegisteredServiceThemeBasedViewResolver(String, ServicesManager) - Constructor for class org.jasig.cas.services.web.RegisteredServiceThemeBasedViewResolver
removeCookie(HttpServletResponse) - Method in class org.jasig.cas.web.support.CookieRetrievingCookieGenerator
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.view.Cas10ResponseView
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.jasig.cas.web.FlowExecutionExceptionResolver
 
resolveThemeName(HttpServletRequest) - Method in class org.jasig.cas.services.web.ServiceThemeResolver
 
retrieveCookieValue(HttpServletRequest) - Method in class org.jasig.cas.web.support.CookieRetrievingCookieGenerator
Retrieve cookie value.
returnInvalidLoginTicketEvent(RequestContext, MessageContext) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Return invalid login ticket event.

S

SelectiveFlowHandlerAdapter - Class in org.jasig.cas.web.flow
Selective extension of FlowHandlerAdapter that only supports FlowHandlers matching one or more flow IDs.
SelectiveFlowHandlerAdapter() - Constructor for class org.jasig.cas.web.flow.SelectiveFlowHandlerAdapter
 
SendTicketGrantingTicketAction - Class in org.jasig.cas.web.flow
Action that handles the TicketGrantingTicket creation and destruction.
SendTicketGrantingTicketAction(CookieRetrievingCookieGenerator, CentralAuthenticationService, ServicesManager) - Constructor for class org.jasig.cas.web.flow.SendTicketGrantingTicketAction
Instantiates a new Send ticket granting ticket action.
ServiceAuthorizationCheck - Class in org.jasig.cas.web.flow
Performs a basic check if an authentication request for a provided service is authorized to proceed based on the registered services registry configuration (or lack thereof).
ServiceAuthorizationCheck(ServicesManager) - Constructor for class org.jasig.cas.web.flow.ServiceAuthorizationCheck
Initialize the component with an instance of the services manager.
ServiceThemeResolver - Class in org.jasig.cas.services.web
ThemeResolver to determine the theme for CAS based on the service provided.
ServiceThemeResolver() - Constructor for class org.jasig.cas.services.web.ServiceThemeResolver
 
ServiceValidateController - Class in org.jasig.cas.web
Process the /validate , /serviceValidate , and /proxyValidate URL requests.
ServiceValidateController() - Constructor for class org.jasig.cas.web.ServiceValidateController
 
setApplicationCode(String) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
setApplicationContext(ApplicationContext) - Method in class org.jasig.cas.util.AutowiringSchedulerFactoryBean
 
setArgumentExtractor(ArgumentExtractor) - Method in class org.jasig.cas.web.ServiceValidateController
 
setArgumentExtractors(List<ArgumentExtractor>) - Method in class org.jasig.cas.web.flow.InitialFlowSetupAction
 
setAuthenticationFailureCode(String) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
setBasenames(String...) - Method in class org.jasig.cas.web.view.CasReloadableMessageBundle
 
setCache(boolean) - Method in class org.jasig.cas.services.web.RegisteredServiceThemeBasedViewResolver
setCache is not supported in the RegisteredServiceThemeBasedViewResolver because each request must be independently evaluated.
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.flow.GenerateServiceTicketAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.flow.SendTicketGrantingTicketAction
Deprecated.
As of 4.1, use constructors instead.
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.ProxyController
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.ServiceValidateController
 
setCreateSsoSessionCookieOnRenewAuthentications(boolean) - Method in class org.jasig.cas.web.flow.SendTicketGrantingTicketAction
 
setDelegates(List<DelegateController>) - Method in class org.jasig.cas.web.DelegatingController
 
setEnableFlowOnAbsentServiceRequest(boolean) - Method in class org.jasig.cas.web.flow.InitialFlowSetupAction
Decide whether CAS should allow authentication requests when no service is present in the request.
setFailureRangeInSeconds(int) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
setFailureThreshold(int) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
setFailureView(String) - Method in class org.jasig.cas.web.DelegatingController
 
setFailureView(String) - Method in class org.jasig.cas.web.ServiceValidateController
 
setFlowExecutionKeyParameter(String) - Method in class org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
Sets the parameter name used to carry flow execution key in request.
setFollowServiceRedirects(boolean) - Method in class org.jasig.cas.web.flow.LogoutAction
 
setLogoutRequestParameter(String) - Method in class org.jasig.cas.web.flow.FrontChannelLogoutAction
 
setMobileBrowsers(Map<String, String>) - Method in class org.jasig.cas.services.web.ServiceThemeResolver
Sets the map of mobile browsers.
setModelKey(String) - Method in class org.jasig.cas.web.FlowExecutionExceptionResolver
 
setPathPrefix(String) - Method in class org.jasig.cas.services.web.RegisteredServiceThemeBasedViewResolver
Sets path prefix.
setProxyHandler(ProxyHandler) - Method in class org.jasig.cas.web.ServiceValidateController
 
setRememberMeMaxAge(int) - Method in class org.jasig.cas.web.support.CookieRetrievingCookieGenerator
 
setServicesManager(ServicesManager) - Method in class org.jasig.cas.services.web.ServiceThemeResolver
 
setServicesManager(ServicesManager) - Method in class org.jasig.cas.web.flow.InitialFlowSetupAction
Set the service manager to allow access to the registry to retrieve the registered service details associated with an incoming service.
setServicesManager(ServicesManager) - Method in class org.jasig.cas.web.flow.LogoutAction
 
setServicesManager(ServicesManager) - Method in class org.jasig.cas.web.flow.SendTicketGrantingTicketAction
Deprecated.
As of 4.1, use constructors instead.
setServicesManager(ServicesManager) - Method in class org.jasig.cas.web.ServiceValidateController
Sets the services manager.
setServletContext(ServletContext) - Method in class org.jasig.cas.util.CasLoggerContextInitializer
setServletContext(ServletContext) - Method in class org.jasig.cas.web.report.StatisticsController
 
setSuccessView(String) - Method in class org.jasig.cas.web.ServiceValidateController
 
setSupportedFlowId(String) - Method in class org.jasig.cas.web.flow.SelectiveFlowHandlerAdapter
 
setSupportedFlowIds(Set<String>) - Method in class org.jasig.cas.web.flow.SelectiveFlowHandlerAdapter
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.jasig.cas.services.web.ServiceThemeResolver
 
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.jasig.cas.web.flow.InitialFlowSetupAction
 
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.jasig.cas.web.flow.SendTicketGrantingTicketAction
Deprecated.
As of 4.1, use constructors instead.
setTicketIdGenerator(UniqueTicketIdGenerator) - Method in class org.jasig.cas.web.flow.GenerateLoginTicketAction
 
setTicketRegistry(TicketRegistry) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Deprecated.
As of 4.1
setUsernameParameter(String) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
setValidationSpecificationClass(Class<?>) - Method in class org.jasig.cas.web.ServiceValidateController
 
setWarnCookieGenerator(CookieGenerator) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
 
setWarnCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.jasig.cas.web.flow.InitialFlowSetupAction
 
showSsoSessions() - Method in class org.jasig.cas.web.report.SingleSignOnSessionsReportController
Show sso sessions.
SingleSignOnSessionsReportController - Class in org.jasig.cas.web.report
SSO Report web controller that produces JSON data for the view.
SingleSignOnSessionsReportController() - Constructor for class org.jasig.cas.web.report.SingleSignOnSessionsReportController
Instantiates a new Single sign on sessions report resource.
StatisticsController - Class in org.jasig.cas.web.report
 
StatisticsController() - Constructor for class org.jasig.cas.web.report.StatisticsController
 
submit(RequestContext, Credential, MessageContext) - Method in class org.jasig.cas.web.flow.AcceptableUsagePolicyFormAction
Record the fact that the policy is accepted.
submit(RequestContext, Credential, MessageContext) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Handle the submission of credentials from the post.
success() - Method in class org.jasig.cas.web.flow.AcceptableUsagePolicyFormAction
Success event.
SUCCESS - Static variable in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Authentication success result.
SUCCESS_WITH_WARNINGS - Static variable in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Authentication succeeded with warnings from authn subsystem that should be displayed to user.
supports(Object) - Method in class org.jasig.cas.web.flow.SelectiveFlowHandlerAdapter
 

T

terminate(RequestContext) - Method in class org.jasig.cas.web.flow.TerminateSessionAction
Terminates the CAS SSO session by destroying the TGT (if any) and removing cookies related to the SSO session.
TerminateSessionAction - Class in org.jasig.cas.web.flow
Terminates the CAS SSO session by destroying all SSO state data (i.e.
TerminateSessionAction(CentralAuthenticationService, CookieRetrievingCookieGenerator, CookieRetrievingCookieGenerator) - Constructor for class org.jasig.cas.web.flow.TerminateSessionAction
Creates a new instance with the given parameters.
TicketGrantingTicketCheckAction - Class in org.jasig.cas.web.flow
Webflow action that checks whether the TGT in the request context is valid.
TicketGrantingTicketCheckAction(CentralAuthenticationService) - Constructor for class org.jasig.cas.web.flow.TicketGrantingTicketCheckAction
Creates a new instance with the given ticket registry.
toString() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 

V

VALID - Static variable in class org.jasig.cas.web.flow.TicketGrantingTicketCheckAction
TGT valid event ID="valid".
verify(RequestContext, Credential, MessageContext) - Method in class org.jasig.cas.web.flow.AcceptableUsagePolicyFormAction
Verify whether the policy is accepted.

W

WARN - Static variable in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Authentication success with "warn" enabled.
A B C D E F G H I L N O P R S T V W 

Copyright © 2004-2016 Apereo. All Rights Reserved.