Package org.jboss.security.config.parser
Class UsersConfigParser
- java.lang.Object
-
- org.jboss.security.config.parser.UsersConfigParser
-
- All Implemented Interfaces:
ParserNamespaceSupport
public class UsersConfigParser extends Object implements ParserNamespaceSupport
Parse the Users configuration embeddable withinXMLLoginModulemodule option- Since:
- Jan 27, 2010
- Author:
- Anil.Saldhana@redhat.com
-
-
Constructor Summary
Constructors Constructor Description UsersConfigParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Usersparse(XMLEventReader xmlEventReader)Parse the embedded xml in the module option representing theUsersobjectbooleansupports(String namespaceURI)Returns whether the parser supports parsing a particular namespace
-
-
-
Method Detail
-
parse
public Users parse(XMLEventReader xmlEventReader) throws XMLStreamException
Parse the embedded xml in the module option representing theUsersobject- Specified by:
parsein interfaceParserNamespaceSupport- Parameters:
xmlEventReader-- Returns:
- Throws:
XMLStreamException
-
supports
public boolean supports(String namespaceURI)
Description copied from interface:ParserNamespaceSupportReturns whether the parser supports parsing a particular namespace- Specified by:
supportsin interfaceParserNamespaceSupport- Returns:
-
-