Class HomeName.HomeNameBuilder
java.lang.Object
swiss.trustbroker.federation.xmlconfig.HomeName.HomeNameBuilder
- Enclosing class:
HomeName
-
Method Summary
Modifier and TypeMethodDescriptionOverridden by value.build()migrationAlias(String migrationAlias) Used for provisioning during migration from a CP to another.The homeName is usually consumed from the home name attribute and identifies the CP attribute to consume the CP identity from.toString()The configuration is optional and provides a static value, when the e-id based CPs are not sending the attribute in the CP Attributes already or the value is computed from the CP SAML Response mainly for compatibility reasons, seeGeneralDeriveHomeName.groovyfor the special handling of this attribute.
-
Method Details
-
attrValue
Overridden by value.- Returns:
this.- See Also:
-
reference
The homeName is usually consumed from the home name attribute and identifies the CP attribute to consume the CP identity from. If not specified or not provided by CP the SAML Response Subject NameID is used.- Returns:
this.
-
migrationAlias
Used for provisioning during migration from a CP to another.- Returns:
this.- Since:
- 1.9.0
- See Also:
-
value
The configuration is optional and provides a static value, when the e-id based CPs are not sending the attribute in the CP Attributes already or the value is computed from the CP SAML Response mainly for compatibility reasons, seeGeneralDeriveHomeName.groovyfor the special handling of this attribute.- Returns:
this.
-
build
-
toString
-