%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::authority ::xo::db::sql::authority → del → new ::xo::db::sql::authority->::xotcl::Object

Class ::xo::db::sql::authority

::xo::db::sql::authority[i] create ...

Defined in

Class Relations

  • class: ::xo::db::Class[i]
  • superclass: ::xotcl::Object[i]

Methods (to be applied on the object)

  • del (scripted, public)

     xo::db::sql::authority[i] del [ -dbn dbn ] -authority_id authority_id 

    Automatically generated method

    Switches:
    -dbn (optional)
    -authority_id (required)

    Testcases:
    No testcase defined.
  • new (scripted, public)

     xo::db::sql::authority[i] new [ -dbn dbn ] [ -authority_id authority_id ] \
        [ -object_type object_type ] -short_name short_name  \
        -pretty_name pretty_name  [ -enabled_p enabled_p ] \
        -sort_order sort_order  [ -auth_impl_id auth_impl_id ] \
        [ -pwd_impl_id pwd_impl_id ] \
        [ -forgotten_pwd_url forgotten_pwd_url ] \
        [ -change_pwd_url change_pwd_url ] \
        [ -register_impl_id register_impl_id ] \
        [ -register_url register_url ] \
        [ -help_contact_text help_contact_text ] \
        [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
        [ -context_id context_id ] [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn (optional)
    -authority_id (optional)
    -object_type (optional, defaults to "authority")
    -short_name (required)
    -pretty_name (required)
    -enabled_p (optional, defaults to "t")
    -sort_order (required)
    -auth_impl_id (optional)
    -pwd_impl_id (optional)
    -forgotten_pwd_url (optional)
    -change_pwd_url (optional)
    -register_impl_id (optional)
    -register_url (optional)
    -help_contact_text (optional)
    -creation_user (optional)
    -creation_ip (optional)
    -context_id (optional)
    -childof (optional)

    Testcases:
    No testcase defined.