Class MDAttrSupport
java.lang.Object
net.shibboleth.metadata.dom.saml.mdattr.MDAttrSupport
Helper class for dealing with MDAttr metadata.
- Since:
- 0.9.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementMakerMaker for theEntityAttributeselement, for use with theContainersystem.static final ElementMatcherMatcher for theEntityAttributeselement, for use with theContainersystem.static final QNamemdattr:EntityAttributes element.static final StringMDAttr namespace.static final StringMDAttr conventional prefix. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MDATTR_NS
MDAttr namespace.- See Also:
-
MDATTR_PREFIX
MDAttr conventional prefix.- See Also:
-
ENTITY_ATTRIBUTES_NAME
mdattr:EntityAttributes element. -
ENTITY_ATTRIBUTES_MATCHER
Matcher for theEntityAttributeselement, for use with theContainersystem.- Since:
- 0.10.0
-
ENTITY_ATTRIBUTES_MAKER
Maker for theEntityAttributeselement, for use with theContainersystem.- Since:
- 0.10.0
-
-
Constructor Details
-
MDAttrSupport
private MDAttrSupport()Constructor.
-