Package org.keycloak.saml.common.parsers
Class AbstractParser
- java.lang.Object
- 
- org.keycloak.saml.common.parsers.AbstractParser
 
- 
- All Implemented Interfaces:
- StaxParser
 - Direct Known Subclasses:
- SAMLParser
 
 public abstract class AbstractParser extends Object implements StaxParser Base class for parsers- Since:
- Oct 12, 2010
- Author:
- Anil.Saldhana@redhat.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static PicketLinkLoggerlogger
 - 
Constructor SummaryConstructors Constructor Description AbstractParser()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XMLEventReadercreateEventReader(InputStream configStream)XMLEventReadercreateEventReader(Source source)Objectparse(InputStream stream)Parse an InputStream for payloadObjectparse(Source source)Objectparse(Node node)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.saml.common.parsers.StaxParserparse
 
- 
 
- 
- 
- 
Field Detail- 
loggerprotected static final PicketLinkLogger logger 
 
- 
 - 
Method Detail- 
parsepublic Object parse(InputStream stream) throws ParsingException Parse an InputStream for payload- Parameters:
- stream-
- Returns:
- Throws:
- ParsingException
 
 - 
parsepublic Object parse(Source source) throws ParsingException - Throws:
- ParsingException
 
 - 
parsepublic Object parse(Node node) throws ParsingException - Throws:
- ParsingException
 
 - 
createEventReaderpublic static XMLEventReader createEventReader(InputStream configStream) throws ParsingException - Throws:
- ParsingException
 
 - 
createEventReaderpublic XMLEventReader createEventReader(Source source) throws ParsingException - Throws:
- ParsingException
 
 
- 
 
-