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