Uses of Class
org.jboss.wsf.spi.metadata.config.ClientConfig
Packages that use ClientConfig Package Description org.jboss.wsf.spi.management org.jboss.wsf.spi.metadata.config org.jboss.wsf.spi.security Uses of ClientConfig in org.jboss.wsf.spi.management
Methods in org.jboss.wsf.spi.management that return ClientConfig Modifier and Type Method and Description ClientConfig
ServerConfig. getClientConfig(String name)
Get a client config by nameMethods in org.jboss.wsf.spi.management with parameters of type ClientConfig Modifier and Type Method and Description void
ServerConfig. registerClientConfig(ClientConfig config)
Register a client config in the server configuration; the new config will apply to runtime when the server config is started or after a client config store reload.void
ServerConfig. unregisterClientConfig(ClientConfig config)
Unregister a client config from the server configuration; the new config will be removed from the collection returned to callers after next endpoint store reload.Uses of ClientConfig in org.jboss.wsf.spi.metadata.config
Methods in org.jboss.wsf.spi.metadata.config that return ClientConfig Modifier and Type Method and Description ClientConfig
ConfigRoot. getClientConfigByName(String configName)
Methods in org.jboss.wsf.spi.metadata.config that return types with arguments of type ClientConfig Modifier and Type Method and Description List<ClientConfig>
ConfigRoot. getClientConfig()
Methods in org.jboss.wsf.spi.metadata.config with parameters of type ClientConfig Modifier and Type Method and Description void
ConfigRoot. addClientConfig(ClientConfig clientConfig)
Method parameters in org.jboss.wsf.spi.metadata.config with type arguments of type ClientConfig Modifier and Type Method and Description void
ConfigRoot. setClientConfig(List<ClientConfig> clientConfig)
Constructors in org.jboss.wsf.spi.metadata.config with parameters of type ClientConfig Constructor and Description ClientConfig(ClientConfig base, ClientConfig addon)
Uses of ClientConfig in org.jboss.wsf.spi.security
Methods in org.jboss.wsf.spi.security that return ClientConfig Modifier and Type Method and Description ClientConfig
ClientConfigProvider. configure(ClientConfig config, BindingProvider bindingProvider)
Methods in org.jboss.wsf.spi.security with parameters of type ClientConfig Modifier and Type Method and Description ClientConfig
ClientConfigProvider. configure(ClientConfig config, BindingProvider bindingProvider)
Copyright © 2020 JBoss, by Red Hat. All rights reserved.