models.delegates

Class Auth

lucee.Component
    extended by models.delegates.Auth

Copyright since 2016 by Ortus Solutions, Corp www.ortussolutions.com --- This is a delegate only class to allow your application objects to deal with authentication features via delegation.

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


    • access = public
    • returntype = any
    • inject = cbSecurity@cbsecurity
    true false
    any jwtService


    • access = public
    • returntype = any
    • inject = JwtService@cbSecurity
    true false
    Method Summary
    any auth()
         Retrieve the Authentication Service.
    any cbSecure()
         Retrieve the CBSecurity Service Object.
    string getCbSecurity()
    string getJwtService()
    any jwtAuth()
         Retrieve the Jwt Auth Service.
    any setCbSecurity(any cbSecurity)
    any setJwtService(any jwtService)
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    cbSecurity

    property any cbSecurity

    Attributes:
    access - public
    required - false
    returntype - any
    inject - cbSecurity@cbsecurity
    serializable - true

    jwtService

    property any jwtService

    Attributes:
    access - public
    required - false
    returntype - any
    inject - JwtService@cbSecurity
    serializable - true

    Method Detail

    auth

    public any auth()

    Retrieve the Authentication Service


    cbSecure

    public any cbSecure()

    Retrieve the CBSecurity Service Object


    getCbSecurity

    public string getCbSecurity()


    getJwtService

    public string getJwtService()


    jwtAuth

    public any jwtAuth()

    Retrieve the Jwt Auth Service


    setCbSecurity

    public any setCbSecurity(any cbSecurity)

    Parameters:
    cbSecurity

    setJwtService

    public any setJwtService(any jwtService)

    Parameters:
    jwtService