getImplementation
Object getImplementation()
Returns the underlying library representation of the metadata object.
For example, if the underlying library is OpenSAML v3,
this would return an object of class XMLObject.
This method is not intended to preserve backwards compatibility
if the underlying library is replaced. Rather this is for the cases where
the Spring Security SAML abstraction layer does not sufficiently expose a feature
When using this method, please open a github issue so that we can supplement the feature
in a future release. https://github.com/spring-projects/spring-security-saml
- Returns:
- the underlying implementation object. Currently an OpenSAML v3 object