Create Helm based Certificates for Clients
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / batch / helpers / UserRole.java
index a26da91..b4e1a6d 100644 (file)
@@ -354,4 +354,12 @@ public class UserRole implements Cloneable, CacheChange.Data  {
        public static String histSubject(List<String> row) {
                return row.get(1) + '|' + row.get(2);   
        }
+
+       public static void clear() {
+               data.clear();
+               byUser.clear();
+               byRole.clear();
+               cache.resetLocalData();
+               
+       }
 }
\ No newline at end of file