contentbox.modules.contentbox-admin.handlers

Class securityRules

lucee.Component
    extended by coldbox.system.FrameworkSupertype
      extended by coldbox.system.EventHandler
        extended by coldbox.system.RestHandler
          extended by contentbox.modules.contentbox-admin.handlers.baseHandler
            extended by contentbox.modules.contentbox-admin.handlers.securityRules

Manage Security Rules

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any permissionService


    • access = public
    • returntype = any
    • inject = permissionService@contentbox
    true false
    any roleService


    • access = public
    • returntype = any
    • inject = roleService@contentbox
    true false
    any ruleService


    • access = public
    • returntype = any
    • inject = securityRuleService@contentbox
    true false
    any securityInterceptor


    • access = public
    • returntype = any
    • inject = coldbox:interceptor:cbsecurity@global
    true false
    Method Summary
    any apply([any event], [any rc], [any prc])
    any changeOrder([any event], [any rc], [any prc])
    any editor([any event], [any rc], [any prc])
    any export([any event], [any rc], [any prc])
    any exportAll([any event], [any rc], [any prc])
    any importAll([any event], [any rc], [any prc])
    any index([any event], [any rc], [any prc])
    any remove([any event], [any rc], [any prc])
    any reset([any event], [any rc], [any prc])
    any save([any event], [any rc], [any prc])
     
    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

    permissionService

    property any permissionService

    Attributes:
    access - public
    required - false
    returntype - any
    inject - permissionService@contentbox
    serializable - true

    roleService

    property any roleService

    Attributes:
    access - public
    required - false
    returntype - any
    inject - roleService@contentbox
    serializable - true

    ruleService

    property any ruleService

    Attributes:
    access - public
    required - false
    returntype - any
    inject - securityRuleService@contentbox
    serializable - true

    securityInterceptor

    property any securityInterceptor

    Attributes:
    access - public
    required - false
    returntype - any
    inject - coldbox:interceptor:cbsecurity@global
    serializable - true

    Method Detail

    apply

    public any apply([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    changeOrder

    public any changeOrder([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    editor

    public any editor([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    export

    public any export([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    exportAll

    public any exportAll([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    importAll

    public any importAll([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    index

    public any index([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    remove

    public any remove([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    reset

    public any reset([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    save

    public any save([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc