java.lang.Object
org.alfresco.hxi_connector.nucleus_sync.config.AuthConfig

@Configuration @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.AccessTokenProvider
    accessTokenProvider(org.alfresco.hxi_connector.common.adapters.auth.AuthenticationClient authenticationClient)
     
    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 accessTokenProvider)
     

    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

    • authProperties

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

      @Bean public org.alfresco.hxi_connector.common.adapters.auth.AccessTokenProvider accessTokenProvider(org.alfresco.hxi_connector.common.adapters.auth.AuthenticationClient authenticationClient)
    • 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 accessTokenProvider)