Class SecurityImplicitBehaviorBootstrapCheck

java.lang.Object
org.elasticsearch.xpack.security.SecurityImplicitBehaviorBootstrapCheck
All Implemented Interfaces:
org.elasticsearch.bootstrap.BootstrapCheck

public class SecurityImplicitBehaviorBootstrapCheck extends Object implements org.elasticsearch.bootstrap.BootstrapCheck
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.bootstrap.BootstrapCheck

    org.elasticsearch.bootstrap.BootstrapCheck.BootstrapCheckResult
  • Constructor Summary

    Constructors
    Constructor
    Description
    SecurityImplicitBehaviorBootstrapCheck(org.elasticsearch.env.NodeMetadata nodeMetadata)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    org.elasticsearch.bootstrap.BootstrapCheck.BootstrapCheckResult
    check(org.elasticsearch.bootstrap.BootstrapContext context)
     

    Methods inherited from class java.lang.Object

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

    • SecurityImplicitBehaviorBootstrapCheck

      public SecurityImplicitBehaviorBootstrapCheck(org.elasticsearch.env.NodeMetadata nodeMetadata)
  • Method Details

    • check

      public org.elasticsearch.bootstrap.BootstrapCheck.BootstrapCheckResult check(org.elasticsearch.bootstrap.BootstrapContext context)
      Specified by:
      check in interface org.elasticsearch.bootstrap.BootstrapCheck
    • alwaysEnforce

      public boolean alwaysEnforce()
      Specified by:
      alwaysEnforce in interface org.elasticsearch.bootstrap.BootstrapCheck