public abstract class AbstractKeycloakSamlAdapterV1Parser<T> extends AbstractStaxParser<T,KeycloakSamlAdapterV1QNames>
Modifier and Type | Field and Description |
---|---|
protected static QNameEnumLookup<KeycloakSamlAdapterV1QNames> |
LOOKUP |
expectedStartElement, LOGGER
Constructor and Description |
---|
AbstractKeycloakSamlAdapterV1Parser(KeycloakSamlAdapterV1QNames expectedStartElement) |
Modifier and Type | Method and Description |
---|---|
protected KeycloakSamlAdapterV1QNames |
getElementFromName(QName name) |
protected void |
validateStartElement(StartElement startElement) |
instantiateElement, isUnknownElement, parse, processSubElement
protected static final QNameEnumLookup<KeycloakSamlAdapterV1QNames> LOOKUP
public AbstractKeycloakSamlAdapterV1Parser(KeycloakSamlAdapterV1QNames expectedStartElement)
protected KeycloakSamlAdapterV1QNames getElementFromName(QName name)
getElementFromName
in class AbstractStaxParser<T,KeycloakSamlAdapterV1QNames>
protected void validateStartElement(StartElement startElement)
validateStartElement
in class AbstractStaxParser<T,KeycloakSamlAdapterV1QNames>
Copyright © 2018 JBoss by Red Hat. All rights reserved.