Class TigerConfigurationRoute
java.lang.Object
de.gematik.test.tiger.common.data.config.tigerproxy.TigerConfigurationRoute
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionTigerConfigurationRoute(String from, List<String> to, boolean disableRbelLogging, TigerRouteAuthenticationConfiguration authentication, List<String> criterions, List<String> hosts, boolean matchForProxyType) Creates a newTigerConfigurationRouteinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetFrom()getHosts()getTo()inthashCode()booleanbooleanShould the route be matched for both forward- and reverse-proxy-requests?voidsetAuthentication(TigerRouteAuthenticationConfiguration authentication) voidsetCriterions(List<String> criterions) voidsetDisableRbelLogging(boolean disableRbelLogging) voidvoidvoidsetMatchForProxyType(boolean matchForProxyType) Should the route be matched for both forward- and reverse-proxy-requests?voidtoString()
-
Constructor Details
-
TigerConfigurationRoute
public TigerConfigurationRoute() -
TigerConfigurationRoute
@ConstructorProperties({"from","to","disableRbelLogging","authentication","criterions","hosts","matchForProxyType"}) public TigerConfigurationRoute(String from, List<String> to, boolean disableRbelLogging, TigerRouteAuthenticationConfiguration authentication, List<String> criterions, List<String> hosts, boolean matchForProxyType) Creates a newTigerConfigurationRouteinstance.- Parameters:
from-to-disableRbelLogging-authentication-criterions-hosts-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.
-
-
Method Details
-
builder
-
toBuilder
-
getFrom
-
getTo
-
isDisableRbelLogging
public boolean isDisableRbelLogging() -
getAuthentication
-
getCriterions
-
getHosts
-
isMatchForProxyType
public boolean isMatchForProxyType()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. -
setFrom
-
setTo
-
setDisableRbelLogging
public void setDisableRbelLogging(boolean disableRbelLogging) -
setAuthentication
-
setCriterions
-
setHosts
-
setMatchForProxyType
public void setMatchForProxyType(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. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-