Class SAML11AssertionParser
java.lang.Object
org.keycloak.saml.processing.core.parsers.saml.SAML11AssertionParser
- All Implemented Interfaces:
StaxParser
Parse the saml assertion
- Since:
- Oct 12, 2010
- Author:
- Anil.Saldhana@redhat.com
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromElement
(Element element) parse
(XMLEventReader xmlEventReader) Parse the event stream
-
Constructor Details
-
SAML11AssertionParser
public SAML11AssertionParser()
-
-
Method Details
-
fromElement
public SAML11AssertionType fromElement(Element element) throws ConfigurationException, ProcessingException, ParsingException -
parse
Description copied from interface:StaxParser
Parse the event stream- Specified by:
parse
in interfaceStaxParser
- Returns:
- Throws:
ParsingException
-