Class GetUserPrivilegesResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.GetUserPrivilegesResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetUserPrivilegesResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetUserPrivilegesResponse>Json deserializer forGetUserPrivilegesResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ApplicationPrivileges>Required - API name:applicationscluster()Required - API name:clusterfinal List<GlobalPrivilege>global()Required - API name:globalfinal List<UserIndicesPrivileges>indices()Required - API name:indicesstatic GetUserPrivilegesResponsefinal List<RemoteClusterPrivileges>API name:remote_clusterfinal List<RemoteUserIndicesPrivileges>API name:remote_indicesrunAs()Required - API name:run_asvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetUserPrivilegesResponseDeserializer(ObjectDeserializer<GetUserPrivilegesResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetUserPrivilegesResponse
-
-
Method Details
-
of
public static GetUserPrivilegesResponse of(Function<GetUserPrivilegesResponse.Builder, ObjectBuilder<GetUserPrivilegesResponse>> fn) -
applications
Required - API name:applications -
cluster
Required - API name:cluster -
remoteCluster
API name:remote_cluster -
global
Required - API name:global -
indices
Required - API name:indices -
remoteIndices
API name:remote_indices -
runAs
Required - API name:run_as -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetUserPrivilegesResponseDeserializer
protected static void setupGetUserPrivilegesResponseDeserializer(ObjectDeserializer<GetUserPrivilegesResponse.Builder> op)
-