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.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeSetImpl
A bean representing an Attribute Set as defined in Attribute Specification for the Swedish eID Framework.
|
Modifier and Type | Field and Description |
---|---|
static 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 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 AttributeSet |
AttributeSetConstants.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.
|
static 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 AttributeSet |
AttributeSetConstants.ATTRIBUTE_SET_PSEUDONYM_IDENTITY
Pseudonym Identity - This attribute set specifies the condition where there are no mandatory or recommended
attributes.
|
Modifier and Type | Method and Description |
---|---|
AttributeSet |
ServiceEntityCategory.getAttributeSet()
Returns the attribute set tied to this service entity category.
|
AttributeSet |
ServiceEntityCategoryImpl.getAttributeSet()
Returns the attribute set tied to this service entity category.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceEntityCategoryImpl.setAttributeProfile(AttributeSet attributeSet)
Assigns the attribute set tied to this service entity category.
|
Constructor and Description |
---|
ServiceEntityCategoryImpl(String uri,
String levelOfAssurance,
AttributeSet attributeSet)
Constructor assigning the URI, Level of Assurance and the attribute set.
|
Copyright © 2018 Litsec AB. All rights reserved.