Class WsTrust
java.lang.Object
swiss.trustbroker.federation.xmlconfig.WsTrust
- All Implemented Interfaces:
Serializable
WS-Trust configuration for RP.
- Since:
- 1.14.0
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WsTrust.WsTrustBuilderbuilder()protected booleanbooleanFor CPs use thisWsTrustsetting as default for all RPs used in combination with this CP.WS-Trust protocol enabled.List of supported inbound WS-Trust bindings.inthashCode()booleanbooleanvoidsetCounterPartyDefault(Boolean counterPartyDefault) For CPs use thisWsTrustsetting as default for all RPs used in combination with this CP.voidsetEnabled(Boolean enabled) WS-Trust protocol enabled.voidsetSupportedBindings(List<WsTrustBinding> supportedBindings) List of supported inbound WS-Trust bindings.toString()
-
Constructor Details
-
WsTrust
public WsTrust() -
WsTrust
public WsTrust(Boolean enabled, Boolean counterPartyDefault, List<WsTrustBinding> supportedBindings) Creates a newWsTrustinstance.- Parameters:
enabled- WS-Trust protocol enabled.
Default: truecounterPartyDefault- For CPs use thisWsTrustsetting as default for all RPs used in combination with this CP. And vice versa for RPs.
Default: falsesupportedBindings- List of supported inbound WS-Trust bindings.
Default: Bindings enabled in global configuration (since 1.14.0, before all bindings were allowed)- See Also:
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
isCounterPartyDefault
public boolean isCounterPartyDefault() -
builder
-
getEnabled
WS-Trust protocol enabled.
Default: true -
getCounterPartyDefault
For CPs use thisWsTrustsetting as default for all RPs used in combination with this CP. And vice versa for RPs.
Default: false -
getSupportedBindings
List of supported inbound WS-Trust bindings.
Default: Bindings enabled in global configuration (since 1.14.0, before all bindings were allowed)- See Also:
-
setEnabled
WS-Trust protocol enabled.
Default: true -
setCounterPartyDefault
For CPs use thisWsTrustsetting as default for all RPs used in combination with this CP. And vice versa for RPs.
Default: false -
setSupportedBindings
List of supported inbound WS-Trust bindings.
Default: Bindings enabled in global configuration (since 1.14.0, before all bindings were allowed)- See Also:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-