Class TigerConfigurationRoute

java.lang.Object
de.gematik.test.tiger.common.data.config.tigerproxy.TigerConfigurationRoute

public class TigerConfigurationRoute extends Object
  • 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 new TigerConfigurationRoute instance.
      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

      public String getFrom()
    • getTo

      public List<String> getTo()
    • isDisableRbelLogging

      public boolean isDisableRbelLogging()
    • getAuthentication

      public TigerRouteAuthenticationConfiguration getAuthentication()
    • getCriterions

      public List<String> getCriterions()
    • getHosts

      public List<String> 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

      public void setFrom(String from)
    • setTo

      public void setTo(List<String> to)
    • setDisableRbelLogging

      public void setDisableRbelLogging(boolean disableRbelLogging)
    • setAuthentication

      public void setAuthentication(TigerRouteAuthenticationConfiguration authentication)
    • setCriterions

      public void setCriterions(List<String> criterions)
    • setHosts

      public void setHosts(List<String> hosts)
    • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object