Interface BasicDBInterface
- All Superinterfaces:
UserStoreProvider
,UserStoreProviderWithAddGroup
- All Known Implementing Classes:
BasicDB
-
Method Summary
Methods inherited from interface com.tremolosecurity.provisioning.core.UserStoreProvider
createUser, deleteUser, findUser, init, setUserPassword, shutdown, syncUser
Methods inherited from interface com.tremolosecurity.provisioning.core.UserStoreProviderWithAddGroup
addGroup, deleteGroup, isGroupExists
-
Method Details
-
getDS
DataSource getDS() -
getGroupTable
String getGroupTable() -
getGroupName
String getGroupName() -
getGroupPrimaryKey
String getGroupPrimaryKey()
-