public interface NamingProvider extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
default void |
close()
Close the provider.
|
org.wildfly.security.auth.client.PeerIdentity |
getPeerIdentityForNaming()
Get the peer identity to use for context operations.
|
URI |
getProviderUri()
Get the provider URI of this provider.
|
URI getProviderUri()
null)org.wildfly.security.auth.client.PeerIdentity getPeerIdentityForNaming()
throws NamingException
null)NamingException - if connecting, authenticating, or re-authenticating the peer faileddefault void close()
throws NamingException
InitialContext is closed. This method
should be idempotent.close in interface AutoCloseableNamingException - if an error occurred while closing this providerCopyright © 2016 JBoss by Red Hat. All rights reserved.