Class WsTrust.WsTrustBuilder
java.lang.Object
swiss.trustbroker.federation.xmlconfig.WsTrust.WsTrustBuilder
- Enclosing class:
WsTrust
-
Method Summary
Modifier and TypeMethodDescriptionbuild()counterPartyDefault(Boolean counterPartyDefault) For CPs use thisWsTrustsetting as default for all RPs used in combination with this CP.WS-Trust protocol enabled.supportedBindings(List<WsTrustBinding> supportedBindings) List of supported inbound WS-Trust bindings.toString()
-
Method Details
-
enabled
WS-Trust protocol enabled.
Default: true- Returns:
this.
-
counterPartyDefault
For CPs use thisWsTrustsetting as default for all RPs used in combination with this CP. And vice versa for RPs.
Default: false- Returns:
this.
-
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
-
toString
-