Class ConfigModelV7.Tenant

  • All Implemented Interfaces:
    org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
    Enclosing class:
    ConfigModelV7

    public static class ConfigModelV7.Tenant
    extends Object
    implements org.elasticsearch.common.xcontent.ToXContentObject
    • Method Detail

      • getTenantPattern

        public String getTenantPattern()
      • isReadWrite

        public boolean isReadWrite()
      • getPermissions

        public Set<String> getPermissions()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toXContent

        public org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder,
                                                                            org.elasticsearch.common.xcontent.ToXContent.Params params)
                                                                     throws IOException
        Specified by:
        toXContent in interface org.elasticsearch.common.xcontent.ToXContent
        Throws:
        IOException