Interface TokenPropagationConfiguration
- All Superinterfaces:
io.micronaut.http.util.OutgoingRequestProcessorMatcher
,io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
TokenPropagationConfigurationProperties
public interface TokenPropagationConfiguration
extends io.micronaut.core.util.Toggleable, io.micronaut.http.util.OutgoingRequestProcessorMatcher
Token propagation Configuration.
- Since:
- 1.0
- Author:
- Sergio del Amo
-
Method Summary
Methods inherited from interface io.micronaut.http.util.OutgoingRequestProcessorMatcher
getServiceIdPattern, getUriPattern
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Method Details
-
getPath
String getPath()- Returns:
- Path to be matched by Token Propagation Filter.
-