-
Notifications
You must be signed in to change notification settings - Fork 291
Lib code v1.0
Tom Taylor edited this page Jun 26, 2019
·
20 revisions
Attribute | Type | Description |
---|---|---|
options | Object | |
moduleReady | Function | |
waitForModule | Function | |
on | Function | |
emit | Function | |
preloadConstants | Object | |
ERRORS | Object | |
head | Function | |
post | Function | |
get | Function | |
put | Function | |
patch | Function | |
delete | Function | |
use | Function | |
_preloadModules | Array | |
preloadModule | Function | |
modulePreloadEventHandler | Function | |
preload | Function | |
clientErrorHandler | Function | |
createServer | Function | |
startServer | Function | |
restartServer | Function | |
run | Function | |
mailer | Class instance | |
polyglot | Class instance | |
getServerURL | Function | |
ModulePreloader | Class instance | |
assetmanager | Class instance |
Attribute | Type | Description |
---|---|---|
preload | Function | |
preloadHandle | Function | |
hasPermission | Function | |
createAsset | Function | |
retrieveAsset | Function | |
updateAsset | Function | |
destroyAsset | Function | |
trashAsset | Function | |
restoreAsset | Function | |
postAsset | Function | |
putAsset | Function | |
queryAssets | Function | |
getAsset | Function | |
serveAsset | Function | |
assetThumb | Function | |
serveSharedAsset | Function | |
deleteAsset | Function | |
trashAssetByID | Function | |
restoreAssetByID | Function |
Attribute | Type | Description |
---|---|---|
errors | Object | |
AuthPlugin | Class instance | |
hashPassword | Function | |
validatePassword | Function | |
createToken | Function | |
session | Function | |
initialize | Function | |
preload | Function | |
getAuthPlugin | Function | |
getAvailableAuthPluginsSync | Function | |
loadAuthPlugins | Function |
Attribute | Type | Description |
---|---|---|
init | Function | |
authenticate | Function | |
getLoginHtml | Function | |
disavow | Function | |
internalRegisterUser | Function | |
resetPassword | Function | |
internalUpdatePassword | Function | |
generateResetToken | Function | |
internalGenerateResetToken | Function | |
isTenantEnabled | Function |