public final class ElytronXmlParser extends Object
Modifier and Type | Method and Description |
---|---|
static SecurityFactory<AuthenticationContext> |
parseAuthenticationClientConfiguration()
Parse an Elytron authentication client configuration from a configuration discovered using the default wildfly-client-config discovery rules.
|
static SecurityFactory<AuthenticationContext> |
parseAuthenticationClientConfiguration(URI uri)
Parse an Elytron authentication client configuration from a resource located at a specified
URI . |
public static SecurityFactory<AuthenticationContext> parseAuthenticationClientConfiguration() throws org.wildfly.client.config.ConfigXMLParseException
org.wildfly.client.config.ConfigXMLParseException
- if the resource failed to be parsedpublic static SecurityFactory<AuthenticationContext> parseAuthenticationClientConfiguration(URI uri) throws org.wildfly.client.config.ConfigXMLParseException
URI
.uri
- the URI
of the configuration.org.wildfly.client.config.ConfigXMLParseException
- if the resource failed to be parsedCopyright © 2020 JBoss by Red Hat. All rights reserved.