Uses of Interface
se.swedenconnect.opensaml.sweid.saml2.attribute.AttributeSet
Package
Description
Contains interfaces and classes handling SAML Attributes as specified by the Swedish eID Framework.
Interfaces and classes for Entity Categories.
-
Uses of AttributeSet in se.swedenconnect.opensaml.sweid.saml2.attribute
Modifier and TypeClassDescriptionclass
A bean representing an Attribute Set as defined in Attribute Specification for the Swedish eID Framework.Modifier and TypeFieldDescriptionstatic final AttributeSet
AttributeSetConstants.ATTRIBUTE_SET_EIDAS_NATURAL_PERSON
eIDAS Natural Person Attribute Set - The “eIDAS Natural Person Attribute Set” provides personal identity information for a subject that has been authenticated via the eIDAS Framework.static final AttributeSet
AttributeSetConstants.ATTRIBUTE_SET_NATURAL_PERSON_NO_PERSONAL_ID
Natural Personal Identity without Civic Registration Number - The “Personal Identity without Civic Registration Number” attribute set provides basic natural person information without revealing the civic registration number of the subject.static final AttributeSet
AttributeSetConstants.ATTRIBUTE_SET_NATURAL_PERSON_WITH_PERSONAL_ID
Natural Personal Identity with Civic Registration Number - The “Personal Identity with Civic Registration Number” attribute set provides basic personal identity information including a Swedish civic registration number of the subject.static final AttributeSet
AttributeSetConstants.ATTRIBUTE_SET_ORGANIZATIONAL_IDENTITY_FOR_NATURAL_PERSONS
Organizational Identity for Natural Persons - The “Organizational Identity for Natural Persons” attribute set provides basic organizational identity information about a person.static final AttributeSet
AttributeSetConstants.ATTRIBUTE_SET_PSEUDONYM_IDENTITY
Pseudonym Identity - This attribute set specifies the condition where there are no mandatory or recommended attributes. -
Uses of AttributeSet in se.swedenconnect.opensaml.sweid.saml2.metadata.entitycategory
Modifier and TypeMethodDescriptionServiceEntityCategory.getAttributeSet()
Returns the attribute set tied to this service entity category.ServiceEntityCategoryImpl.getAttributeSet()
Returns the attribute set tied to this service entity category.Modifier and TypeMethodDescriptionvoid
ServiceEntityCategoryImpl.setAttributeProfile
(AttributeSet attributeSet) Assigns the attribute set tied to this service entity category.ModifierConstructorDescriptionServiceEntityCategoryImpl
(String uri, List<String> loaUris, AttributeSet attributeSet) Constructor assigning the URI, Level of Assurance URI:s and the attribute set.