Skip navigation links
A C G H I L O P R S T V 

A

AbstractServiceValidateController - Class in org.apereo.cas.web
Process the /validate , /serviceValidate , and /proxyValidate URL requests.
AbstractServiceValidateController() - Constructor for class org.apereo.cas.web.AbstractServiceValidateController
Instantiates a new Service validate controller.
augmentSuccessViewModelObjects(Assertion) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Augment success view model objects.

C

canHandle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
canHandle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.ProxyController
 
Cas10ResponseView - Class in org.apereo.cas.web.view
Custom View to Return the CAS 1.0 Protocol Response.
Cas10ResponseView(boolean, ProtocolAttributeEncoder, ServicesManager, String) - Constructor for class org.apereo.cas.web.view.Cas10ResponseView
 
cas1ServiceFailureView() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
cas1ServiceSuccessView() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
Cas20ResponseView - Class in org.apereo.cas.web.view
Renders and prepares CAS2 views.
Cas20ResponseView(boolean, ProtocolAttributeEncoder, ServicesManager, String, View) - Constructor for class org.apereo.cas.web.view.Cas20ResponseView
 
cas2ProxyFailureView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.CasProtocolViews
 
cas2ProxySuccessView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.CasProtocolViews
 
cas2ServiceFailureView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.CasProtocolViews
 
cas2ServiceSuccessView() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
cas2SuccessView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.CasProtocolViews
 
Cas30JsonResponseView - Class in org.apereo.cas.web.view
Renders the model prepared by CAS in JSON format.
Cas30JsonResponseView(boolean, ProtocolAttributeEncoder, ServicesManager, String, boolean) - Constructor for class org.apereo.cas.web.view.Cas30JsonResponseView
 
Cas30ResponseView - Class in org.apereo.cas.web.view
Renders and prepares CAS3 views.
Cas30ResponseView(boolean, ProtocolAttributeEncoder, ServicesManager, String, View, boolean) - Constructor for class org.apereo.cas.web.view.Cas30ResponseView
 
cas3ServiceFailureView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.CasProtocolViews
 
cas3ServiceJsonView() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
cas3ServiceSuccessView() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
cas3SuccessView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.CasProtocolViews
 
casOpenIdAssociationSuccessView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.OpenIdProtocolViews
 
casOpenIdServiceFailureView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.OpenIdProtocolViews
 
casOpenIdServiceSuccessView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.OpenIdProtocolViews
 
casPostResponseView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.CasProtocolViews
 
CasProtocolViews() - Constructor for class org.apereo.cas.web.config.CasProtocolViewsConfiguration.CasProtocolViews
 
CasProtocolViewsConfiguration - Class in org.apereo.cas.web.config
This is CasProtocolViewsConfiguration that attempts to create Spring-managed beans backed by external configuration.
CasProtocolViewsConfiguration() - Constructor for class org.apereo.cas.web.config.CasProtocolViewsConfiguration
 
CasProtocolViewsConfiguration.CasProtocolViews - Class in org.apereo.cas.web.config
The Cas protocol views.
CasProtocolViewsConfiguration.OAuthProtocolViews - Class in org.apereo.cas.web.config
The Oauth protocol views.
CasProtocolViewsConfiguration.OidcProtocolViews - Class in org.apereo.cas.web.config
The Oidc protocol views.
CasProtocolViewsConfiguration.OpenIdProtocolViews - Class in org.apereo.cas.web.config
The openid protocol views.
CasValidationConfiguration - Class in org.apereo.cas.web.config
CasValidationConfiguration() - Constructor for class org.apereo.cas.web.config.CasValidationConfiguration
 

G

getCasPrincipalAttributes(Map<String, Object>, RegisteredService) - Method in class org.apereo.cas.web.view.Cas30ResponseView
Put cas principal attributes into model.
getCasProtocolAuthenticationAttributes(Map<String, Object>, RegisteredService) - Method in class org.apereo.cas.web.view.Cas30ResponseView
Put cas authentication attributes into model.
getFailureView() - Method in class org.apereo.cas.web.AbstractServiceValidateController
Return the failureView.
getServiceCredentialsFromRequest(WebApplicationService, HttpServletRequest) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Overrideable method to determine which credentials to use to grant a proxy granting ticket.
getSuccessView() - Method in class org.apereo.cas.web.AbstractServiceValidateController
Return the successView.

H

handle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.LegacyValidateController
Handle model and view.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.v3.V3ProxyValidateController
Handle model and view.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.v3.V3ServiceValidateController
Handle model and view.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.ProxyController
Handle request internal.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.ProxyValidateController
Handle model and view.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.ServiceValidateController
Handle model and view.
handleTicketValidation(HttpServletRequest, WebApplicationService, String) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Handle ticket validation model and view.

I

initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Inits the binder with the required fields.

L

legacyValidateController(ArgumentExtractor, AuthenticationSystemSupport) - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
LegacyValidateController - Class in org.apereo.cas.web
 
LegacyValidateController() - Constructor for class org.apereo.cas.web.LegacyValidateController
 

O

oauthConfirmView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.OAuthProtocolViews
 
OAuthProtocolViews() - Constructor for class org.apereo.cas.web.config.CasProtocolViewsConfiguration.OAuthProtocolViews
 
oidcConfirmView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.OidcProtocolViews
 
OidcProtocolViews() - Constructor for class org.apereo.cas.web.config.CasProtocolViewsConfiguration.OidcProtocolViews
 
onSuccessfulValidation(String, Assertion) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Triggered on successful validation events.
OpenIdProtocolViews() - Constructor for class org.apereo.cas.web.config.CasProtocolViewsConfiguration.OpenIdProtocolViews
 
openIdProviderView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration.OpenIdProtocolViews
 
org.apereo.cas.web - package org.apereo.cas.web
 
org.apereo.cas.web.config - package org.apereo.cas.web.config
 
org.apereo.cas.web.v3 - package org.apereo.cas.web.v3
 
org.apereo.cas.web.view - package org.apereo.cas.web.view
 

P

prepareMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.view.Cas20ResponseView
 
prepareMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.view.Cas30JsonResponseView
 
prepareMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.view.Cas30ResponseView
 
proxyController() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
ProxyController - Class in org.apereo.cas.web
The ProxyController is involved with returning a Proxy Ticket (in CAS 2 terms) to the calling application.
ProxyController(CentralAuthenticationService, ServiceFactory<WebApplicationService>) - Constructor for class org.apereo.cas.web.ProxyController
Instantiates a new proxy controller, with cache seconds set to 0.
proxyValidateController(ArgumentExtractor, AuthenticationSystemSupport) - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
ProxyValidateController - Class in org.apereo.cas.web
Proxy validation controller.
ProxyValidateController() - Constructor for class org.apereo.cas.web.ProxyValidateController
 
putCasResponseAttributesIntoModel(Map<String, Object>, Map<String, Object>, RegisteredService) - Method in class org.apereo.cas.web.view.Cas30ResponseView
Put cas response attributes into model.

R

renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.view.Cas10ResponseView
 

S

serviceValidateController(ArgumentExtractor, AuthenticationSystemSupport) - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
ServiceValidateController - Class in org.apereo.cas.web
 
ServiceValidateController() - Constructor for class org.apereo.cas.web.ServiceValidateController
 
setApplicationContext(ApplicationContext) - Method in class org.apereo.cas.web.ProxyController
 
setArgumentExtractor(ArgumentExtractor) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setAuthenticationContextValidator(AuthenticationContextValidator) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setAuthnContextAttribute(String) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setFailureView(View) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setJsonView(View) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setMultifactorTriggerSelectionStrategy(MultifactorTriggerSelectionStrategy) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setProxyHandler(ProxyHandler) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Sets the services manager.
setSuccessView(View) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setValidationSpecification(ValidationSpecification) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 

T

toString() - Method in class org.apereo.cas.web.view.Cas30JsonResponseView
 

V

v3ProxyValidateController(ArgumentExtractor, AuthenticationSystemSupport) - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
V3ProxyValidateController - Class in org.apereo.cas.web.v3
 
V3ProxyValidateController() - Constructor for class org.apereo.cas.web.v3.V3ProxyValidateController
 
v3ServiceValidateController(ArgumentExtractor, AuthenticationSystemSupport) - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
V3ServiceValidateController - Class in org.apereo.cas.web.v3
 
V3ServiceValidateController() - Constructor for class org.apereo.cas.web.v3.V3ServiceValidateController
 
validateAuthenticationContext(Assertion, HttpServletRequest) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Validate authentication context pair.
A C G H I L O P R S T V 
Skip navigation links