Uses of Interface
se.swedenconnect.opensaml.eidas.ext.RequestedAttribute
Packages that use RequestedAttribute
Package
Description
Interfaces and classes representing eIDAS extension elements.
Implementation classes for eIDAS SAML extensions.
-
Uses of RequestedAttribute in se.swedenconnect.opensaml.eidas.ext
Methods in se.swedenconnect.opensaml.eidas.ext that return RequestedAttributeModifier and TypeMethodDescriptionstatic RequestedAttribute
RequestedAttributeTemplates.create
(String name, String friendlyName, String nameFormat, Boolean isRequired) Creates aRequestedAttribute
object for the given attribute name.static RequestedAttribute
RequestedAttributeTemplates.CURRENT_ADDRESS
(Boolean isRequired, boolean includeFriendlyName) Creates aRequestedAttribute
object for the CurrentAddress attribute.static RequestedAttribute
RequestedAttributeTemplates.CURRENT_FAMILY_NAME
(Boolean isRequired, boolean includeFriendlyName) Creates aRequestedAttribute
object for the CurrentFamilyName attribute.static RequestedAttribute
RequestedAttributeTemplates.CURRENT_GIVEN_NAME
(Boolean isRequired, boolean includeFriendlyName) Creates aRequestedAttribute
object for the CurrentGivenName attribute.static RequestedAttribute
RequestedAttributeTemplates.DATE_OF_BIRTH
(Boolean isRequired, boolean includeFriendlyName) Creates aRequestedAttribute
object for the DateOfBirth attribute.static RequestedAttribute
Creates aRequestedAttribute
object for the Gender attribute.static RequestedAttribute
RequestedAttributeTemplates.PERSON_IDENTIFIER
(Boolean isRequired, boolean includeFriendlyName) Creates aRequestedAttribute
object for the PersonIdentifier attribute.Methods in se.swedenconnect.opensaml.eidas.ext that return types with arguments of type RequestedAttributeModifier and TypeMethodDescriptionRequestedAttributes.getRequestedAttributes()
Returns a reference to the list of the requested attributes. -
Uses of RequestedAttribute in se.swedenconnect.opensaml.eidas.ext.impl
Classes in se.swedenconnect.opensaml.eidas.ext.impl that implement RequestedAttributeMethods in se.swedenconnect.opensaml.eidas.ext.impl that return RequestedAttributeModifier and TypeMethodDescriptionRequestedAttributeBuilder.buildObject()
RequestedAttributeBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Methods in se.swedenconnect.opensaml.eidas.ext.impl that return types with arguments of type RequestedAttributeModifier and TypeMethodDescriptionRequestedAttributesImpl.getRequestedAttributes()
Returns a reference to the list of the requested attributes.