Class ProfileConfigurations

java.lang.Object
org.elasticsearch.xpack.core.security.transport.ProfileConfigurations

public final class ProfileConfigurations extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static Map<String,org.elasticsearch.common.ssl.SslConfiguration>
    get(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.xpack.core.ssl.SSLService sslService, org.elasticsearch.common.ssl.SslConfiguration defaultConfiguration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • get

      public static Map<String,org.elasticsearch.common.ssl.SslConfiguration> get(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.xpack.core.ssl.SSLService sslService, org.elasticsearch.common.ssl.SslConfiguration defaultConfiguration)