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.
|
Modifier and Type | Method and Description |
---|---|
static RequestedAttribute |
RequestedAttributeTemplates.create(String name,
String friendlyName,
String nameFormat,
Boolean isRequired)
Creates a
RequestedAttribute object for the given attribute name. |
static RequestedAttribute |
RequestedAttributeTemplates.CURRENT_ADDRESS(Boolean isRequired,
boolean includeFriendlyName)
Creates a
RequestedAttribute object for the CurrentAddress attribute. |
static RequestedAttribute |
RequestedAttributeTemplates.CURRENT_FAMILY_NAME(Boolean isRequired,
boolean includeFriendlyName)
Creates a
RequestedAttribute object for the CurrentFamilyName attribute. |
static RequestedAttribute |
RequestedAttributeTemplates.CURRENT_GIVEN_NAME(Boolean isRequired,
boolean includeFriendlyName)
Creates a
RequestedAttribute object for the CurrentGivenName attribute. |
static RequestedAttribute |
RequestedAttributeTemplates.DATE_OF_BIRTH(Boolean isRequired,
boolean includeFriendlyName)
Creates a
RequestedAttribute object for the DateOfBirth attribute. |
static RequestedAttribute |
RequestedAttributeTemplates.GENDER(Boolean isRequired,
boolean includeFriendlyName)
Creates a
RequestedAttribute object for the Gender attribute. |
static RequestedAttribute |
RequestedAttributeTemplates.PERSON_IDENTIFIER(Boolean isRequired,
boolean includeFriendlyName)
Creates a
RequestedAttribute object for the PersonIdentifier attribute. |
Modifier and Type | Method and Description |
---|---|
List<RequestedAttribute> |
RequestedAttributes.getRequestedAttributes()
Returns a reference to the list of the requested attributes.
|
Modifier and Type | Method and Description |
---|---|
RequestedAttribute |
RequestedAttributeBuilder.buildObject() |
RequestedAttribute |
RequestedAttributeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Modifier and Type | Method and Description |
---|---|
List<RequestedAttribute> |
RequestedAttributesImpl.getRequestedAttributes()
Returns a reference to the list of the requested attributes.
|
Copyright © 2018 Litsec AB. All rights reserved.