Uses of Class
org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
-
Packages that use ApplicationPrivilege Package Description org.elasticsearch.client.security org.elasticsearch.client.security.user.privileges -
-
Uses of ApplicationPrivilege in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return types with arguments of type ApplicationPrivilege Modifier and Type Method Description Set<ApplicationPrivilege>GetPrivilegesResponse. getPrivileges()Map<String,List<ApplicationPrivilege>>PutPrivilegesRequest. getPrivileges()Constructor parameters in org.elasticsearch.client.security with type arguments of type ApplicationPrivilege Constructor Description GetPrivilegesResponse(Collection<ApplicationPrivilege> privileges)PutPrivilegesRequest(List<ApplicationPrivilege> privileges, RefreshPolicy refreshPolicy) -
Uses of ApplicationPrivilege in org.elasticsearch.client.security.user.privileges
Fields in org.elasticsearch.client.security.user.privileges with type parameters of type ApplicationPrivilege Modifier and Type Field Description static ConstructingObjectParser<ApplicationPrivilege,String>ApplicationPrivilege. PARSERMethods in org.elasticsearch.client.security.user.privileges that return ApplicationPrivilege Modifier and Type Method Description ApplicationPrivilegeApplicationPrivilege.Builder. build()
-