Class SecurityConfig
java.lang.Object
org.alfresco.hxi_connector.prediction_applier.config.SecurityConfig
@Configuration
@EnableMethodSecurity
@EnableRetry
@EnableScheduling
@EnableConfigurationProperties(org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.class)
public class SecurityConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.alfresco.hxi_connector.common.adapters.auth.AccessTokenProviderdefaultAccessTokenProvider(org.apache.camel.CamelContext camelContext, org.alfresco.hxi_connector.common.adapters.auth.AuthenticationClient predictionApplierHxAuthClient)
-
Constructor Details
-
SecurityConfig
public SecurityConfig()
-
-
Method Details
-
defaultAccessTokenProvider
@Bean public org.alfresco.hxi_connector.common.adapters.auth.AccessTokenProvider defaultAccessTokenProvider(org.apache.camel.CamelContext camelContext, org.alfresco.hxi_connector.common.adapters.auth.AuthenticationClient predictionApplierHxAuthClient)
-