| 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(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 | 
|---|---|
| IoFuture<ConnectionPeerIdentity> | ConnectionPeerIdentityContext. authenticateAsync(AuthenticationConfiguration configuration) | 
| IoFuture<ConnectionPeerIdentity> | Endpoint. getConnectedIdentity(URI destination,
                    SSLContext sslContext,
                    AuthenticationConfiguration authenticationConfiguration)Get a possibly shared, possibly existing connection to the destination. | 
| default IoFuture<ConnectionPeerIdentity> | Endpoint. getConnectedIdentity(URI destination,
                    String abstractType,
                    String abstractTypeAuthority)Get a possibly shared, possibly existing connection to the destination. | 
| default IoFuture<ConnectionPeerIdentity> | Endpoint. getConnectedIdentity(URI destination,
                    String abstractType,
                    String abstractTypeAuthority,
                    AuthenticationContext context)Get a possibly shared, possibly existing connection to the destination. | 
| IoFuture<ConnectionPeerIdentity> | Endpoint. getConnectedIdentityIfExists(URI destination,
                            SSLContext sslContext,
                            AuthenticationConfiguration authenticationConfiguration)Get a possibly shared, possibly existing connection to the destination, if the connection was already established. | 
| default IoFuture<ConnectionPeerIdentity> | Endpoint. getConnectedIdentityIfExists(URI destination,
                            String abstractType,
                            String abstractTypeAuthority,
                            AuthenticationContext context)Get a possibly shared, possibly existing connection to the destination, if the connection was already established. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Connection | ToConnectionFuture. convert(ConnectionPeerIdentity arg) | 
| Modifier and Type | Method and Description | 
|---|---|
| ConnectionPeerIdentity | RemoteNamingProvider. getPeerIdentity(URI location)Get the connection peer identity. | 
| ConnectionPeerIdentity | RemoteNamingProvider. getPeerIdentityForNaming()Get the connection peer identity for a naming operation. | 
| ConnectionPeerIdentity | RemoteNamingProvider. getPeerIdentityForNaming(URI location)Get the connection peer identity for a naming operation. | 
| ConnectionPeerIdentity | RemoteNamingProvider. getPeerIdentityForNamingUsingRetry(RetryContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| IoFuture<ConnectionPeerIdentity> | RemoteNamingProvider. getFuturePeerIdentity(URI location)Get the future connection peer identity. | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.