Create Helm based Certificates for Clients
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / batch / helpers / Cred.java
index 8db2b47..f566933 100644 (file)
@@ -136,7 +136,6 @@ public class Cred  {
 
     public static void load(Trans trans, Session session, int ... types ) {
         load(trans, session,"select id, type, expires, other, writetime(cred), tag from authz.cred;",types);
-        
     }
 
     public static void loadOneNS(Trans trans, Session session, String ns,int ... types ) {
@@ -373,4 +372,10 @@ public class Cred  {
                }
                return reason;
        }
+
+
+       public static void clear() {
+               data.clear();
+               byNS.clear();
+       }
 }
\ No newline at end of file