Class CorrelationHeaderConfiguration
java.lang.Object
io.getlime.security.powerauth.rest.api.spring.configuration.CorrelationHeaderConfiguration
@Configuration
@ConditionalOnProperty(value="powerauth.service.correlation-header.enabled",
havingValue="true")
public class CorrelationHeaderConfiguration
extends Object
Configuration of interceptors.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
Constructors Constructor Description CorrelationHeaderConfiguration() -
Method Summary
Modifier and Type Method Description StringgetCorrelationHeaderName()Get correlation header name.
-
Constructor Details
-
CorrelationHeaderConfiguration
public CorrelationHeaderConfiguration()
-
-
Method Details
-
getCorrelationHeaderName
Get correlation header name.- Returns:
- Correlation header name.
-