Class AttributeConstants
java.lang.Object
se.swedenconnect.opensaml.saml2.attribute.AttributeConstants
Attribute constants.
- Author:
- Martin Lindström (martin@idsec.se)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The attribute name for the assurance certification attribute stored as an attribute in the entity attributes extension.static final AttributeTemplate
The attribute template for the assurance certification attribute stored as an attribute in the entity attributes extension.static final String
The attribute name for the entity category attribute stored as an attribute in the entity attributes extension.static final AttributeTemplate
The attribute template for the entity category attribute stored as an attribute in the entity attributes extension. -
Method Summary
-
Field Details
-
ASSURANCE_CERTIFICATION_ATTRIBUTE_NAME
The attribute name for the assurance certification attribute stored as an attribute in the entity attributes extension.- See Also:
-
ASSURANCE_CERTIFICATION_ATTRIBUTE_TEMPLATE
The attribute template for the assurance certification attribute stored as an attribute in the entity attributes extension. -
ENTITY_CATEGORY_ATTRIBUTE_NAME
The attribute name for the entity category attribute stored as an attribute in the entity attributes extension.- See Also:
-
ENTITY_CATEGORY_TEMPLATE
The attribute template for the entity category attribute stored as an attribute in the entity attributes extension.
-