public abstract class SAMLStatusResponseTypeParser<T extends StatusResponseType> extends AbstractStaxSamlProtocolParser<T>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
VERSION_2_0 |
LOOKUPexpectedStartElement, LOGGER| Modifier | Constructor and Description |
|---|---|
protected |
SAMLStatusResponseTypeParser(SAMLProtocolQNames expectedStartElement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
parseBaseAttributes(StartElement startElement,
T response)
Parse the attributes that are common to all SAML Response Types
|
getElementFromNameinstantiateElement, isUnknownElement, parse, processSubElement, validateStartElementprotected static final String VERSION_2_0
protected SAMLStatusResponseTypeParser(SAMLProtocolQNames expectedStartElement)
protected void parseBaseAttributes(StartElement startElement, T response) throws ParsingException
startElement - response - ParsingExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.