Class CasSupportActionsConfiguration.CasSupportActionsAccountProfileConfiguration

java.lang.Object
org.apereo.cas.web.config.CasSupportActionsConfiguration.CasSupportActionsAccountProfileConfiguration
Enclosing class:
CasSupportActionsConfiguration

@Configuration(value="CasSupportActionsAccountProfileConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnFeatureEnabled(feature=AccountManagement, enabledByDefault=false) public static class CasSupportActionsConfiguration.CasSupportActionsAccountProfileConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.execution.Action
    accountProfileRemoveSingleSignOnSessionAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     
    org.springframework.webflow.execution.Action
    prepareAccountProfileViewAction(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.adaptive.geo.GeoLocationService> geoLocationService, org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.audit.AuditTrailExecutionPlan auditTrailExecutionPlan, org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CasSupportActionsAccountProfileConfiguration

      public CasSupportActionsAccountProfileConfiguration()
  • Method Details

    • accountProfileRemoveSingleSignOnSessionAction

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="accountProfileRemoveSingleSignOnSessionAction") public org.springframework.webflow.execution.Action accountProfileRemoveSingleSignOnSessionAction(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("ticketRegistry") org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • prepareAccountProfileViewAction

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="prepareAccountProfileViewAction") public org.springframework.webflow.execution.Action prepareAccountProfileViewAction(@Qualifier("geoLocationService") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.adaptive.geo.GeoLocationService> geoLocationService, org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("auditTrailExecutionPlan") org.apereo.cas.audit.AuditTrailExecutionPlan auditTrailExecutionPlan, @Qualifier("ticketRegistry") org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.configuration.CasConfigurationProperties casProperties)