Class DelegatedAuthenticationConfiguration
java.lang.Object
org.alfresco.rest.sdk.feign.config.DelegatedAuthenticationConfiguration
@Configuration
@ConditionalOnProperty("content.service.security.delegated")
public class DelegatedAuthenticationConfiguration
extends Object
Configuration for external delegated authentication mechanism. This must be provided by the integrator of the SDK in the form of a bean that implements the
interface
DelegatedAuthenticationRequestInterceptor. This authentication method is enabled via the property
content.service.security.delegated.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelegatedAuthenticationRequestInterceptor(DelegatedAuthenticationProvider delegatedAuthenticationProvider)
-
Constructor Details
-
DelegatedAuthenticationConfiguration
public DelegatedAuthenticationConfiguration()
-
-
Method Details
-
delegatedAuthenticationRequestInterceptor
@Bean public DelegatedAuthenticationRequestInterceptor delegatedAuthenticationRequestInterceptor(DelegatedAuthenticationProvider delegatedAuthenticationProvider)
-