Class ComponentConfig

java.lang.Object
org.pac4j.springframework.component.ComponentConfig

@Configuration public class ComponentConfig extends Object
The configuration of the pac4j components.
Since:
3.2.0
Author:
Jerome Leleu
  • Field Details

    • request

      @Autowired protected jakarta.servlet.http.HttpServletRequest request
    • response

      @Autowired protected jakarta.servlet.http.HttpServletResponse response
    • config

      @Autowired(required=false) protected org.pac4j.core.config.Config config
  • Constructor Details

    • ComponentConfig

      public ComponentConfig()
  • Method Details

    • getSessionStore

      @Bean @RequestScope public org.pac4j.core.context.session.SessionStore getSessionStore()
    • getWebContext

      @Bean @RequestScope public org.pac4j.jee.context.JEEContext getWebContext()
    • getProfileManager

      @Bean @RequestScope public org.pac4j.core.profile.ProfileManager getProfileManager()