Class FieldRuleBuilders

java.lang.Object
co.elastic.clients.elasticsearch.security.FieldRuleBuilders

public class FieldRuleBuilders
extends java.lang.Object
Builders for FieldRule variants.

Variants username, dn, groups, metadata are not available here as they don't have a dedicated class. Use FieldRule's builder for these.

  • Method Summary

    Modifier and Type Method Description
    static Realm.Builder realm()
    Creates a builder for the realm FieldRule variant.

    Methods inherited from class java.lang.Object

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

    • realm

      public static Realm.Builder realm()
      Creates a builder for the realm FieldRule variant.