Class CasWebflowEventResolutionConfigurationContext
java.lang.Object
org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- Since:
- 6.1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder<C extends CasWebflowEventResolutionConfigurationContext,B extends CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder<?, ?> builder()org.springframework.context.ConfigurableApplicationContextList<org.apereo.cas.web.support.ArgumentExtractor> org.apereo.cas.authentication.MultifactorAuthenticationContextValidatororg.apereo.cas.authentication.AuthenticationEventExecutionPlanorg.apereo.cas.authentication.AuthenticationServiceSelectionPlanorg.apereo.cas.authentication.AuthenticationSystemSupportorg.apereo.cas.configuration.CasConfigurationPropertiesorg.apereo.cas.web.flow.CasWebflowCredentialProviderorg.apereo.cas.CentralAuthenticationServiceorg.apereo.cas.authentication.MultifactorAuthenticationProviderSelectororg.apereo.cas.authentication.principal.PrincipalFactoryorg.apereo.cas.audit.AuditableExecutionorg.apereo.cas.services.ServicesManagerorg.apereo.cas.web.flow.SingleSignOnBuildingStrategyorg.apereo.cas.web.flow.SingleSignOnParticipationStrategyorg.apereo.cas.web.cookie.CasCookieBuilderorg.apereo.cas.ticket.registry.TicketRegistryorg.apereo.cas.ticket.registry.TicketRegistrySupportorg.apereo.cas.web.cookie.CasCookieBuildertoString()
-
Method Details
-
builder
public static CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder<?,?> builder() -
toString
-
getAuthenticationSystemSupport
public org.apereo.cas.authentication.AuthenticationSystemSupport getAuthenticationSystemSupport() -
getCentralAuthenticationService
public org.apereo.cas.CentralAuthenticationService getCentralAuthenticationService() -
getServicesManager
public org.apereo.cas.services.ServicesManager getServicesManager() -
getTicketRegistrySupport
public org.apereo.cas.ticket.registry.TicketRegistrySupport getTicketRegistrySupport() -
getTicketRegistry
public org.apereo.cas.ticket.registry.TicketRegistry getTicketRegistry() -
getWarnCookieGenerator
public org.apereo.cas.web.cookie.CasCookieBuilder getWarnCookieGenerator() -
getAuthenticationRequestServiceSelectionStrategies
public org.apereo.cas.authentication.AuthenticationServiceSelectionPlan getAuthenticationRequestServiceSelectionStrategies() -
getApplicationContext
public org.springframework.context.ConfigurableApplicationContext getApplicationContext() -
getRegisteredServiceAccessStrategyEnforcer
public org.apereo.cas.audit.AuditableExecution getRegisteredServiceAccessStrategyEnforcer() -
getCasProperties
public org.apereo.cas.configuration.CasConfigurationProperties getCasProperties() -
getTicketGrantingTicketCookieGenerator
public org.apereo.cas.web.cookie.CasCookieBuilder getTicketGrantingTicketCookieGenerator() -
getArgumentExtractors
-
getPrincipalFactory
public org.apereo.cas.authentication.principal.PrincipalFactory getPrincipalFactory() -
getSingleSignOnParticipationStrategy
public org.apereo.cas.web.flow.SingleSignOnParticipationStrategy getSingleSignOnParticipationStrategy() -
getAuthenticationEventExecutionPlan
public org.apereo.cas.authentication.AuthenticationEventExecutionPlan getAuthenticationEventExecutionPlan() -
getAuthenticationContextValidator
public org.apereo.cas.authentication.MultifactorAuthenticationContextValidator getAuthenticationContextValidator() -
getCasWebflowCredentialProvider
public org.apereo.cas.web.flow.CasWebflowCredentialProvider getCasWebflowCredentialProvider() -
getSingleSignOnBuildingStrategy
public org.apereo.cas.web.flow.SingleSignOnBuildingStrategy getSingleSignOnBuildingStrategy() -
getMultifactorAuthenticationProviderSelector
public org.apereo.cas.authentication.MultifactorAuthenticationProviderSelector getMultifactorAuthenticationProviderSelector()
-