public final class SAMLObjectSupport extends Object
Modifier and Type | Method and Description |
---|---|
static void |
declareNonVisibleNamespaces(SignableSAMLObject signableObject)
Examines the
SignableSAMLObject for the need to declare non-visible namespaces
before marshalling and signing, and if required, performs the declarations. |
public static void declareNonVisibleNamespaces(@Nonnull SignableSAMLObject signableObject)
SignableSAMLObject
for the need to declare non-visible namespaces
before marshalling and signing, and if required, performs the declarations.
If the object does not already have a cached DOM, does have a signature attached,
and the signature contains a SAMLObjectContentReference
with a transform of either
SignatureConstants.TRANSFORM_C14N_EXCL_OMIT_COMMENTS
or SignatureConstants.TRANSFORM_C14N_EXCL_WITH_COMMENTS
,
it declares on the object all non-visible namespaces
as determined by org.opensaml.core.xml.XMLObject.NamespaceManager#getNonVisibleNamespaces()
.
signableObject
- the signable SAML object to evaluateCopyright © 2016 JBoss by Red Hat. All rights reserved.