public class KeycloakSamlAdapterV1Parser extends AbstractKeycloakSamlAdapterV1Parser<KeycloakSamlAdapter>
LOOKUP
expectedStartElement, LOGGER
Modifier and Type | Method and Description |
---|---|
static KeycloakSamlAdapterV1Parser |
getInstance() |
protected KeycloakSamlAdapter |
instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
protected void |
processSubElement(XMLEventReader xmlEventReader,
KeycloakSamlAdapter target,
KeycloakSamlAdapterV1QNames element,
StartElement elementDetail) |
getElementFromName, validateStartElement
isUnknownElement, parse
public static KeycloakSamlAdapterV1Parser getInstance()
protected KeycloakSamlAdapter instantiateElement(XMLEventReader xmlEventReader, StartElement element) throws ParsingException
instantiateElement
in class AbstractStaxParser<KeycloakSamlAdapter,KeycloakSamlAdapterV1QNames>
ParsingException
protected void processSubElement(XMLEventReader xmlEventReader, KeycloakSamlAdapter target, KeycloakSamlAdapterV1QNames element, StartElement elementDetail) throws ParsingException
processSubElement
in class AbstractStaxParser<KeycloakSamlAdapter,KeycloakSamlAdapterV1QNames>
ParsingException
Copyright © 2018 JBoss by Red Hat. All rights reserved.