org.picketlink.identity.federation.core.parsers.config
Class PicketLinkConfigParser
java.lang.Object
org.picketlink.identity.federation.core.parsers.AbstractParser
org.picketlink.identity.federation.core.parsers.config.PicketLinkConfigParser
- All Implemented Interfaces:
- ParserNamespaceSupport
public class PicketLinkConfigParser
- extends AbstractParser
Parser to parse the consolidated picketlink.xml
- Author:
- anil saldhana
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 |
PICKETLINK
public static final String PICKETLINK
- See Also:
- Constant Field Values
ENABLE_AUDIT
public static final String ENABLE_AUDIT
- See Also:
- Constant Field Values
PicketLinkConfigParser
public PicketLinkConfigParser()
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.