Uses of Interface
org.keycloak.saml.processing.core.parsers.util.HasQName
Package
Description
-
Uses of HasQName in org.keycloak.saml.common.util
Modifier and TypeMethodDescriptionstatic String
StaxParserUtil.getAttributeValue
(StartElement startElement, HasQName attrName) Get the Attribute valuestatic String
StaxParserUtil.getAttributeValueRP
(StartElement startElement, HasQName attrName) Get the Attribute value, replacing every occurrence of ${..} by corresponding system property valuestatic Boolean
StaxParserUtil.getBooleanAttributeValue
(StartElement startElement, HasQName attrName) Get the Attribute valuestatic Boolean
StaxParserUtil.getBooleanAttributeValueRP
(StartElement startElement, HasQName attrName) Get the Attribute value, replacing every occurrence of ${..} by corresponding system property valuestatic Integer
StaxParserUtil.getIntegerAttributeValue
(StartElement startElement, HasQName attrName) Get the Attribute valuestatic Integer
StaxParserUtil.getIntegerAttributeValueRP
(StartElement startElement, HasQName attrName) Get the Attribute value, replacing every occurrence of ${..} by corresponding system property valuestatic Long
StaxParserUtil.getLongAttributeValue
(StartElement startElement, HasQName attrName) Get the Attribute valuestatic Long
StaxParserUtil.getLongAttributeValueRP
(StartElement startElement, HasQName attrName) Get the Attribute valuestatic String
StaxParserUtil.getRequiredAttributeValue
(StartElement startElement, HasQName attrName) static String
StaxParserUtil.getRequiredAttributeValueRP
(StartElement startElement, HasQName attrName) StaxParserUtil.getRequiredStringListAttributeValue
(StartElement startElement, HasQName attrName) Parse a space delimited list of stringsstatic URI
StaxParserUtil.getUriAttributeValue
(StartElement startElement, HasQName attrName) Get the Attribute valuestatic Duration
StaxParserUtil.getXmlDurationAttributeValue
(StartElement startElement, HasQName attrName) Get the Attribute valuestatic XMLGregorianCalendar
StaxParserUtil.getXmlTimeAttributeValue
(StartElement startElement, HasQName attrName) Get the Attribute value -
Uses of HasQName in org.keycloak.saml.processing.core.parsers.saml.assertion
Modifier and TypeClassDescriptionenum
Elements and attribute names from saml-schema-assertion-2.0.xsd -
Uses of HasQName in org.keycloak.saml.processing.core.parsers.saml.metadata
-
Uses of HasQName in org.keycloak.saml.processing.core.parsers.saml.protocol
Modifier and TypeClassDescriptionenum
Elements from saml-schema-protocol-2.0.xsd -
Uses of HasQName in org.keycloak.saml.processing.core.parsers.saml.xmldsig
-
Uses of HasQName in org.keycloak.saml.processing.core.parsers.util
Modifier and TypeMethodDescriptionstatic void
SAMLParserUtil.validateAttributeValue
(StartElement element, HasQName attributeName, String expectedValue)