Uses of Class
org.elasticsearch.client.security.user.privileges.IndicesPrivileges
-
Packages that use IndicesPrivileges Package Description org.elasticsearch.client.security org.elasticsearch.client.security.user.privileges -
-
Uses of IndicesPrivileges in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return types with arguments of type IndicesPrivileges Modifier and Type Method Description Set<IndicesPrivileges>HasPrivilegesRequest. getIndexPrivileges() -
Uses of IndicesPrivileges in org.elasticsearch.client.security.user.privileges
Methods in org.elasticsearch.client.security.user.privileges that return IndicesPrivileges Modifier and Type Method Description IndicesPrivilegesIndicesPrivileges.Builder. build()static IndicesPrivilegesIndicesPrivileges. fromXContent(XContentParser parser)Methods in org.elasticsearch.client.security.user.privileges that return types with arguments of type IndicesPrivileges Modifier and Type Method Description Set<IndicesPrivileges>Role. getIndicesPrivileges()Methods in org.elasticsearch.client.security.user.privileges with parameters of type IndicesPrivileges Modifier and Type Method Description Role.BuilderRole.Builder. indicesPrivileges(IndicesPrivileges... indicesPrivileges)Method parameters in org.elasticsearch.client.security.user.privileges with type arguments of type IndicesPrivileges Modifier and Type Method Description Role.BuilderRole.Builder. indicesPrivileges(Collection<IndicesPrivileges> indicesPrivileges)
-