Package org.apache.nifi.toolkit.client
Interface PoliciesClient
- All Known Implementing Classes:
JerseyPoliciesClient
public interface PoliciesClient
-
Method Summary
Modifier and TypeMethodDescriptioncreateAccessPolicy(AccessPolicyEntity accessPolicyEntity) getAccessPolicy(String resource, String action) updateAccessPolicy(AccessPolicyEntity accessPolicyEntity)
-
Method Details
-
getAccessPolicy
AccessPolicyEntity getAccessPolicy(String resource, String action) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
createAccessPolicy
AccessPolicyEntity createAccessPolicy(AccessPolicyEntity accessPolicyEntity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
updateAccessPolicy
AccessPolicyEntity updateAccessPolicy(AccessPolicyEntity accessPolicyEntity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-