cfboom.adminapi.models

Class AdobeAdministrator

lucee.Component
    extended by cfboom.lang.Object
      extended by cfboom.adminapi.models.AdobeAdministrator
All Implemented Interfaces:
Administrator

A concrete implementation of an Administrator for the Adobe ColdFusion server.

Class Attributes:
  • singleton : true
  •  
  • output : false
  •  
  • displayname : Class AdobeAdministrator
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init(string password)
    Method Summary
    struct getDatasource(string name)
    struct getDatasources()
    private void login()
    boolean verifyDatasource(string name)
     
    Methods inherited from class cfboom.lang.Object
    $equals, getComponentName, getIdentityHashCode, getIdentityString, getMeta, hashCode, toString
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init(string password)

    Parameters:
    password

    Method Detail

    getDatasource

    public struct getDatasource(string name)

    Specified by:
    getDatasource in interface Administrator
    Parameters:
    name

    getDatasources

    public struct getDatasources()

    Specified by:
    getDatasources in interface Administrator

    login

    private void login()


    verifyDatasource

    public boolean verifyDatasource(string name)

    Specified by:
    verifyDatasource in interface Administrator
    Parameters:
    name