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 String
createSaltInStore(String soPin, String name, String method)
int
destroy()
int
init(String moduleName, String iniParams, boolean verboseLogging)
int
initializeNewToken(String defaultSOPin, String newSOPin, String label)
int
list(StringBuffer response)
int
put(String soPin, String label, String value)
int
reinitializeToken(String soPin, String label)
int
setupStore(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)
-
-