Exemple #1
0
 /** Use this API to flush nssimpleacl. */
 public static base_response flush(nitro_service client, nssimpleacl resource) throws Exception {
   nssimpleacl flushresource = new nssimpleacl();
   flushresource.estsessions = resource.estsessions;
   return flushresource.perform_operation(client, "flush");
 }
Exemple #2
0
 /** Use this API to clear nssimpleacl. */
 public static base_response clear(nitro_service client) throws Exception {
   nssimpleacl clearresource = new nssimpleacl();
   return clearresource.perform_operation(client, "clear");
 }