Interface NativeInterfaceCommonPolicy
-
public interface NativeInterfaceCommonPolicyPolicy information for the native mangement interface that is common across both standalone and domain mode.- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.xnio.OptionMapgetConnectorOptions()Get the connector options based on the current configuration.StringgetSaslAuthenticationFactory()Get the name of the SASL authentication factory to use to secure the native interface.StringgetSSLContext()Get the name of the SSLContext to use to enable SSL for this management interface.
-
-
-
Method Detail
-
getSaslAuthenticationFactory
String getSaslAuthenticationFactory()
Get the name of the SASL authentication factory to use to secure the native interface.- Returns:
- The name of the SASL authentication factory to use to secure the native interface.
-
getSSLContext
String getSSLContext()
Get the name of the SSLContext to use to enable SSL for this management interface.- Returns:
- the name of the SSLContext to use to enable SSL for this management interface.
-
getConnectorOptions
org.xnio.OptionMap getConnectorOptions()
Get the connector options based on the current configuration.- Returns:
- the connector options based on the current configuration.
-
-