Digest MD5 SASL Mechanism Handler REST Endpoints

Digest MD5 SASL Mechanism Handler
The DIGEST-MD5 SASL mechanism is used to perform all processing related to SASL DIGEST-MD5 authentication. The DIGEST-MD5 SASL mechanism is very similar to the CRAM-MD5 mechanism in that it allows for password-based authentication without exposing the password in the clear (although it does require that both the client and the server have access to the clear-text password). Like the CRAM-MD5 mechanism, it uses data that is randomly generated by the server to make it resistant to replay attacks, but it also includes randomly-generated data from the client, which makes it also resistant to problems resulting from weak server-side random number generation.
Add, Search, Compare or Delete Digest MD5 SASL Mechanism Handler
Method: post
Path: /rest/v1/admin
Delete a Digest MD5 SASL Mechanism Handler by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Digest MD5 SASL Mechanism Handler by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Digest MD5 SASL Mechanism Handler by DN
Method: patch
Path: /rest/v1/admin/{dn}