PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.parsers.saml
Class SAMLArtifactResolveParser

java.lang.Object
  extended by org.picketlink.identity.federation.core.parsers.saml.SAMLRequestAbstractParser
      extended by org.picketlink.identity.federation.core.parsers.saml.SAMLArtifactResolveParser
All Implemented Interfaces:
ParserNamespaceSupport

public class SAMLArtifactResolveParser
extends SAMLRequestAbstractParser
implements ParserNamespaceSupport

Parse the ArtifactResolveType

Since:
Jul 1, 2011
Author:
Anil.Saldhana@redhat.com

Field Summary
 
Fields inherited from class org.picketlink.identity.federation.core.parsers.saml.SAMLRequestAbstractParser
id, issueInstant, logger, version
 
Constructor Summary
SAMLArtifactResolveParser()
           
 
Method Summary
 Object parse(XMLEventReader xmlEventReader)
          Parse the event stream
 boolean supports(QName qname)
          Returns whether the parser supports parsing a particular namespace
 
Methods inherited from class org.picketlink.identity.federation.core.parsers.saml.SAMLRequestAbstractParser
getSubject, parseBaseAttributes, parseCommonElements, parseRequiredAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLArtifactResolveParser

public SAMLArtifactResolveParser()
Method Detail

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

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:

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.