AES Password Storage Scheme REST Endpoints

AES Password Storage Scheme
The AES Password Storage Scheme provides a mechanism for encoding user passwords using the AES reversible encryption mechanism. This scheme contains only an implementation for the user password syntax, with a storage scheme name of "AES".
Add, Search, Compare or Delete AES Password Storage Scheme
Method: post
Path: /rest/v1/admin
Delete a AES Password Storage Scheme by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find AES Password Storage Scheme by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a AES Password Storage Scheme by DN
Method: patch
Path: /rest/v1/admin/{dn}