liboobs-1 Reference Manual

Synopsis

public class User : Object  {
    public    weak bool                 active                    { get; } ;
    public    weak string               crypted_password          { get; set; } ;
    public    weak string               full_name                 { get; set; } ;
    public    weak string               home_directory            { get; set; } ;
    public    weak string               home_phone                { get; set; } ;
    public    weak string               name                      { get; construct } ;
    public    weak string               other_data                { get; set; } ;
    public    weak string               password                  { set; } ;
    public    weak string               room_number               { get; set; } ;
    public    weak string               shell                     { get; set; } ;
    public    weak int                  uid                       { get; set; } ;
    public    weak string               work_phone                { get; set; } ;


    public                              User                      ( string              name ) ;


    public    bool                      get_active                (  ) ;
    public    weak string               get_full_name             (  ) ;
    public    weak string               get_home_directory        (  ) ;
    public    weak string               get_home_phone_number     (  ) ;
    public    weak string               get_login_name            (  ) ;
    public    weak Group                get_main_group            (  ) ;
    public    weak string               get_other_data            (  ) ;
    public    weak string               get_room_number           (  ) ;
    public    weak string               get_shell                 (  ) ;
    public    long                      get_uid                   (  ) ;
    public    weak string               get_work_phone_number     (  ) ;
    public    void                      set_crypted_password      ( string              crypted_password ) ;
    public    void                      set_full_name             ( string              full_name ) ;
    public    void                      set_home_directory        ( string              home_directory ) ;
    public    void                      set_home_phone_number     ( string              phone_number ) ;
    public    void                      set_main_group            ( Group               main_group ) ;
    public    void                      set_other_data            ( string              data ) ;
    public    void                      set_password              ( string              password ) ;
    public    void                      set_room_number           ( string              room_number ) ;
    public    void                      set_shell                 ( string              shell ) ;
    public    void                      set_uid                   ( long                uid ) ;
    public    void                      set_work_phone_number     ( string              phone_number ) ;
}

User Description

Details

Constructor Details

User ()
    public                              User                      ( string              name ) ;		

Field Details

Signal Details

Property Details

active
    public    weak bool                 active                    { get; } ;		

crypted_password
    public    weak string               crypted_password          { get; set; } ;		

full_name
    public    weak string               full_name                 { get; set; } ;		

home_directory
    public    weak string               home_directory            { get; set; } ;		

home_phone
    public    weak string               home_phone                { get; set; } ;		

name
    public    weak string               name                      { get; construct } ;		

other_data
    public    weak string               other_data                { get; set; } ;		

password
    public    weak string               password                  { set; } ;		

room_number
    public    weak string               room_number               { get; set; } ;		

shell
    public    weak string               shell                     { get; set; } ;		

uid
    public    weak int                  uid                       { get; set; } ;		

work_phone
    public    weak string               work_phone                { get; set; } ;		

Method Details

get_active ()
    public    bool                      get_active                (  ) ;		

get_full_name ()
    public    weak string               get_full_name             (  ) ;		

get_home_directory ()
    public    weak string               get_home_directory        (  ) ;		

get_home_phone_number ()
    public    weak string               get_home_phone_number     (  ) ;		

get_login_name ()
    public    weak string               get_login_name            (  ) ;		

get_main_group ()
    public    weak Group                get_main_group            (  ) ;		

get_other_data ()
    public    weak string               get_other_data            (  ) ;		

get_room_number ()
    public    weak string               get_room_number           (  ) ;		

get_shell ()
    public    weak string               get_shell                 (  ) ;		

get_uid ()
    public    long                      get_uid                   (  ) ;		

get_work_phone_number ()
    public    weak string               get_work_phone_number     (  ) ;		

set_crypted_password ()
    public    void                      set_crypted_password      ( string              crypted_password ) ;		

set_full_name ()
    public    void                      set_full_name             ( string              full_name ) ;		

set_home_directory ()
    public    void                      set_home_directory        ( string              home_directory ) ;		

set_home_phone_number ()
    public    void                      set_home_phone_number     ( string              phone_number ) ;		

set_main_group ()
    public    void                      set_main_group            ( Group               main_group ) ;		

set_other_data ()
    public    void                      set_other_data            ( string              data ) ;		

set_password ()
    public    void                      set_password              ( string              password ) ;		

set_room_number ()
    public    void                      set_room_number           ( string              room_number ) ;		

set_shell ()
    public    void                      set_shell                 ( string              shell ) ;		

set_uid ()
    public    void                      set_uid                   ( long                uid ) ;		

set_work_phone_number ()
    public    void                      set_work_phone_number     ( string              phone_number ) ;		


Created by Valadoc