public class SecuritySubsystemParser_2_0 extends SecuritySubsystemParser
SecuritySubsystemParser
and adds support for the elytron-integration
section of the schema.ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
AUTHENTICATION_MAP, AUTHORIZATION_MAP, MAPPING_MAP
Modifier | Constructor and Description |
---|---|
protected |
SecuritySubsystemParser_2_0() |
Modifier and Type | Method and Description |
---|---|
protected void |
parseElytronRealm(org.jboss.staxmapper.XMLExtendedStreamReader reader,
List<org.jboss.dmr.ModelNode> operations,
org.jboss.as.controller.PathAddress subsystemPath) |
protected void |
parseSecurityRealms(org.jboss.staxmapper.XMLExtendedStreamReader reader,
List<org.jboss.dmr.ModelNode> operations,
org.jboss.as.controller.PathAddress subsystemPath) |
protected void |
parseTLS(org.jboss.staxmapper.XMLExtendedStreamReader reader,
List<org.jboss.dmr.ModelNode> operations,
org.jboss.as.controller.PathAddress subsystemPath) |
protected void |
parseTLSEntity(org.jboss.staxmapper.XMLExtendedStreamReader reader,
List<org.jboss.dmr.ModelNode> operations,
org.jboss.as.controller.PathAddress subsystemPath,
String tlsEntityName) |
protected void |
readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.as.security.Element element,
List<org.jboss.dmr.ModelNode> operations,
org.jboss.as.controller.PathAddress subsystemPath,
org.jboss.dmr.ModelNode subsystemNode) |
readElement
protected void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.as.security.Element element, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPath, org.jboss.dmr.ModelNode subsystemNode) throws XMLStreamException
readElement
in class SecuritySubsystemParser
XMLStreamException
protected void parseSecurityRealms(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPath) throws XMLStreamException
XMLStreamException
protected void parseElytronRealm(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPath) throws XMLStreamException
XMLStreamException
protected void parseTLS(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPath) throws XMLStreamException
XMLStreamException
protected void parseTLSEntity(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations, org.jboss.as.controller.PathAddress subsystemPath, String tlsEntityName) throws XMLStreamException
XMLStreamException
Copyright © 2020 JBoss by Red Hat. All rights reserved.