org.picketlink.identity.federation.core.parsers.saml
Class SAMLStatusResponseTypeParser
java.lang.Object
org.picketlink.identity.federation.core.parsers.saml.SAMLStatusResponseTypeParser
- Direct Known Subclasses:
- SAMLArtifactResponseParser, SAMLResponseParser, SAMLSloResponseParser
public abstract class SAMLStatusResponseTypeParser
- extends Object
Base Class for all Response Type parsing for SAML2
- Since:
- Nov 2, 2010
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final PicketLinkLogger logger
SAMLStatusResponseTypeParser
public SAMLStatusResponseTypeParser()
parseBaseAttributes
protected StatusResponseType parseBaseAttributes(StartElement startElement)
throws ParsingException
- Parse the attributes that are common to all SAML Response Types
- Parameters:
startElement
- response
-
- Throws:
ParsingException
parseStatus
protected StatusType parseStatus(XMLEventReader xmlEventReader)
throws ParsingException
- Parse the status element
- Parameters:
xmlEventReader
-
- Returns:
-
- Throws:
ParsingException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.