Class WsFedConfig

java.lang.Object
swiss.trustbroker.config.dto.WsFedConfig

public class WsFedConfig extends Object
WS-Fed protocol configuration.
Since:
1.13.0
  • Constructor Details

    • WsFedConfig

      public WsFedConfig()
    • WsFedConfig

      public WsFedConfig(boolean enabled)
      Creates a new WsFedConfig instance.
      Parameters:
      enabled - Feature toggle allowing to disable the WS-Fed endpoint.
      Default: false
  • Method Details

    • builder

      public static WsFedConfig.WsFedConfigBuilder builder()
    • isEnabled

      public boolean isEnabled()
      Feature toggle allowing to disable the WS-Fed endpoint.
      Default: false
    • setEnabled

      public void setEnabled(boolean enabled)
      Feature toggle allowing to disable the WS-Fed endpoint.
      Default: false
    • 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