public abstract class SAMLRequestAbstractParser extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected XMLGregorianCalendar |
issueInstant |
protected String |
version |
Constructor and Description |
---|
SAMLRequestAbstractParser() |
Modifier and Type | Method and Description |
---|---|
protected SubjectType |
getSubject(XMLEventReader xmlEventReader) |
protected void |
parseBaseAttributes(StartElement startElement,
RequestAbstractType request)
Parse the attributes that are common to all SAML Request Types
|
protected void |
parseCommonElements(StartElement startElement,
XMLEventReader xmlEventReader,
RequestAbstractType request) |
protected void |
parseRequiredAttributes(StartElement startElement) |
protected String id
protected String version
protected XMLGregorianCalendar issueInstant
protected void parseRequiredAttributes(StartElement startElement) throws ParsingException
ParsingException
protected void parseBaseAttributes(StartElement startElement, RequestAbstractType request) throws ParsingException
startElement
- request
- ParsingException
protected void parseCommonElements(StartElement startElement, XMLEventReader xmlEventReader, RequestAbstractType request) throws ParsingException
ParsingException
protected SubjectType getSubject(XMLEventReader xmlEventReader) throws ParsingException
ParsingException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.