Password Policy Import Plugin REST Endpoints
Password Policy Import Plugin
The Password Policy Import Plugin ensures that clear-text passwords contained in LDIF entries are properly encoded before they are stored in the appropriate Directory Server backend.
- Add, Search, Compare or Delete Password Policy Import Plugin
- Method: postPath:
/rest/v1/admin - Delete a Password Policy Import Plugin by DN
- Method: deletePath:
/rest/v1/admin/{dn} - Find Password Policy Import Plugin by DN
- Method: getPath:
/rest/v1/admin/{dn} - Modify a Password Policy Import Plugin by DN
- Method: patchPath:
/rest/v1/admin/{dn}