Class GetBuiltinPrivilegesResponse
- java.lang.Object
-
- org.elasticsearch.client.security.GetBuiltinPrivilegesResponse
-
public final class GetBuiltinPrivilegesResponse extends Object
Get builtin privileges response
-
-
Constructor Summary
Constructors Constructor Description GetBuiltinPrivilegesResponse(Collection<String> cluster, Collection<String> index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static GetBuiltinPrivilegesResponsefromXContent(XContentParser parser)Set<String>getClusterPrivileges()Set<String>getIndexPrivileges()inthashCode()
-
-
-
Constructor Detail
-
GetBuiltinPrivilegesResponse
public GetBuiltinPrivilegesResponse(Collection<String> cluster, Collection<String> index)
-
-
Method Detail
-
fromXContent
public static GetBuiltinPrivilegesResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-