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