Interface NativeInterfaceCommonPolicy


public interface NativeInterfaceCommonPolicy
Policy information for the native mangement interface that is common across both standalone and domain mode.
Author:
Darran Lofthouse
  • Method Summary

    Modifier and Type
    Method
    Description
    org.xnio.OptionMap
    Get the connector options based on the current configuration.
    Get the name of the SASL authentication factory to use to secure the native interface.
    Get the name of the SSLContext to use to enable SSL for this management interface.
  • Method Details

    • 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.