Package org.jboss.as.remoting
Class InsecureOutboundConnection
- java.lang.Object
-
- org.jboss.as.remoting.InsecureOutboundConnection
-
- All Implemented Interfaces:
OutboundConnection
public class InsecureOutboundConnection extends Object implements OutboundConnection
OutboundConnectionwith no authentication/encryption.- Author:
- Paul Ferraro
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.network.OutboundConnection
SERVICE_DESCRIPTOR
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wildfly.security.auth.client.AuthenticationConfigurationgetAuthenticationConfiguration()URIgetDestinationUri()SSLContextgetSSLContext()
-
-
-
Method Detail
-
getDestinationUri
public URI getDestinationUri()
- Specified by:
getDestinationUriin interfaceOutboundConnection
-
getAuthenticationConfiguration
public org.wildfly.security.auth.client.AuthenticationConfiguration getAuthenticationConfiguration()
- Specified by:
getAuthenticationConfigurationin interfaceOutboundConnection
-
getSSLContext
public SSLContext getSSLContext()
- Specified by:
getSSLContextin interfaceOutboundConnection
-
-