public abstract class SAMLRequestAbstractParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected XMLGregorianCalendar |
issueInstant |
protected static PicketLinkLogger |
logger |
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 static final PicketLinkLogger logger
protected String id
protected String version
protected XMLGregorianCalendar issueInstant
protected void parseRequiredAttributes(StartElement startElement) throws ParsingException
ParsingExceptionprotected void parseBaseAttributes(StartElement startElement, RequestAbstractType request) throws ParsingException
startElement - request - ParsingExceptionprotected void parseCommonElements(StartElement startElement, XMLEventReader xmlEventReader, RequestAbstractType request) throws ParsingException
ParsingExceptionprotected SubjectType getSubject(XMLEventReader xmlEventReader) throws ParsingException
ParsingExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.