public abstract class SAMLStatusResponseTypeParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.picketlink.common.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 StatusResponseType parseBaseAttributes(StartElement startElement) throws org.picketlink.common.exceptions.ParsingException
startElement - response - org.picketlink.common.exceptions.ParsingExceptionprotected StatusType parseStatus(XMLEventReader xmlEventReader) throws org.picketlink.common.exceptions.ParsingException
xmlEventReader - org.picketlink.common.exceptions.ParsingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.