Uses of Class
se.swedenconnect.opensaml.saml2.attribute.AttributeBuilder
Package
Description
Package containing interfaces and classes handling SAML v2 Attributes.
-
Uses of AttributeBuilder in se.swedenconnect.opensaml.saml2.attribute
Modifier 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
AttributeBuilder.builder
(org.opensaml.saml.saml2.core.Attribute attribute) 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 org.opensaml.core.xml.XMLObject>
AttributeBuilderAttributeBuilder.value
(T value) Assigns an attribute value.