Uses of Class
org.wildfly.naming.client.ProviderEnvironment.Builder
-
Packages that use ProviderEnvironment.Builder Package Description org.wildfly.naming.client -
-
Uses of ProviderEnvironment.Builder in org.wildfly.naming.client
Methods in org.wildfly.naming.client that return ProviderEnvironment.Builder Modifier and Type Method Description ProviderEnvironment.BuilderProviderEnvironment.Builder. addProviderUri(URI uri)Add a provider URL to the environment being built.ProviderEnvironment.BuilderProviderEnvironment.Builder. addProviderUris(Collection<URI> uris)Add a provider URL to the environment being built.ProviderEnvironment.BuilderProviderEnvironment.Builder. populateFromEnvironment(Map<String,?> environment)Populate this builder from the given JNDI environment map.ProviderEnvironment.BuilderProviderEnvironment.Builder. setAuthenticationContextSupplier(Supplier<AuthenticationContext> authenticationContextSupplier)Set the authentication context supplier to use.
-