Class GetDistinguishedNameRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.security.GetDistinguishedNameRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetDistinguishedNameRequest.Builder,GetDistinguishedNameRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetDistinguishedNameRequest
extends RequestBase
implements ToCopyableBuilder<GetDistinguishedNameRequest.Builder,GetDistinguishedNameRequest>
Retrieves all node distinguished names. Requires super admin or REST API permissions.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "security.get_distinguished_name". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()final StringRequired - The name of the cluster to retrieve that cluster's nodes DN settings.booleaninthashCode()static GetDistinguishedNameRequestfinal BooleanshowAll()Whether to include or exclude any static node's DN settings from the final result.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetDistinguishedNameRequest,GetDistinguishedNameResponse, _ENDPOINTErrorResponse> Endpoint "security.get_distinguished_name".
-
-
Method Details
-
of
-
clusterName
Required - The name of the cluster to retrieve that cluster's nodes DN settings.API name:
cluster_name -
showAll
Whether to include or exclude any static node's DN settings from the final result.API name:
show_all -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDistinguishedNameRequest.Builder,GetDistinguishedNameRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-