Class SAMLParserUtil
java.lang.Object
org.keycloak.saml.processing.core.parsers.util.SAMLParserUtil
Utility methods for SAML Parser
- Since:
- Nov 4, 2010
- Author:
- Anil.Saldhana@redhat.com
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NameIDType
parseNameIDType
(XMLEventReader xmlEventReader) Parse aNameIDType
static void
validateAttributeValue
(StartElement element, HasQName attributeName, String expectedValue)
-
Constructor Details
-
SAMLParserUtil
public SAMLParserUtil()
-
-
Method Details
-
parseNameIDType
Parse aNameIDType
- Parameters:
xmlEventReader
-- Returns:
- Throws:
ParsingException
-
validateAttributeValue
public static void validateAttributeValue(StartElement element, HasQName attributeName, String expectedValue) throws ParsingException - Throws:
ParsingException
-