Class AbstractSAMLObjectUnmarshaller

    • Constructor Detail

      • AbstractSAMLObjectUnmarshaller

        public AbstractSAMLObjectUnmarshaller()
    • Method Detail

      • parseSAMLVersion

        @Nonnull
        protected SAMLVersion parseSAMLVersion​(@Nonnull
                                               Attr attribute)
                                        throws UnmarshallingException
        Parse SAMLVersion instance from the specified DOM attribute.
        Parameters:
        attribute - the DOM attribute to process
        Returns:
        the parsed SAMLVersion instance
        Throws:
        UnmarshallingException - if a SAMLVersion instance could not be successfully parsed