Class AttributeSetConstants
- java.lang.Object
-
- se.litsec.swedisheid.opensaml.saml2.attribute.AttributeSetConstants
-
public class AttributeSetConstants extends Object
Defines all Attribute Set defined in section 2 of "Attribute Specification for the Swedish eID Framework".- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeSetATTRIBUTE_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 AttributeSetATTRIBUTE_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 AttributeSetATTRIBUTE_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 AttributeSetATTRIBUTE_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 AttributeSetATTRIBUTE_SET_PSEUDONYM_IDENTITYPseudonym Identity - This attribute set specifies the condition where there are no mandatory or recommended attributes.
-
-
-
Field Detail
-
ATTRIBUTE_SET_PSEUDONYM_IDENTITY
public static final AttributeSet ATTRIBUTE_SET_PSEUDONYM_IDENTITY
Pseudonym Identity - This attribute set specifies the condition where there are no mandatory or recommended attributes.Typical use: In a pseudonym attribute release policy that just provides a persistent NameID identifier in the assertion but no attributes.
-
ATTRIBUTE_SET_NATURAL_PERSON_NO_PERSONAL_ID
public static final AttributeSet 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.Typical use: In an attribute release policy that provides basic user name information together with a persistent NameID identifier in the assertion.
-
ATTRIBUTE_SET_NATURAL_PERSON_WITH_PERSONAL_ID
public static final AttributeSet ATTRIBUTE_SET_NATURAL_PERSON_WITH_PERSONAL_ID
Natural 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.Typical use: In an attribute release policy that provides basic user name information together with the person’s Swedish civic registration number.
-
ATTRIBUTE_SET_ORGANIZATIONAL_IDENTITY_FOR_NATURAL_PERSONS
public static final AttributeSet 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. The organizational identity does not necessarily imply that the subject has any particular relationship with or standing within the organization, but rather that this identity has been issued/provided by that organization for any particular reason (employee, customer, consultant, etc.).Typical use: In an attribute release policy that provides basic organizational identity information about a natural person.
-
ATTRIBUTE_SET_EIDAS_NATURAL_PERSON
public static final AttributeSet 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.Typical use: In an attribute release policy implemented by an eIDAS connector that provides a complete set of attributes to a requesting Service Provider.
-
-