ProviderEnvironment.Builder |
ProviderEnvironment.Builder.addProviderUri(URI uri) |
Add a provider URL to the environment being built.
|
ProviderEnvironment.Builder |
ProviderEnvironment.Builder.addProviderUris(Collection<URI> uris) |
Add a provider URL to the environment being built.
|
ProviderEnvironment.Builder |
ProviderEnvironment.Builder.populateFromEnvironment(Map<String,?> environment) |
Populate this builder from the given JNDI environment map.
|
ProviderEnvironment.Builder |
ProviderEnvironment.Builder.setAuthenticationContextSupplier(Supplier<org.wildfly.security.auth.client.AuthenticationContext> authenticationContextSupplier) |
Set the authentication context supplier to use.
|