lucee.Componentcontentbox.modules.contentbox-admin.modules.contentbox-security.handlers.security
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- ContentBox security handler
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
antiSamy
|
true
|
false
|
|
any
|
authorService
|
true
|
false
|
|
any
|
cb
|
true
|
false
|
|
any
|
messagebox
|
true
|
false
|
|
any
|
securityService
|
true
|
false
|
Method Summary | |
---|---|
any
|
changeLang([any event], [any rc], [any prc])
Change language. |
any
|
doLogin([any event], [any rc], [any prc])
Do a login. |
any
|
doLogout([any event], [any rc], [any prc])
Logout a user. |
any
|
doLostPassword([any event], [any rc], [any prc])
Do lost password reset. |
any
|
login([any event], [any rc], [any prc])
Login screen. |
any
|
lostPassword([any event], [any rc], [any prc])
Present lost password screen. |
any
|
preHandler([any event], [any currentAction], [any rc], [any prc])
Pre handler. |
any
|
verifyReset([any event], [any rc], [any prc])
Verify the reset. |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- antisamy@cbantisamyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- authorService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- cbhelper@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- messagebox@cbMessageboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- securityService@cbserializable
- trueMethod Detail |
---|
Change language
event
rc
prc
Do a login
event
rc
prc
Logout a user
event
rc
prc
Do lost password reset
event
rc
prc
Login screen
event
rc
prc
Present lost password screen
event
rc
prc
Pre handler
event
currentAction
rc
prc
Verify the reset
event
rc
prc