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

Class security

lucee.Component
    extended by contentbox.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

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


    • access = public
    • returntype = any
    • inject = antisamy@cbantisamy
    true false
    any authorService


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


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


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


    • access = public
    • returntype = any
    • inject = securityService@cb
    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

    antiSamy

    property any antiSamy

    Attributes:
    access - public
    required - false
    returntype - any
    inject - antisamy@cbantisamy
    serializable - true

    authorService

    property any authorService

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

    cb

    property any cb

    Attributes:
    access - public
    required - false
    returntype - any
    inject - cbhelper@cb
    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@cb
    serializable - true

    Method Detail

    changeLang

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

    Change language

    Parameters:
    event
    rc
    prc

    doLogin

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

    Do a login

    Parameters:
    event
    rc
    prc

    doLogout

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

    Logout a user

    Parameters:
    event
    rc
    prc

    doLostPassword

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

    Do lost password reset

    Parameters:
    event
    rc
    prc

    login

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

    Login screen

    Parameters:
    event
    rc
    prc

    lostPassword

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

    Present lost password screen

    Parameters:
    event
    rc
    prc

    preHandler

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

    Pre handler

    Parameters:
    event
    currentAction
    rc
    prc

    verifyReset

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

    Verify the reset

    Parameters:
    event
    rc
    prc