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 AttributeBuilderAttributeBuilder.builder(InputStream resource) Static utility method that creates aAttributeBuildergiven a template attribute read from an input stream.static AttributeBuilderStatic utility method that creates a defaultAttributeBuilder.static AttributeBuilderStatic utility method that creates aAttributeBuildergiven a template attribute.AttributeTemplate.createBuilder()Based on the attribute template anAttributeBuilderobject 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.