|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.core.parsers.util.SAMLParserUtil
public class SAMLParserUtil
Utility methods for SAML Parser
Constructor Summary | |
---|---|
SAMLParserUtil()
|
Method Summary | |
---|---|
static AttributeType |
parseAttribute(XMLEventReader xmlEventReader)
Parse an AttributeType |
static AttributeStatementType |
parseAttributeStatement(XMLEventReader xmlEventReader)
Parse an AttributeStatementType |
static void |
parseAttributeType(XMLEventReader xmlEventReader,
StartElement startElement,
String rootTag,
AttributeType attributeType)
Parse an AttributeType |
static Object |
parseAttributeValue(XMLEventReader xmlEventReader)
Parse Attribute value |
static AuthnContextType |
parseAuthnContextType(XMLEventReader xmlEventReader)
Parse the AuthnContext Type inside the AuthnStatement |
static AuthnStatementType |
parseAuthnStatement(XMLEventReader xmlEventReader)
Parse the AuthnStatement inside the assertion |
static KeyInfoType |
parseKeyInfo(XMLEventReader xmlEventReader)
|
static NameIDType |
parseNameIDType(XMLEventReader xmlEventReader)
Parse a NameIDType |
static List<String> |
parseProtocolEnumeration(StartElement startElement)
Parse a space delimited list of strings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLParserUtil()
Method Detail |
---|
public static KeyInfoType parseKeyInfo(XMLEventReader xmlEventReader) throws ParsingException
ParsingException
public static AttributeStatementType parseAttributeStatement(XMLEventReader xmlEventReader) throws ParsingException
AttributeStatementType
xmlEventReader
-
ParsingException
public static AttributeType parseAttribute(XMLEventReader xmlEventReader) throws ParsingException
AttributeType
xmlEventReader
-
ParsingException
public static void parseAttributeType(XMLEventReader xmlEventReader, StartElement startElement, String rootTag, AttributeType attributeType) throws ParsingException
AttributeType
xmlEventReader
-
ParsingException
public static Object parseAttributeValue(XMLEventReader xmlEventReader) throws ParsingException
xmlEventReader
-
ParsingException
public static AuthnStatementType parseAuthnStatement(XMLEventReader xmlEventReader) throws ParsingException
xmlEventReader
-
ParsingException
public static AuthnContextType parseAuthnContextType(XMLEventReader xmlEventReader) throws ParsingException
xmlEventReader
-
ParsingException
public static NameIDType parseNameIDType(XMLEventReader xmlEventReader) throws ParsingException
NameIDType
xmlEventReader
-
ParsingException
public static List<String> parseProtocolEnumeration(StartElement startElement)
startElement
-
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |