Class SAMLAttributeValueParser
java.lang.Object
org.keycloak.saml.processing.core.parsers.saml.assertion.SAMLAttributeValueParser
- All Implemented Interfaces:
StaxParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SAMLAttributeValueParser
parse
(XMLEventReader xmlEventReader) Parse the event stream
-
Constructor Details
-
SAMLAttributeValueParser
public SAMLAttributeValueParser()
-
-
Method Details
-
getInstance
-
parse
Description copied from interface:StaxParser
Parse the event stream- Specified by:
parse
in interfaceStaxParser
- Returns:
- Throws:
ParsingException
-