| Package | Description |
|---|---|
| org.jboss.remoting3 |
The base Remoting 3 API package.
|
| org.wildfly.naming.client.remote |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPeerIdentity |
ConnectionPeerIdentityContext.authenticate(org.wildfly.security.auth.client.AuthenticationConfiguration configuration)
Perform an authentication.
|
ConnectionPeerIdentity |
ConnectionPeerIdentityContext.getAnonymousIdentity()
Get the anonymous identity for this context.
|
ConnectionPeerIdentity |
Connection.getConnectionAnonymousIdentity()
Get the anonymous peer identity for the connection.
|
ConnectionPeerIdentity |
Connection.getConnectionPeerIdentity()
Get the peer identity for the connection.
|
ConnectionPeerIdentity |
ConnectionPeerIdentityContext.getCurrentIdentity()
Get the current identity.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ConnectionPeerIdentity |
RemoteNamingProvider.getPeerIdentity()
Get the connection peer identity.
|
ConnectionPeerIdentity |
RemoteNamingProvider.getPeerIdentityForNaming()
Get the connection peer identity for a naming operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IoFuture<ConnectionPeerIdentity> |
RemoteNamingProvider.getFuturePeerIdentity()
Get the future connection peer identity.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.