java.lang.Object
org.alfresco.hxi_connector.live_ingester.adapters.config.AuthConfig

@Configuration @EnableRetry @EnableConfigurationProperties public class AuthConfig extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.alfresco.hxi_connector.common.adapters.auth.config.properties.AuthProperties
     
    org.alfresco.hxi_connector.common.adapters.auth.AuthService
    authService(org.alfresco.hxi_connector.common.adapters.auth.config.properties.AuthProperties authProperties, org.alfresco.hxi_connector.common.adapters.auth.AccessTokenProvider defaultAccessTokenProvider)
     
    org.alfresco.hxi_connector.common.adapters.auth.AccessTokenProvider
    defaultAccessTokenProvider(org.alfresco.hxi_connector.common.adapters.auth.AuthenticationClient liveIngesterAuthClient)
     
    org.springframework.security.web.SecurityFilterChain
    securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity security)
     

    Methods inherited from class java.lang.Object

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

    • AuthConfig

      public AuthConfig()
  • Method Details

    • securityFilterChain

      @Bean public org.springframework.security.web.SecurityFilterChain securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity security) throws Exception
      Throws:
      Exception
    • defaultAccessTokenProvider

      @Bean public org.alfresco.hxi_connector.common.adapters.auth.AccessTokenProvider defaultAccessTokenProvider(org.alfresco.hxi_connector.common.adapters.auth.AuthenticationClient liveIngesterAuthClient)
    • authorizationProperties

      @Bean @ConfigurationProperties(prefix="auth") public org.alfresco.hxi_connector.common.adapters.auth.config.properties.AuthProperties authorizationProperties()
    • authService

      @Bean public org.alfresco.hxi_connector.common.adapters.auth.AuthService authService(org.alfresco.hxi_connector.common.adapters.auth.config.properties.AuthProperties authProperties, org.alfresco.hxi_connector.common.adapters.auth.AccessTokenProvider defaultAccessTokenProvider)