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