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 RequestedAttributeRequestedAttributeTemplates.create(String name, String friendlyName, String nameFormat, Boolean isRequired) Creates aRequestedAttributeobject for the given attribute name.static RequestedAttributeRequestedAttributeTemplates.CURRENT_ADDRESS(Boolean isRequired, boolean includeFriendlyName) Creates aRequestedAttributeobject for the CurrentAddress attribute.static RequestedAttributeRequestedAttributeTemplates.CURRENT_FAMILY_NAME(Boolean isRequired, boolean includeFriendlyName) Creates aRequestedAttributeobject for the CurrentFamilyName attribute.static RequestedAttributeRequestedAttributeTemplates.CURRENT_GIVEN_NAME(Boolean isRequired, boolean includeFriendlyName) Creates aRequestedAttributeobject for the CurrentGivenName attribute.static RequestedAttributeRequestedAttributeTemplates.DATE_OF_BIRTH(Boolean isRequired, boolean includeFriendlyName) Creates aRequestedAttributeobject for the DateOfBirth attribute.static RequestedAttributeCreates aRequestedAttributeobject for the Gender attribute.static RequestedAttributeRequestedAttributeTemplates.PERSON_IDENTIFIER(Boolean isRequired, boolean includeFriendlyName) Creates aRequestedAttributeobject 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.