Klasse AssertionConfiguration.AssertionConfigurationBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.AssertionConfiguration.AssertionConfigurationBuilder
- Umschließende Klasse:
AssertionConfiguration
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungassertionElement
(String assertionElement) XML element which represents the assertionassertionId
(String assertionId) A unique ID for the assertionassertionName
(String assertionName) Name of the assertionassertionType
(AssertionConfiguration.AssertionTypeEnum assertionType) Type of assertion(tokenAssertion/bindingAssertion)build()
toString()
-
Methodendetails
-
assertionElement
public AssertionConfiguration.AssertionConfigurationBuilder assertionElement(String assertionElement) XML element which represents the assertion- Gibt zurück:
this
.
-
assertionName
Name of the assertion- Gibt zurück:
this
.
-
assertionType
public AssertionConfiguration.AssertionConfigurationBuilder assertionType(AssertionConfiguration.AssertionTypeEnum assertionType) Type of assertion(tokenAssertion/bindingAssertion)- Gibt zurück:
this
.
-
assertionId
A unique ID for the assertion- Gibt zurück:
this
.
-
build
-
toString
-