Package com.senzing.g2.engine
Interface G2SSAdmin
-
- All Superinterfaces:
G2Fallible
- All Known Implementing Classes:
G2SSAdminJNI
public interface G2SSAdmin extends G2Fallible
Defines the Java interface to the G2 secure store admin functions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcreateSaltInStore(String soPin, String name, String method)intdestroy()intinitializeNewToken(String defaultSOPin, String newSOPin, String label)intinitV2(String moduleName, String iniParams, boolean verboseLogging)intlist(StringBuffer response)intput(String soPin, String label, String value)intreinitializeToken(String soPin, String label)intsetupStore(String soPin)-
Methods inherited from interface com.senzing.g2.engine.G2Fallible
clearLastException, getLastException, getLastExceptionCode
-
-
-
-
Method Detail
-
destroy
int destroy()
-
setupStore
int setupStore(String soPin)
-
list
int list(StringBuffer response)
-
-