Uses of Class
org.wildfly.client.config.ConfigXMLParseException
Packages that use ConfigXMLParseException
Package
Description
Elytron Client enable remote clients to authenticate using Elytron.
-
Uses of ConfigXMLParseException in org.jboss.ejb._private
Methods in org.jboss.ejb._private that return ConfigXMLParseExceptionModifier and TypeMethodDescriptionfinal ConfigXMLParseExceptionLogs_$logger.noJBossModules(ConfigurationXMLStreamReader streamReader) Logs.noJBossModules(ConfigurationXMLStreamReader streamReader) -
Uses of ConfigXMLParseException in org.wildfly.client.config
Methods in org.wildfly.client.config that return ConfigXMLParseExceptionModifier and TypeMethodDescriptiondefault ConfigXMLParseExceptionConfigurationXMLStreamReader.missingRequiredAttribute(String namespaceUri, String localName) Return a throwable exception explaining that a required attribute with the given namespace and local name was missing.default ConfigXMLParseExceptionConfigurationXMLStreamReader.missingRequiredElement(String namespaceUri, String localName) Return a throwable exception explaining that a required element with the given namespace and local name was missing.default ConfigXMLParseExceptionConfigurationXMLStreamReader.numericAttributeValueOutOfRange(int index, long minValue, long maxValue) Return a throwable exception explaining that a numeric attribute at the given index was out of its required range.default ConfigXMLParseExceptionConfigurationXMLStreamReader.unexpectedAttribute(int i) Return a throwable exception explaining that the attribute at the current position with the given index was not expected.default ConfigXMLParseExceptionConfigurationXMLStreamReader.unexpectedContent()Return a throwable exception explaining that some unexpected content was encountered.default ConfigXMLParseExceptionConfigurationXMLStreamReader.unexpectedDocumentEnd()Return a throwable exception explaining that the document end was reached unexpectedly.default ConfigXMLParseExceptionConfigurationXMLStreamReader.unexpectedElement()Return a throwable exception explaining that the element at the current position was not expected.Methods in org.wildfly.client.config that throw ConfigXMLParseExceptionModifier and TypeMethodDescriptionvoidConfigurationXMLStreamReader.close()default StringConfigurationXMLStreamReader.getAttributeValueResolved(int index) Get the value of an attribute with expressions resolved.default booleanConfigurationXMLStreamReader.getBooleanAttributeValueResolved(int index) Get an attribute value as abooleanwith expressions resolved.default CidrAddressConfigurationXMLStreamReader.getCidrAddressAttributeValue(int index) Get an attribute value as aCidrAddress.default CidrAddressConfigurationXMLStreamReader.getCidrAddressAttributeValueResolved(int index) Get an attribute value as aCidrAddresswith expressions resolved.default ExpressionConfigurationXMLStreamReader.getElementExpression(Expression.Flag... flags) Get the element text content as an expression.default StringConfigurationXMLStreamReader.getElementText()default ExpressionConfigurationXMLStreamReader.getExpressionAttributeValue(int index, Expression.Flag... flags) Get an attribute value as a compiledExpression.default InetAddressConfigurationXMLStreamReader.getInetAddressAttributeValue(int index) Get an attribute value as aInetAddress.default InetAddressConfigurationXMLStreamReader.getInetAddressAttributeValueResolved(int index) Get an attribute value as aInetAddresswith expressions resolved.default intConfigurationXMLStreamReader.getIntAttributeValue(int index) Get the value of an attribute as an integer.default intConfigurationXMLStreamReader.getIntAttributeValue(int index, int minValue, int maxValue) Get the value of an attribute as an integer.default intConfigurationXMLStreamReader.getIntAttributeValueResolved(int index) Get the value of an attribute as an integer with expressions resolved.default intConfigurationXMLStreamReader.getIntAttributeValueResolved(int index, int minValue, int maxValue) Get the value of an attribute as an integer with expressions resolved.default int[]ConfigurationXMLStreamReader.getIntListAttributeValue(int index) Get the value of an attribute as an integer list.default int[]ConfigurationXMLStreamReader.getIntListAttributeValueResolved(int index) Get the value of an attribute as an integer list with expressions resolved.ConfigurationXMLStreamReader.getListAttributeValue(int index) Get the value of an attribute as a space-delimited string list.default String[]ConfigurationXMLStreamReader.getListAttributeValueAsArray(int index) Get the value of an attribute as a space-delimited string list, as an array.default String[]ConfigurationXMLStreamReader.getListAttributeValueAsArrayResolved(int index) Get the value of an attribute as a space-delimited string list with expressions resolved, as an array.ConfigurationXMLStreamReader.getListAttributeValueAsIterator(int index) Get the value of an attribute as a space-delimited string list, as an iterator.ConfigurationXMLStreamReader.getListAttributeValueAsIteratorResolved(int index) /** Get the value of an attribute as a space-delimited string list with expressions resolved, as an iterator.ConfigurationXMLStreamReader.getListAttributeValueResolved(int index) Get the value of an attribute as a space-delimited string list with expressions resolved.default longConfigurationXMLStreamReader.getLongAttributeValue(int index) Get the value of an attribute as a long.default longConfigurationXMLStreamReader.getLongAttributeValue(int index, long minValue, long maxValue) Get the value of an attribute as a long.default longConfigurationXMLStreamReader.getLongAttributeValueResolved(int index) Get the value of an attribute as a long with expressions resolved.default longConfigurationXMLStreamReader.getLongAttributeValueResolved(int index, long minValue, long maxValue) Get the value of an attribute as a long with expressions resolved.default long[]ConfigurationXMLStreamReader.getLongListAttributeValue(int index) Get the value of an attribute as a long integer list.default long[]ConfigurationXMLStreamReader.getLongListAttributeValueResolved(int index) Get the value of an attribute as a long integer list with expressions resolved.intConfigurationXMLStreamReader.getTextCharacters(int sourceStart, char[] target, int targetStart, int length) default URIConfigurationXMLStreamReader.getURIAttributeValue(int index) Get an attribute value as aURI.default URIConfigurationXMLStreamReader.getURIAttributeValueResolved(int index) Get an attribute value as aURIwith expressions resolved.booleanConfigurationXMLStreamReader.hasNext()intConfigurationXMLStreamReader.next()default intConfigurationXMLStreamReader.nextTag()ClientConfiguration.readConfiguration(Set<String> recognizedNamespaces) Get a stream reader over a configuration.default voiddefault voidConfigurationXMLStreamReader.skipContent() -
Uses of ConfigXMLParseException in org.wildfly.client.config._private
Methods in org.wildfly.client.config._private that return ConfigXMLParseExceptionModifier and TypeMethodDescriptionfinal ConfigXMLParseExceptionConfigMessages_$bundle.cidrAddressParseException(QName attributeName, String address, XMLLocation location) ConfigMessages.cidrAddressParseException(QName attributeName, String address, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.expectedEventType(String expectedEventTypeName, String eventTypeName, XMLLocation location) ConfigMessages.expectedEventType(String expectedEventTypeName, String eventTypeName, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.expectedLocalName(String expectedLocalName, String actualLocalName, XMLLocation location) ConfigMessages.expectedLocalName(String expectedLocalName, String actualLocalName, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.expectedNamespace(String expectedNamespaceURI, String actualNamespaceURI, XMLLocation location) ConfigMessages.expectedNamespace(String expectedNamespaceURI, String actualNamespaceURI, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.expectedStartElement(String eventTypeName, XMLLocation location) ConfigMessages.expectedStartElement(String eventTypeName, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.expectedStartOrEndElement(String eventTypeName, XMLLocation location) ConfigMessages.expectedStartOrEndElement(String eventTypeName, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.expressionParseException(IllegalArgumentException ex, QName attributeName, XMLLocation location) ConfigMessages.expressionParseException(IllegalArgumentException ex, QName attributeName, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.expressionTextParseException(IllegalArgumentException ex, XMLLocation location) ConfigMessages.expressionTextParseException(IllegalArgumentException ex, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.failedToCloseInput(XMLLocation location, IOException cause) ConfigMessages.failedToCloseInput(XMLLocation location, IOException cause) final ConfigXMLParseExceptionConfigMessages_$bundle.failedToReadInput(XMLLocation location, IOException cause) ConfigMessages.failedToReadInput(XMLLocation location, IOException cause) final ConfigXMLParseExceptionConfigMessages_$bundle.inetAddressParseException(QName attributeName, String address, XMLLocation location) ConfigMessages.inetAddressParseException(QName attributeName, String address, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.intParseException(NumberFormatException e, QName attributeName, XMLLocation location) ConfigMessages.intParseException(NumberFormatException e, QName attributeName, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.invalidUrl(XMLLocation location, MalformedURLException e) ConfigMessages.invalidUrl(XMLLocation location, MalformedURLException e) final ConfigXMLParseExceptionConfigMessages_$bundle.missingRequiredAttribute(String namespaceUri, String localName, XMLLocation location) ConfigMessages.missingRequiredAttribute(String namespaceUri, String localName, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.missingRequiredElement(String namespaceUri, String localName, XMLLocation location) ConfigMessages.missingRequiredElement(String namespaceUri, String localName, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.numericAttributeValueOutOfRange(QName attributeName, String actualValue, long minValue, long maxValue, XMLLocation location) ConfigMessages.numericAttributeValueOutOfRange(QName attributeName, String actualValue, long minValue, long maxValue, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.textCannotContainElements(XMLLocation location) ConfigMessages.textCannotContainElements(XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.unexpectedAttribute(QName name, XMLLocation location) ConfigMessages.unexpectedAttribute(QName name, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.unexpectedContent(String eventType, XMLLocation location) ConfigMessages.unexpectedContent(String eventType, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.unexpectedDocumentEnd(XMLLocation location) ConfigMessages.unexpectedDocumentEnd(XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.unexpectedElement(String localName, String namespaceUri, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.unexpectedElement(String localName, XMLLocation location) ConfigMessages.unexpectedElement(String localName, String namespaceUri, XMLLocation location) ConfigMessages.unexpectedElement(String localName, XMLLocation location) final ConfigXMLParseExceptionConfigMessages_$bundle.uriParseException(URISyntaxException e, QName attributeName, XMLLocation location) ConfigMessages.uriParseException(URISyntaxException e, QName attributeName, XMLLocation location) -
Uses of ConfigXMLParseException in org.wildfly.httpclient.common
Methods in org.wildfly.httpclient.common that return ConfigXMLParseExceptionModifier and TypeMethodDescriptionfinal ConfigXMLParseExceptionHttpClientMessages_$logger.portValueOutOfRange(int port) -
Uses of ConfigXMLParseException in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client that throw ConfigXMLParseExceptionModifier and TypeMethodDescriptionstatic SecurityFactory<AuthenticationContext>ElytronXmlParser.parseAuthenticationClientConfiguration()Parse an Elytron authentication client configuration from a configuration discovered using the default wildfly-client-config discovery rules.static SecurityFactory<AuthenticationContext>ElytronXmlParser.parseAuthenticationClientConfiguration(URI uri) Parse an Elytron authentication client configuration from a resource located at a specifiedURI.Constructors in org.wildfly.security.auth.client that throw ConfigXMLParseExceptionModifierConstructorDescriptionWildFlyElytronClientDefaultSSLContextSpi(String configPath) SSLContextSpi used by WildFlyElytronClientDefaultSSLContextProvider that uses Elytron client configuration from provided path to retrieve default SSLContext. -
Uses of ConfigXMLParseException in org.wildfly.security.auth.client._private
Methods in org.wildfly.security.auth.client._private that return ConfigXMLParseExceptionModifier and TypeMethodDescriptionfinal ConfigXMLParseExceptionElytronMessages_$logger.atLeastOneCipherSuiteAttributeMustBeProvided(String attribute1, String attribute2) ElytronMessages.atLeastOneCipherSuiteAttributeMustBeProvided(String attribute1, String attribute2) final ConfigXMLParseExceptionElytronMessages_$logger.duplicateAttributeFound(XMLStreamReader reader, String attribute) ElytronMessages.duplicateAttributeFound(XMLStreamReader reader, String attribute) final ConfigXMLParseExceptionElytronMessages_$logger.duplicateCredentialStoreName(XMLStreamReader reader, String storeName) ElytronMessages.duplicateCredentialStoreName(XMLStreamReader reader, String storeName) final ConfigXMLParseExceptionElytronMessages_$logger.keyStoreEntryMissing(Location location, String alias) ElytronMessages.keyStoreEntryMissing(Location location, String alias) final ConfigXMLParseExceptionElytronMessages_$logger.missingAlias(Location location) ElytronMessages.missingAlias(Location location) final ConfigXMLParseExceptionElytronMessages_$logger.nameCallbackHandlingWasUnsuccessful()ElytronMessages.nameCallbackHandlingWasUnsuccessful()final ConfigXMLParseExceptionElytronMessages_$logger.passwordCallbackHandlingWasUnsuccessful()ElytronMessages.passwordCallbackHandlingWasUnsuccessful()final ConfigXMLParseExceptionElytronMessages_$logger.unableToObtainSslContext()ElytronMessages.unableToObtainSslContext()final ConfigXMLParseExceptionElytronMessages_$logger.xmlCredentialStoreNameNotDefined(Location location, String storeName) ElytronMessages.xmlCredentialStoreNameNotDefined(Location location, String storeName) final ConfigXMLParseExceptionElytronMessages_$logger.xmlDuplicateAuthenticationConfigurationName(String name, ConfigurationXMLStreamReader reader) ElytronMessages.xmlDuplicateAuthenticationConfigurationName(String name, ConfigurationXMLStreamReader reader) final ConfigXMLParseExceptionElytronMessages_$logger.xmlDuplicateSslContextName(String name, ConfigurationXMLStreamReader reader) ElytronMessages.xmlDuplicateSslContextName(String name, ConfigurationXMLStreamReader reader) final ConfigXMLParseExceptionElytronMessages_$logger.xmlFailedToCreateCredential(Location location, Throwable cause) ElytronMessages.xmlFailedToCreateCredential(Location location, Throwable cause) final ConfigXMLParseExceptionElytronMessages_$logger.xmlFailedToCreateCredentialStore(Location location, Throwable cause) ElytronMessages.xmlFailedToCreateCredentialStore(Location location, Throwable cause) final ConfigXMLParseExceptionElytronMessages_$logger.xmlFailedToCreateKeyStore(Location location, Throwable cause) ElytronMessages.xmlFailedToCreateKeyStore(Location location, Throwable cause) final ConfigXMLParseExceptionElytronMessages_$logger.xmlFailedToLoadKeyStoreData(Location location, Throwable cause) ElytronMessages.xmlFailedToLoadKeyStoreData(Location location, Throwable cause) final ConfigXMLParseExceptionElytronMessages_$logger.xmlGssMechanismOidConversionFailed(XMLStreamReader reader, String mechanismOid, Throwable cause) ElytronMessages.xmlGssMechanismOidConversionFailed(XMLStreamReader reader, String mechanismOid, Throwable cause) final ConfigXMLParseExceptionElytronMessages_$logger.xmlInvalidCredentialStoreRef(Location location) ElytronMessages.xmlInvalidCredentialStoreRef(Location location) final ConfigXMLParseExceptionElytronMessages_$logger.xmlInvalidGssMechanismName(XMLStreamReader reader, String mechanismName) ElytronMessages.xmlInvalidGssMechanismName(XMLStreamReader reader, String mechanismName) final ConfigXMLParseExceptionElytronMessages_$logger.xmlInvalidKeyStoreEntryType(Location location, String alias, Class<?> expectedClass, Class<?> actualClass) ElytronMessages.xmlInvalidKeyStoreEntryType(Location location, String alias, Class<?> expectedClass, Class<?> actualClass) final ConfigXMLParseExceptionElytronMessages_$logger.xmlInvalidOpenSSHKey(ConfigurationXMLStreamReader reader) ElytronMessages.xmlInvalidOpenSSHKey(ConfigurationXMLStreamReader reader) final ConfigXMLParseExceptionElytronMessages_$logger.xmlInvalidPortNumber(XMLStreamReader reader, String attributeValue, String attributeName, QName elementName) ElytronMessages.xmlInvalidPortNumber(XMLStreamReader reader, String attributeValue, String attributeName, QName elementName) final ConfigXMLParseExceptionElytronMessages_$logger.xmlInvalidUrl(String url) ElytronMessages.xmlInvalidUrl(String url) final ConfigXMLParseExceptionElytronMessages_$logger.xmlNoModuleFound(XMLStreamReader reader, Exception e, String moduleIdentifier) ElytronMessages.xmlNoModuleFound(XMLStreamReader reader, Exception e, String moduleIdentifier) final ConfigXMLParseExceptionElytronMessages_$logger.xmlNoPemContent(ConfigurationXMLStreamReader reader) ElytronMessages.xmlNoPemContent(ConfigurationXMLStreamReader reader) final ConfigXMLParseExceptionElytronMessages_$logger.xmlUnableToIdentifyProvider(Location location, String providerName, String serviceType, String algorithm) ElytronMessages.xmlUnableToIdentifyProvider(Location location, String providerName, String serviceType, String algorithm) final ConfigXMLParseExceptionElytronMessages_$logger.xmlUnknownAuthenticationConfigurationSpecified(Location location, String name) ElytronMessages.xmlUnknownAuthenticationConfigurationSpecified(Location location, String name) final ConfigXMLParseExceptionElytronMessages_$logger.xmlUnknownKeyStoreSpecified(Location location) ElytronMessages.xmlUnknownKeyStoreSpecified(Location location) final ConfigXMLParseExceptionElytronMessages_$logger.xmlUnknownSslContextSpecified(Location location, String name) ElytronMessages.xmlUnknownSslContextSpecified(Location location, String name) final ConfigXMLParseExceptionElytronMessages_$logger.xmlUnsupportedAlgorithmForType(Location location, String algorithm, String type) ElytronMessages.xmlUnsupportedAlgorithmForType(Location location, String algorithm, String type) final ConfigXMLParseExceptionElytronMessages_$logger.xmlWrongPemType(ConfigurationXMLStreamReader reader, Class<?> expected, Class<?> actual) ElytronMessages.xmlWrongPemType(ConfigurationXMLStreamReader reader, Class<?> expected, Class<?> actual)