SHA1 Password Storage Scheme REST Endpoints

SHA1 Password Storage Scheme
The SHA1 Password Storage Scheme provides a mechanism for encoding user passwords using an unsalted form of the SHA-1 message digest algorithm. Because the implementation does not use any kind of salting mechanism, a given password always has the same encoded form. This scheme contains only an implementation for the user password syntax, with a storage scheme name of "SHA".
Add, Search, Compare or Delete SHA1 Password Storage Scheme
Method: post
Path: /rest/v1/admin
Delete a SHA1 Password Storage Scheme by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find SHA1 Password Storage Scheme by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a SHA1 Password Storage Scheme by DN
Method: patch
Path: /rest/v1/admin/{dn}