org.picketlink.identity.federation.core.parsers.saml.metadata
Class SAMLEntityDescriptorParser
java.lang.Object
org.picketlink.identity.federation.core.parsers.saml.metadata.AbstractDescriptorParser
org.picketlink.identity.federation.core.parsers.saml.metadata.SAMLEntityDescriptorParser
- All Implemented Interfaces:
- ParserNamespaceSupport
public class SAMLEntityDescriptorParser
- extends AbstractDescriptorParser
- implements ParserNamespaceSupport
Parse the SAML Metadata element "EntityDescriptor"
- Since:
- Dec 14, 2010
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLEntityDescriptorParser
public SAMLEntityDescriptorParser()
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:
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.