lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.EventHandler
coldbox.system.RestHandler
contentbox.modules.contentbox-admin.handlers.baseHandler
contentbox.modules.contentbox-admin.handlers.authors
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manage ContentBox users
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
authorService
|
true
|
false
|
|
any
|
editorService
|
true
|
false
|
|
any
|
entryService
|
true
|
false
|
|
any
|
markdownEditor
|
true
|
false
|
|
any
|
paging
|
true
|
false
|
|
any
|
permissionGroupService
|
true
|
false
|
|
any
|
permissionService
|
true
|
false
|
|
any
|
roleService
|
true
|
false
|
|
any
|
securityService
|
true
|
false
|
|
any
|
twoFactorService
|
true
|
false
|
Method Summary | |
---|---|
any
|
changeEditor([any event], [any rc], [any prc])
change user editor preferences. |
any
|
doGlobalPasswordReset([any event], [any rc], [any prc])
Issue a global password reset for all users in the system. |
any
|
doNew([any event], [any rc], [any prc])
Create a new user in the system. |
any
|
doPasswordReset([any event], [any rc], [any prc])
Issue a password reset for the user. |
any
|
editor([any event], [any rc], [any prc])
Author editor panel. |
any
|
emailCheck([any event], [any rc], [any prc])
System email checks. |
any
|
export([any event], [any rc], [any prc])
Export a user. |
any
|
exportAll([any event], [any rc], [any prc])
Export multiple users. |
any
|
importAll([any event], [any rc], [any prc])
Import all users. |
any
|
index([any event], [any rc], [any prc])
List system authors. |
any
|
indexTable([any event], [any rc], [any prc])
Build out system author's table + filters. |
private any
|
listPreferences([any event], [any rc], [any prc])
List author preferences. |
any
|
myprofile([any event], [any rc], [any prc])
Shortcut to author profile. |
any
|
new([any event], [any rc], [any prc])
New author wizard. |
any
|
passwordChange([any event], [any rc], [any prc])
Change user password. |
any
|
permissions([any event], [any rc], [any prc])
Display permissions tab. |
any
|
preHandler([any event], [any rc], [any prc], [any action], [any eventArguments])
Pre handler. |
any
|
remove([any event], [any rc], [any prc])
Remove a user. |
any
|
removePermission([any event], [any rc], [any prc])
Remove permission to a author and gracefully end. |
any
|
removePermissionGroup([any event], [any rc], [any prc])
Remove permission to a author and gracefully end. |
any
|
save([any event], [any rc], [any prc])
Save user. |
any
|
savePermission([any event], [any rc], [any prc])
Save permission to the author and gracefully end. |
any
|
savePermissionGroup([any event], [any rc], [any prc])
Save permission groups to the author and gracefully end. |
any
|
savePreferences([any event], [any rc], [any prc])
Save user preferences from the built UI from them. |
any
|
saveRawPreferences([any event], [any rc], [any prc])
Save raw preferences. |
any
|
saveSinglePreference([any event], [any rc], [any prc])
Save a user preference usually called asynchronously. |
any
|
usernameCheck([any event], [any rc], [any prc])
System username checks. |
Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler |
---|
getMaxRows, getPageOffset |
Methods inherited from class coldbox.system.RestHandler |
---|
aroundHandler, onAnyOtherException, onAuthenticationFailure, onAuthorizationFailure, onEntityNotFoundException, onError, onExpectationFailed, onInvalidHTTPMethod, onInvalidRoute, onMissingAction, onValidationException |
Methods inherited from class coldbox.system.EventHandler |
---|
_actionExists, _actionMetadata, _privateInvoker, init, onHandlerDIComplete |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
announce, announceInterception, async, back, externalView, forAttribute, getCache, getCachebox, getColdBoxSetting, getController, getDateTimeHelper, getEnv, getFlash, getFlow, getInstance, getIsoTime, getJsonUtil, getLog, getLogBox, getModuleConfig, getModuleSettings, getRenderer, getRequestCollection, getRequestContext, getRootWireBox, getSetting, getSystemProperty, getSystemSetting, getUserSessionIdentifier, getWirebox, ifNull, ifPresent, inDebugMode, includeUDF, isDevelopment, isProduction, isTesting, layout, listen, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populate, populateModel, relocate, renderExternalView, renderLayout, renderview, runEvent, runRoute, setCachebox, setController, setEnv, setFlash, setFlow, setJsonUtil, setLog, setLogBox, setSetting, setWirebox, settingExists, throwIf, throwUnless, toJson, unless, view, when |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- authorService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- editorService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- entryService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- markdownEditor@contentbox-markdowneditorserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- paging@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- permissionGroupService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- permissionService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- roleService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- securityService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- twoFactorService@contentboxserializable
- trueMethod Detail |
---|
change user editor preferences
event
rc
prc
Issue a global password reset for all users in the system.
event
rc
prc
Create a new user in the system You must have the AUTHOR_ADMIN permission to execute
event
rc
prc
Issue a password reset for the user
event
rc
prc
Author editor panel
event
rc
prc
System email checks
event
rc
prc
Export a user
event
rc
prc
Export multiple users
event
rc
prc
Import all users
event
rc
prc
List system authors
event
rc
prc
Build out system author's table + filters
event
rc
prc
List author preferences
event
rc
prc
Shortcut to author profile
event
rc
prc
New author wizard You must have the AUTHOR_ADMIN permission to execute
event
rc
prc
Change user password
event
rc
prc
Display permissions tab
event
rc
prc
Pre handler
event
rc
prc
action
eventArguments
Remove a user
event
rc
prc
Remove permission to a author and gracefully end.
event
rc
prc
Remove permission to a author and gracefully end.
event
rc
prc
Save user
event
rc
prc
Save permission to the author and gracefully end.
event
rc
prc
Save permission groups to the author and gracefully end.
event
rc
prc
Save user preferences from the built UI from them
event
rc
prc
Save raw preferences
event
rc
prc
Save a user preference usually called asynchronously
event
rc
prc
System username checks
event
rc
prc