public abstract class AbstractOutboundConnectionService extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
OUTBOUND_CONNECTION_BASE_SERVICE_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOutboundConnectionService() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.wildfly.security.auth.client.AuthenticationConfiguration |
getAuthenticationConfiguration()
Get the connection authentication configuration.
|
abstract URI |
getDestinationUri()
Get the destination URI for the connection.
|
abstract SSLContext |
getSSLContext()
Get the connection SSL Context.
|
public static final org.jboss.msc.service.ServiceName OUTBOUND_CONNECTION_BASE_SERVICE_NAME
public abstract URI getDestinationUri()
public abstract org.wildfly.security.auth.client.AuthenticationConfiguration getAuthenticationConfiguration()
public abstract SSLContext getSSLContext()
Copyright © 2020 JBoss by Red Hat. All rights reserved.