Interface TransformsConfigurableContentReference
- All Superinterfaces:
ContentReference
- All Known Implementing Classes:
DocumentInternalIDContentReference,SAMLObjectContentReference,URIContentReference
A specialization of
ContentReference which allows signature transforms to be specified.
Note: This sub-interface was added in a minor update because we can not add new methods to
ConfigurableContentReference. In a future major release we could collapse this change
into that single interface.-
Method Summary
Modifier and TypeMethodDescriptionGets the mutable list of transforms applied to the content prior to digest generation.Methods inherited from interface org.opensaml.xmlsec.signature.support.ContentReference
createReference
-
Method Details
-
getTransforms
Gets the mutable list of transforms applied to the content prior to digest generation.- Returns:
- the transforms applied to the content prior to digest generation
-