Class AuthConfig
java.lang.Object
org.alfresco.hxi_connector.nucleus_sync.config.AuthConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.alfresco.hxi_connector.common.adapters.auth.AccessTokenProvideraccessTokenProvider(org.alfresco.hxi_connector.common.adapters.auth.AuthenticationClient authenticationClient) org.alfresco.hxi_connector.common.adapters.auth.config.properties.AuthPropertiesorg.alfresco.hxi_connector.common.adapters.auth.AuthServiceauthService(org.alfresco.hxi_connector.common.adapters.auth.config.properties.AuthProperties authProperties, org.alfresco.hxi_connector.common.adapters.auth.AccessTokenProvider accessTokenProvider)
-
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)
-