public class AuthenticationConfigParser extends Object implements XMLStreamConstants
Modifier and Type | Field and Description |
---|---|
static Map<String,String> |
loginModulesMap |
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor and Description |
---|
AuthenticationConfigParser() |
Modifier and Type | Method and Description |
---|---|
Set<AppConfigurationEntry> |
parse(XMLEventReader xmlEventReader)
Parse the
|
Set<AppConfigurationEntry> |
parse(XMLStreamReader reader)
Parse the
|
public Set<AppConfigurationEntry> parse(XMLEventReader xmlEventReader) throws XMLStreamException
xmlEventReader
- XMLStreamException
public Set<AppConfigurationEntry> parse(XMLStreamReader reader) throws XMLStreamException
reader
- XMLStreamException
Copyright © 2021 JBoss by Red Hat. All rights reserved.