lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.Interceptor
contentbox.modules.contentbox-admin.modules.contentbox-security.interceptors.CheckForForceTwoFactorEnrollment
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Checks for two factor enforcement
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
securityService
|
true
|
false
|
|
any
|
twoFactorService
|
true
|
false
|
Method Summary | |
---|---|
any
|
configure()
Configure. |
void
|
preProcess(any event, struct interceptData, [any buffer], [any rc], [any prc])
Process the check on each request. |
Methods inherited from class coldbox.system.Interceptor |
---|
appendToBuffer, clearBuffer, getBufferObject, getBufferString, getCachebox, getFlash, getInterceptorService, getLog, getLogBox, getProperties, getProperty, getWirebox, init, propertyExists, setCachebox, setFlash, setInterceptorService, setLog, setLogBox, setProperties, setProperty, setWirebox, unregister |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
addAsset, announceInterception, getCache, getController, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getRequestCollection, getRequestContext, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- id:securityService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:TwoFactorService@cbserializable
- trueMethod Detail |
---|
Configure
configure
in class
coldbox.system.Interceptor
Process the check on each request
event
interceptData
buffer
rc
prc