Plain SASL Mechanism Handler REST Endpoints

Plain SASL Mechanism Handler
The Plain SASL Mechanism Handler performs all processing related to SASL PLAIN authentication. The PLAIN SASL mechanism provides the ability for clients to authenticate using a username and password. This authentication is very similar to standard LDAP simple authentication, with the exception that it can authenticate based on an authentication ID (for example, a username) rather than requiring a full DN, and it can also include an authorization ID in addition to the authentication ID. Note that the SASL PLAIN mechanism does not make any attempt to protect the password.
Add, Search, Compare or Delete Plain SASL Mechanism Handler
Method: post
Path: /rest/v1/admin
Delete a Plain SASL Mechanism Handler by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Plain SASL Mechanism Handler by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Plain SASL Mechanism Handler by DN
Method: patch
Path: /rest/v1/admin/{dn}