public abstract class SAMLStatusResponseTypeParser<T extends StatusResponseType> extends AbstractStaxSamlProtocolParser<T>
Modifier and Type | Field and Description |
---|---|
protected static String |
VERSION_2_0 |
LOOKUP
expectedStartElement, 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
|
getElementFromName
instantiateElement, isUnknownElement, parse, processSubElement, validateStartElement
protected static final String VERSION_2_0
protected SAMLStatusResponseTypeParser(SAMLProtocolQNames expectedStartElement)
protected void parseBaseAttributes(StartElement startElement, T response) throws ParsingException
startElement
- response
- ParsingException
Copyright © 2021 JBoss by Red Hat. All rights reserved.