Package org.jboss.security.config.parser
Class AuthenticationConfigParser
- java.lang.Object
-
- org.jboss.security.config.parser.AuthenticationConfigParser
-
- All Implemented Interfaces:
XMLStreamConstants
public class AuthenticationConfigParser extends Object implements XMLStreamConstants
Stax based JAAS authentication configuration Parser- Since:
- Jan 22, 2010
- Author:
- Anil.Saldhana@redhat.com, Marcus Moyses
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>
loginModulesMap
-
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
-
-
Constructor Summary
Constructors Constructor Description AuthenticationConfigParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<AppConfigurationEntry>
parse(XMLEventReader xmlEventReader)
Parse theelement Set<AppConfigurationEntry>
parse(XMLStreamReader reader)
Parse theelement
-
-
-
Method Detail
-
parse
public Set<AppConfigurationEntry> parse(XMLEventReader xmlEventReader) throws XMLStreamException
Parse theelement - Parameters:
xmlEventReader
-- Returns:
- Throws:
XMLStreamException
-
parse
public Set<AppConfigurationEntry> parse(XMLStreamReader reader) throws XMLStreamException
Parse theelement - Parameters:
reader
-- Returns:
- Throws:
XMLStreamException
-
-