dumbpassword

Class PasswordService

lucee.Component
    extended by dumbpassword.PasswordService

Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com ---

Class Attributes:
  • singleton
  •  
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    array passwords
          The passwords array we scan.

    • access = public
    • returntype = any
    true false
    Constructor Summary
    init()
          Constructor.
    Method Summary
    string getPasswords()
    boolean isDumb(any target)
         Verify if the passed password target is dumb or not.
    any setPasswords(array passwords)
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()

    Constructor


    Property Detail

    passwords

    property array passwords

    The passwords array we scan

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    Method Detail

    getPasswords

    public string getPasswords()


    isDumb

    public boolean isDumb(any target)

    Verify if the passed password target is dumb or not.

    Parameters:
    target

    setPasswords

    public any setPasswords(array passwords)

    Parameters:
    passwords