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 withinXMLLoginModule
module 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 Users
parse(XMLEventReader xmlEventReader)
Parse the embedded xml in the module option representing theUsers
objectboolean
supports(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 theUsers
object- Specified by:
parse
in interfaceParserNamespaceSupport
- Parameters:
xmlEventReader
-- Returns:
- Throws:
XMLStreamException
-
supports
public boolean supports(String namespaceURI)
Description copied from interface:ParserNamespaceSupport
Returns whether the parser supports parsing a particular namespace- Specified by:
supports
in interfaceParserNamespaceSupport
- Returns:
-
-