Class AuthConfig
java.lang.Object
org.alfresco.hxi_connector.live_ingester.adapters.config.AuthConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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 defaultAccessTokenProvider) org.alfresco.hxi_connector.common.adapters.auth.AccessTokenProviderdefaultAccessTokenProvider(org.alfresco.hxi_connector.common.adapters.auth.AuthenticationClient liveIngesterAuthClient) org.springframework.security.web.SecurityFilterChainsecurityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity security)
-
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)
-