Package step.core.access
Class InMemoryUserAccessor
java.lang.Object
step.core.accessors.AbstractAccessor<User>
step.core.access.UserAccessorImpl
step.core.access.InMemoryUserAccessor
- All Implemented Interfaces:
UserAccessor
,step.core.accessors.Accessor<User>
-
Field Summary
Fields inherited from class step.core.accessors.AbstractAccessor
collectionDriver, newVersionThresholdMs, versionedCollectionDriver
-
Constructor Summary
-
Method Summary
Methods inherited from class step.core.access.UserAccessorImpl
encryptPwd, getAllUsers, getByUsername, registerOnRemoveHook, registerOnSaveHook, remove, remove, save, save
Methods inherited from class step.core.accessors.AbstractAccessor
createOrUpdateCompoundIndex, createOrUpdateIndex, enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, restoreVersion, stream, streamLazy
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface step.core.accessors.Accessor
enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, restoreVersion, stream, streamLazy
-
Constructor Details
-
InMemoryUserAccessor
public InMemoryUserAccessor()
-