public class SAML11ParserUtil extends Object
Constructor and Description |
---|
SAML11ParserUtil() |
public static SAML11AuthenticationStatementType parseAuthenticationStatement(XMLEventReader xmlEventReader) throws ParsingException
xmlEventReader
- ParsingException
public static SAML11SubjectConfirmationType parseSAML11SubjectConfirmation(XMLEventReader xmlEventReader) throws ParsingException
SAML11SubjectConfirmationType
xmlEventReader
- ParsingException
public static SubjectConfirmationDataType parseSubjectConfirmationData(XMLEventReader xmlEventReader) throws ParsingException
SubjectConfirmationDataType
xmlEventReader
- ParsingException
public static SAML11AttributeStatementType parseSAML11AttributeStatement(XMLEventReader xmlEventReader) throws ParsingException
SAML11AttributeStatementType
xmlEventReader
- ParsingException
public static SAML11AttributeType parseSAML11Attribute(XMLEventReader xmlEventReader) throws ParsingException
SAML11AttributeType
xmlEventReader
- ParsingException
public static void parseAttributeType(XMLEventReader xmlEventReader, StartElement startElement, String rootTag, SAML11AttributeType attributeType) throws ParsingException
SAML11AttributeType
xmlEventReader
- ParsingException
public static Object parseAttributeValue(XMLEventReader xmlEventReader) throws ParsingException
xmlEventReader
- ParsingException
public static SAML11AuthorizationDecisionStatementType parseSAML11AuthorizationDecisionStatement(XMLEventReader xmlEventReader) throws ParsingException
ParsingException
public static SAML11ConditionsType parseSAML11Conditions(XMLEventReader xmlEventReader) throws ParsingException
SAML11ConditionsType
xmlEventReader
- ParsingException
public static KeyInfoType parseKeyInfo(XMLEventReader xmlEventReader) throws ParsingException
ParsingException
public static RSAKeyValueType parseRSAKeyValue(XMLEventReader xmlEventReader) throws ParsingException
ParsingException
public static SAML11AttributeQueryType parseSAML11AttributeQuery(XMLEventReader xmlEventReader) throws ParsingException
SAML11AttributeQueryType
xmlEventReader
- ParsingException
public static SAML11AuthenticationQueryType parseSAML11AuthenticationQuery(XMLEventReader xmlEventReader) throws ParsingException
SAML11AttributeQueryType
xmlEventReader
- ParsingException
public static SAML11AuthorizationDecisionQueryType parseSAML11AuthorizationDecisionQueryType(XMLEventReader xmlEventReader) throws ParsingException
SAML11AuthorizationDecisionQueryType
xmlEventReader
- ParsingException
Copyright © 2018 JBoss by Red Hat. All rights reserved.