Class WsTrust.WsTrustBuilder

java.lang.Object
swiss.trustbroker.federation.xmlconfig.WsTrust.WsTrustBuilder
Enclosing class:
WsTrust

public static class WsTrust.WsTrustBuilder extends Object
  • Method Details

    • enabled

      public WsTrust.WsTrustBuilder enabled(Boolean enabled)
      WS-Trust protocol enabled.
      Default: true
      Returns:
      this.
    • counterPartyDefault

      public WsTrust.WsTrustBuilder counterPartyDefault(Boolean counterPartyDefault)
      For CPs use this WsTrust setting as default for all RPs used in combination with this CP. And vice versa for RPs.
      Default: false
      Returns:
      this.
    • supportedBindings

      public WsTrust.WsTrustBuilder supportedBindings(List<WsTrustBinding> supportedBindings)
      List of supported inbound WS-Trust bindings.
      Default: Bindings enabled in global configuration (since 1.14.0, before all bindings were allowed)
      Returns:
      this.
      See Also:
    • build

      public WsTrust build()
    • toString

      public String toString()
      Overrides:
      toString in class Object