Class TigerConfigurationRoute.TigerConfigurationRouteBuilder
java.lang.Object
de.gematik.test.tiger.common.data.config.tigerproxy.TigerConfigurationRoute.TigerConfigurationRouteBuilder
- Enclosing class:
- TigerConfigurationRoute
-
Method Summary
Modifier and TypeMethodDescriptionauthentication(TigerRouteAuthenticationConfiguration authentication) build()clearTo()criterions(List<String> criterions) disableRbelLogging(boolean disableRbelLogging) matchForProxyType(boolean matchForProxyType) Should the route be matched for both forward- and reverse-proxy-requests?to(Collection<? extends String> to) toString()
-
Method Details
-
from
- Returns:
this.
-
to
-
to
-
clearTo
-
disableRbelLogging
public TigerConfigurationRoute.TigerConfigurationRouteBuilder disableRbelLogging(boolean disableRbelLogging) - Returns:
this.
-
authentication
public TigerConfigurationRoute.TigerConfigurationRouteBuilder authentication(TigerRouteAuthenticationConfiguration authentication) - Returns:
this.
-
criterions
- Returns:
this.
-
hosts
- Returns:
this.
-
matchForProxyType
public TigerConfigurationRoute.TigerConfigurationRouteBuilder matchForProxyType(boolean matchForProxyType) Should the route be matched for both forward- and reverse-proxy-requests? If false only requests matching the proxy-mode suggested by the "from" attribute will be handled.- Returns:
this.
-
build
-
toString
-