Clear Password Storage Scheme REST Endpoints

Clear Password Storage Scheme
The Clear Password Storage Scheme provides a mechanism for storing user passwords in clear text, without any form of obfuscation. This scheme contains only an implementation for the user password syntax, with a storage scheme name of "CLEAR". The Clear Password Storage Scheme should only be used if there are client applications that specifically require this capability.
Add, Search, Compare or Delete Clear Password Storage Scheme
Method: post
Path: /rest/v1/admin
Delete a Clear Password Storage Scheme by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Clear Password Storage Scheme by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Clear Password Storage Scheme by DN
Method: patch
Path: /rest/v1/admin/{dn}