Class ExtensionComponents

java.lang.Object
org.elasticsearch.xpack.security.support.ExtensionComponents
All Implemented Interfaces:
org.elasticsearch.xpack.core.security.SecurityExtension.SecurityComponents

public final class ExtensionComponents extends Object implements org.elasticsearch.xpack.core.security.SecurityExtension.SecurityComponents
Immutable implementation of SecurityExtension.SecurityComponents.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExtensionComponents(org.elasticsearch.env.Environment environment, org.elasticsearch.client.internal.Client client, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.watcher.ResourceWatcherService resourceWatcherService, org.elasticsearch.xpack.core.security.authc.support.UserRoleMapper roleMapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.elasticsearch.client.internal.Client
     
    org.elasticsearch.cluster.service.ClusterService
     
    org.elasticsearch.env.Environment
     
    org.elasticsearch.watcher.ResourceWatcherService
     
    org.elasticsearch.xpack.core.security.authc.support.UserRoleMapper
     
    org.elasticsearch.common.settings.Settings
     
    org.elasticsearch.threadpool.ThreadPool
     

    Methods inherited from class java.lang.Object

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

    • ExtensionComponents

      public ExtensionComponents(org.elasticsearch.env.Environment environment, org.elasticsearch.client.internal.Client client, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.watcher.ResourceWatcherService resourceWatcherService, org.elasticsearch.xpack.core.security.authc.support.UserRoleMapper roleMapper)
  • Method Details

    • settings

      public org.elasticsearch.common.settings.Settings settings()
      Specified by:
      settings in interface org.elasticsearch.xpack.core.security.SecurityExtension.SecurityComponents
    • environment

      public org.elasticsearch.env.Environment environment()
      Specified by:
      environment in interface org.elasticsearch.xpack.core.security.SecurityExtension.SecurityComponents
    • client

      public org.elasticsearch.client.internal.Client client()
      Specified by:
      client in interface org.elasticsearch.xpack.core.security.SecurityExtension.SecurityComponents
    • threadPool

      public org.elasticsearch.threadpool.ThreadPool threadPool()
      Specified by:
      threadPool in interface org.elasticsearch.xpack.core.security.SecurityExtension.SecurityComponents
    • resourceWatcherService

      public org.elasticsearch.watcher.ResourceWatcherService resourceWatcherService()
      Specified by:
      resourceWatcherService in interface org.elasticsearch.xpack.core.security.SecurityExtension.SecurityComponents
    • clusterService

      public org.elasticsearch.cluster.service.ClusterService clusterService()
      Specified by:
      clusterService in interface org.elasticsearch.xpack.core.security.SecurityExtension.SecurityComponents
    • roleMapper

      public org.elasticsearch.xpack.core.security.authc.support.UserRoleMapper roleMapper()
      Specified by:
      roleMapper in interface org.elasticsearch.xpack.core.security.SecurityExtension.SecurityComponents