Modifier and Type | Method and Description |
---|---|
static String |
StaxParserUtil.getAttributeValue(StartElement startElement,
HasQName attrName)
Get the Attribute value
|
static String |
StaxParserUtil.getAttributeValueRP(StartElement startElement,
HasQName attrName)
Get the Attribute value, replacing every occurrence of ${..} by corresponding system property value
|
static Boolean |
StaxParserUtil.getBooleanAttributeValue(StartElement startElement,
HasQName attrName)
Get the Attribute value
|
static Boolean |
StaxParserUtil.getBooleanAttributeValueRP(StartElement startElement,
HasQName attrName)
Get the Attribute value, replacing every occurrence of ${..} by corresponding system property value
|
static Integer |
StaxParserUtil.getIntegerAttributeValue(StartElement startElement,
HasQName attrName)
Get the Attribute value
|
static Integer |
StaxParserUtil.getIntegerAttributeValueRP(StartElement startElement,
HasQName attrName)
Get the Attribute value, replacing every occurrence of ${..} by corresponding system property value
|
static String |
StaxParserUtil.getRequiredAttributeValue(StartElement startElement,
HasQName attrName) |
static String |
StaxParserUtil.getRequiredAttributeValueRP(StartElement startElement,
HasQName attrName) |
static List<String> |
StaxParserUtil.getRequiredStringListAttributeValue(StartElement startElement,
HasQName attrName)
Parse a space delimited list of strings
|
static URI |
StaxParserUtil.getUriAttributeValue(StartElement startElement,
HasQName attrName)
Get the Attribute value
|
static Duration |
StaxParserUtil.getXmlDurationAttributeValue(StartElement startElement,
HasQName attrName)
Get the Attribute value
|
static XMLGregorianCalendar |
StaxParserUtil.getXmlTimeAttributeValue(StartElement startElement,
HasQName attrName)
Get the Attribute value
|
Modifier and Type | Class and Description |
---|---|
class |
SAMLAssertionQNames
Elements and attribute names from saml-schema-assertion-2.0.xsd
|
Modifier and Type | Class and Description |
---|---|
class |
SAMLMetadataQNames |
Modifier and Type | Class and Description |
---|---|
class |
SAMLProtocolQNames
Elements from saml-schema-protocol-2.0.xsd
|
Modifier and Type | Class and Description |
---|---|
class |
XmlDSigQNames
Elements from saml-schema-protocol-2.0.xsd
|
Modifier and Type | Class and Description |
---|---|
class |
QNameEnumLookup<E extends Enum<E> & HasQName> |
Modifier and Type | Method and Description |
---|---|
static void |
SAMLParserUtil.validateAttributeValue(StartElement element,
HasQName attributeName,
String expectedValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.