Interface TransformsConfigurableContentReference
-
- All Superinterfaces:
ContentReference
- All Known Implementing Classes:
DocumentInternalIDContentReference
,URIContentReference
public interface TransformsConfigurableContentReference extends ContentReference
A specialization ofContentReference
which allows signature transforms to be specified. Note: This sub-interface was added in a minor update because we can not add new methods toConfigurableContentReference
. In a future major release we could collapse this change into that single interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getTransforms()
Gets the mutable list of transforms applied to the content prior to digest generation.-
Methods inherited from interface org.opensaml.xmlsec.signature.support.ContentReference
createReference
-
-