Class MockServerConfig

java.lang.Object
ch.admin.bit.jeap.oauth.mock.server.config.MockServerConfig

@Component @ConfigurationProperties(prefix="mockserver") public class MockServerConfig extends Object
General configuration of the mock-server instance
  • Constructor Details

    • MockServerConfig

      public MockServerConfig()
  • Method Details

    • getBaseUrl

      public String getBaseUrl()
      Base-URL of where the oauth mock server is reachable. Change this e.g. if you change the port, hostname of path
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
      Base-URL of where the oauth mock server is reachable. Change this e.g. if you change the port, hostname of path
    • 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