Uses of Class
se.swedenconnect.opensaml.saml2.attribute.AttributeBuilder
Packages that use AttributeBuilder
Package
Description
Package containing interfaces and classes handling SAML v2 Attributes.
-
Uses of AttributeBuilder in se.swedenconnect.opensaml.saml2.attribute
Methods in se.swedenconnect.opensaml.saml2.attribute that return AttributeBuilderModifier and TypeMethodDescriptionstatic AttributeBuilder
AttributeBuilder.builder
(InputStream resource) Static utility method that creates aAttributeBuilder
given a template attribute read from an input stream.static AttributeBuilder
Static utility method that creates a defaultAttributeBuilder
.static AttributeBuilder
Static utility method that creates aAttributeBuilder
given a template attribute.AttributeTemplate.createBuilder()
Based on the attribute template anAttributeBuilder
object is created.AttributeBuilder.friendlyName
(String friendlyName) Assigns the attribute friendly name.Assigns the attribute name.AttributeBuilder.nameFormat
(String nameFormat) Assigns the attribute name format.Assigns one (or more) attribute string values.<T extends XMLObject>
AttributeBuilderAttributeBuilder.value
(T value) Assigns an attribute value.