contentbox.modules.contentbox-admin.modules.contentbox-security.handlers

Class baseHandler

lucee.Component
    extended by contentbox.modules.contentbox-admin.modules.contentbox-security.handlers.baseHandler
Direct Known Subclasses:
security , twofactor , twofactorEnrollment

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- ContentBox security handler

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


    • access = public
    • returntype = any
    • inject = authorService@contentbox
    true false
    any cb


    • access = public
    • returntype = any
    • inject = cbhelper@contentbox
    true false
    any messagebox


    • access = public
    • returntype = any
    • inject = messagebox@cbMessagebox
    true false
    any securityService


    • access = public
    • returntype = any
    • inject = securityService@contentbox
    true false
    any twoFactorService


    • access = public
    • returntype = any
    • inject = twoFactorService@contentbox
    true false
    Method Summary
    any preHandler([any event], [any currentAction], [any rc], [any prc])
         Pre handler.
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    authorService

    property any authorService

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

    cb

    property any cb

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

    messagebox

    property any messagebox

    Attributes:
    access - public
    required - false
    returntype - any
    inject - messagebox@cbMessagebox
    serializable - true

    securityService

    property any securityService

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

    twoFactorService

    property any twoFactorService

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

    Method Detail

    preHandler

    public any preHandler([any event], [any currentAction], [any rc], [any prc])

    Pre handler

    Parameters:
    event
    currentAction
    rc
    prc