| Package | Description |
|---|---|
| org.wildfly.naming.client | |
| org.wildfly.naming.client.remote |
| Modifier and Type | Method and Description |
|---|---|
static NamingProvider.Location |
NamingProvider.Location.of(URI uri) |
static NamingProvider.Location |
NamingProvider.Location.of(URI uri,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration,
SSLContext sslContext) |
| Modifier and Type | Method and Description |
|---|---|
List<NamingProvider.Location> |
NamingProvider.getLocations()
Get the location(s) of this provider.
|
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.security.auth.client.PeerIdentity |
NamingProvider.getPeerIdentityForNaming(NamingProvider.Location location)
Get the peer identity to use for context operations for the specified location.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamingProvider.Location> |
RemoteNamingProvider.getLocations() |
| Modifier and Type | Method and Description |
|---|---|
org.xnio.IoFuture<org.jboss.remoting3.ConnectionPeerIdentity> |
RemoteNamingProvider.getFuturePeerIdentity(NamingProvider.Location location)
Get the future connection peer identity.
|
org.jboss.remoting3.ConnectionPeerIdentity |
RemoteNamingProvider.getPeerIdentity(NamingProvider.Location location)
Get the connection peer identity.
|
org.jboss.remoting3.ConnectionPeerIdentity |
RemoteNamingProvider.getPeerIdentityForNaming(NamingProvider.Location location)
Get the connection peer identity for a naming operation.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.