Uses of Interface
se.swedenconnect.opensaml.sweid.saml2.attribute.AttributeSet
Packages that use 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
Classes in se.swedenconnect.opensaml.sweid.saml2.attribute that implement AttributeSetModifier and TypeClassDescriptionclassA bean representing an Attribute Set as defined in Attribute Specification for the Swedish eID Framework.Fields in se.swedenconnect.opensaml.sweid.saml2.attribute declared as AttributeSetModifier and TypeFieldDescriptionstatic final AttributeSetAttributeSetConstants.ATTRIBUTE_SET_EIDAS_NATURAL_PERSONeIDAS 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 AttributeSetAttributeSetConstants.ATTRIBUTE_SET_NATURAL_PERSON_NO_PERSONAL_IDNatural 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 AttributeSetAttributeSetConstants.ATTRIBUTE_SET_NATURAL_PERSON_WITH_PERSONAL_IDNatural 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 AttributeSetAttributeSetConstants.ATTRIBUTE_SET_ORGANIZATIONAL_IDENTITY_FOR_NATURAL_PERSONSOrganizational Identity for Natural Persons - The “Organizational Identity for Natural Persons” attribute set provides basic organizational identity information about a person.static final AttributeSetAttributeSetConstants.ATTRIBUTE_SET_PSEUDONYM_IDENTITYPseudonym 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
Methods in se.swedenconnect.opensaml.sweid.saml2.metadata.entitycategory that return AttributeSetModifier 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.Methods in se.swedenconnect.opensaml.sweid.saml2.metadata.entitycategory with parameters of type AttributeSetModifier and TypeMethodDescriptionvoidServiceEntityCategoryImpl.setAttributeProfile(AttributeSet attributeSet) Assigns the attribute set tied to this service entity category.Constructors in se.swedenconnect.opensaml.sweid.saml2.metadata.entitycategory with parameters of type AttributeSetModifierConstructorDescriptionServiceEntityCategoryImpl(String uri, List<String> loaUris, AttributeSet attributeSet) Constructor assigning the URI, Level of Assurance URI:s and the attribute set.