public abstract class SAMLStatusResponseTypeParser extends Object
Modifier and Type | Field and Description |
---|---|
protected static PicketLinkLogger |
logger |
Constructor and Description |
---|
SAMLStatusResponseTypeParser() |
Modifier and Type | Method and Description |
---|---|
protected StatusResponseType |
parseBaseAttributes(StartElement startElement)
Parse the attributes that are common to all SAML Response Types
|
protected StatusType |
parseStatus(XMLEventReader xmlEventReader)
Parse the status element
|
protected static final PicketLinkLogger logger
protected StatusResponseType parseBaseAttributes(StartElement startElement) throws ParsingException
startElement
- response
- ParsingException
protected StatusType parseStatus(XMLEventReader xmlEventReader) throws ParsingException
xmlEventReader
- ParsingException
Copyright © 2018 JBoss by Red Hat. All rights reserved.