Uses of Interface
se.litsec.swedisheid.opensaml.saml2.attribute.AttributeSet
-
Packages that use AttributeSet Package Description se.litsec.swedisheid.opensaml.saml2.attribute Contains interfaces and classes handling SAML Attributes as specified by the Swedish eID Framework.se.litsec.swedisheid.opensaml.saml2.metadata.entitycategory Interfaces and classes for Entity Categories. -
-
Uses of AttributeSet in se.litsec.swedisheid.opensaml.saml2.attribute
Classes in se.litsec.swedisheid.opensaml.saml2.attribute that implement AttributeSet Modifier and Type Class Description classAttributeSetImplA bean representing an Attribute Set as defined in Attribute Specification for the Swedish eID Framework.Fields in se.litsec.swedisheid.opensaml.saml2.attribute declared as AttributeSet Modifier and Type Field Description static 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 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 AttributeSetAttributeSetConstants. ATTRIBUTE_SET_NATURAL_PERSON_WITH_PERSONAL_IDNatural Personal Identity with Civic Registration Number (Personnummer) - The “Personal Identity with Civic Registration Number” attribute set provides basic personal identity information including a Swedish civic registration number of the subject.static 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 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.litsec.swedisheid.opensaml.saml2.metadata.entitycategory
Methods in se.litsec.swedisheid.opensaml.saml2.metadata.entitycategory that return AttributeSet Modifier and Type Method Description AttributeSetServiceEntityCategory. getAttributeSet()Returns the attribute set tied to this service entity category.AttributeSetServiceEntityCategoryImpl. getAttributeSet()Returns the attribute set tied to this service entity category.Methods in se.litsec.swedisheid.opensaml.saml2.metadata.entitycategory with parameters of type AttributeSet Modifier and Type Method Description voidServiceEntityCategoryImpl. setAttributeProfile(AttributeSet attributeSet)Assigns the attribute set tied to this service entity category.Constructors in se.litsec.swedisheid.opensaml.saml2.metadata.entitycategory with parameters of type AttributeSet Constructor Description ServiceEntityCategoryImpl(String uri, String levelOfAssurance, AttributeSet attributeSet)Constructor assigning the URI, Level of Assurance and the attribute set.
-