org.picketlink.identity.federation.core.parsers.sts
Class STSConfigParser
java.lang.Object
org.picketlink.identity.federation.core.parsers.AbstractParser
org.picketlink.identity.federation.core.parsers.sts.STSConfigParser
- All Implemented Interfaces:
- ParserNamespaceSupport
public class STSConfigParser
- extends AbstractParser
A Stax parser for the STS configuration.
- Author:
- Stefan Guilhen
Methods inherited from class org.picketlink.identity.federation.core.parsers.AbstractParser |
parse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROOT_ELEMENT
public static final String ROOT_ELEMENT
- See Also:
- Constant Field Values
STSConfigParser
public STSConfigParser()
parse
public Object parse(XMLEventReader xmlEventReader)
throws ParsingException
- Description copied from interface:
ParserNamespaceSupport
- Parse the event stream
- Returns:
-
- Throws:
ParsingException
supports
public boolean supports(QName qname)
- Description copied from interface:
ParserNamespaceSupport
- Returns whether the parser supports parsing a particular namespace
- Returns:
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.