Uses of Interface
se.litsec.eidas.opensaml.ext.RequestedAttribute
-
Packages that use RequestedAttribute Package Description se.litsec.eidas.opensaml.ext Interfaces and classes representing eIDAS extension elements.se.litsec.eidas.opensaml.ext.impl Implementation classes for eIDAS SAML extensions. -
-
Uses of RequestedAttribute in se.litsec.eidas.opensaml.ext
Methods in se.litsec.eidas.opensaml.ext that return RequestedAttribute Modifier and Type Method Description static 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
RequestedAttributeTemplates. GENDER(Boolean isRequired, boolean includeFriendlyName)
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.litsec.eidas.opensaml.ext that return types with arguments of type RequestedAttribute Modifier and Type Method Description List<RequestedAttribute>
RequestedAttributes. getRequestedAttributes()
Returns a reference to the list of the requested attributes. -
Uses of RequestedAttribute in se.litsec.eidas.opensaml.ext.impl
Classes in se.litsec.eidas.opensaml.ext.impl that implement RequestedAttribute Modifier and Type Class Description class
RequestedAttributeImpl
Implementation ofRequestedAttribute
.Methods in se.litsec.eidas.opensaml.ext.impl that return RequestedAttribute Modifier and Type Method Description RequestedAttribute
RequestedAttributeBuilder. buildObject()
RequestedAttribute
RequestedAttributeBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
Methods in se.litsec.eidas.opensaml.ext.impl that return types with arguments of type RequestedAttribute Modifier and Type Method Description List<RequestedAttribute>
RequestedAttributesImpl. getRequestedAttributes()
Returns a reference to the list of the requested attributes.
-