| Package | Description |
|---|---|
| org.jboss.remoting3 |
The base Remoting 3 API package.
|
| 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.
|
ConnectionPeerIdentity |
ConnectionPeerIdentityContext.getExistingIdentity(org.wildfly.security.auth.client.AuthenticationConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.xnio.IoFuture<ConnectionPeerIdentity> |
ConnectionPeerIdentityContext.authenticateAsync(org.wildfly.security.auth.client.AuthenticationConfiguration configuration) |
org.xnio.IoFuture<ConnectionPeerIdentity> |
LegacyEndpoint.getConnectedIdentity(URI destination,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration)
Deprecated.
|
org.xnio.IoFuture<ConnectionPeerIdentity> |
Endpoint.getConnectedIdentity(URI destination,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration)
Get a possibly shared, possibly existing connection to the destination.
|
default org.xnio.IoFuture<ConnectionPeerIdentity> |
Endpoint.getConnectedIdentity(URI destination,
String abstractType,
String abstractTypeAuthority)
Get a possibly shared, possibly existing connection to the destination.
|
default org.xnio.IoFuture<ConnectionPeerIdentity> |
Endpoint.getConnectedIdentity(URI destination,
String abstractType,
String abstractTypeAuthority,
org.wildfly.security.auth.client.AuthenticationContext context)
Get a possibly shared, possibly existing connection to the destination.
|
org.xnio.IoFuture<ConnectionPeerIdentity> |
LegacyEndpoint.getConnectedIdentityIfExists(URI destination,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration)
Deprecated.
|
org.xnio.IoFuture<ConnectionPeerIdentity> |
Endpoint.getConnectedIdentityIfExists(URI destination,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration)
Get a possibly shared, possibly existing connection to the destination, if the connection was already established.
|
default org.xnio.IoFuture<ConnectionPeerIdentity> |
Endpoint.getConnectedIdentityIfExists(URI destination,
String abstractType,
String abstractTypeAuthority,
org.wildfly.security.auth.client.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) |
Copyright © 2020 JBoss, a division of Red Hat, Inc.. All rights reserved.