public abstract class SAMLStatusResponseTypeParser extends Object
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 StatusResponseType parseBaseAttributes(StartElement startElement) throws ParsingException
startElement
- response
- ParsingException
protected StatusType parseStatus(XMLEventReader xmlEventReader) throws ParsingException
xmlEventReader
- ParsingException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.