Package swiss.trustbroker.config.dto
Class AttributeProperties.AttributePropertiesBuilder
java.lang.Object
swiss.trustbroker.config.dto.AttributeProperties.AttributePropertiesBuilder
- Enclosing class:
AttributeProperties
-
Method Summary
Modifier and TypeMethodDescriptionKnown external attributes we just document here - used when we cannot use namespaceUri due to semantics.build()The claim mappers used for mapping the values.Short name used in auditing and for IDM attribute addressing.namespaceUri(String namespaceUri) The long name is used in the generated SAML assertion towards the RP.oidcNameList(List<String> oidcNameList) The claim names used when emitting an attribute to an OIDC client.toString()
-
Method Details
-
name
Short name used in auditing and for IDM attribute addressing.- Returns:
this.
-
altName
Known external attributes we just document here - used when we cannot use namespaceUri due to semantics.- Returns:
this.
-
namespaceUri
The long name is used in the generated SAML assertion towards the RP.- Returns:
this.
-
oidcNameList
The claim names used when emitting an attribute to an OIDC client.- Returns:
this.
-
mappers
The claim mappers used for mapping the values.- Returns:
this.
-
build
-
toString
-