org.picketlink.identity.federation.core.parsers.saml
Class SAMLArtifactResponseParser
java.lang.Object
org.picketlink.identity.federation.core.parsers.saml.SAMLStatusResponseTypeParser
org.picketlink.identity.federation.core.parsers.saml.SAMLArtifactResponseParser
- All Implemented Interfaces:
- ParserNamespaceSupport
public class SAMLArtifactResponseParser
- extends SAMLStatusResponseTypeParser
- implements ParserNamespaceSupport
Parse the SAML Response
- Since:
- July 1, 2011
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLArtifactResponseParser
public SAMLArtifactResponseParser()
parse
public Object parse(XMLEventReader xmlEventReader)
throws ParsingException
- Description copied from interface:
ParserNamespaceSupport
- Parse the event stream
- Specified by:
parse
in interface ParserNamespaceSupport
- Returns:
-
- Throws:
ParsingException
- See Also:
ParserNamespaceSupport#parse(XMLEventReader)}
supports
public boolean supports(QName qname)
- Description copied from interface:
ParserNamespaceSupport
- Returns whether the parser supports parsing a particular namespace
- Specified by:
supports
in interface ParserNamespaceSupport
- Returns:
- See Also:
ParserNamespaceSupport#supports(QName)}
parseBaseAttributes
protected StatusResponseType parseBaseAttributes(StartElement startElement)
throws ParsingException
- Parse the attributes at the response element
- Overrides:
parseBaseAttributes
in class SAMLStatusResponseTypeParser
- Parameters:
startElement
-
- Returns:
-
- Throws:
ConfigurationException
ParsingException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.