public class MaskedPathExtractor extends Object implements PolicyPointcutParametersPathExtractor
| Constructor and Description |
|---|
MaskedPathExtractor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath(org.mule.runtime.policy.api.PolicyPointcutParameters parameters)
Extracts the path from a
PolicyPointcutParameters, since they may expose different paths from an incoming HTTP
request, like the full path or the masked path, Depending on configuration, one or another should be used. |
public String getPath(org.mule.runtime.policy.api.PolicyPointcutParameters parameters)
PolicyPointcutParametersPathExtractorPolicyPointcutParameters, since they may expose different paths from an incoming HTTP
request, like the full path or the masked path, Depending on configuration, one or another should be used.getPath in interface PolicyPointcutParametersPathExtractorparameters - parameters used to evaluate the pointcut created using the current request. Non null.Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.