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 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 RequestedAttributeRequestedAttributeTemplates. GENDER(Boolean isRequired, boolean includeFriendlyName)Creates aRequestedAttributeobject for the Gender attribute.static RequestedAttributeRequestedAttributeTemplates. PERSON_IDENTIFIER(Boolean isRequired, boolean includeFriendlyName)Creates aRequestedAttributeobject 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 classRequestedAttributeImplImplementation ofRequestedAttribute.Methods in se.litsec.eidas.opensaml.ext.impl that return RequestedAttribute Modifier and Type Method Description RequestedAttributeRequestedAttributeBuilder. buildObject()RequestedAttributeRequestedAttributeBuilder. 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.
-