Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
liboobs-1
Oobs
UsersConfig
default_group
default_home
default_shell
encrypted_home
maximum_uid
minimum_uid
get
UsersConfig
add_user
delete_user
find_free_uid
get_available_locales
get_available_shells
get_default_group
get_default_home_dir
get_default_shell
get_encrypted_home_support
get_from_login
get_from_uid
get_maximum_users_uid
get_minimum_users_uid
get_users
is_login_used
is_uid_used
set_default_home_dir
set_default_shell
set_maximum_users_uid
set_minimum_users_uid
UsersConfig
Object Hierarchy:
Description:
public
class
UsersConfig
:
Object
Namespace:
Oobs
Package:
liboobs-1
Content:
Properties:
public
Group
default_group
{
get
; }
public
string
default_home
{
set
;
owned
get
; }
public
string
default_shell
{
set
;
get
; }
public
bool
encrypted_home
{
get
; }
public
uint
maximum_uid
{
set
;
get
; }
public
uint
minimum_uid
{
set
;
get
; }
Static methods:
public
static
weak
Object
get
()
Creation methods:
protected
UsersConfig
()
Methods:
public
Result
add_user
(
User
user)
public
Result
delete_user
(
User
user)
public
long
find_free_uid
(
long
uid_min,
long
uid_max)
public
unowned
List
get_available_locales
()
public
unowned
List
get_available_shells
()
public
weak
Group
get_default_group
()
public
unowned
string
get_default_home_dir
()
public
unowned
string
get_default_shell
()
public
bool
get_encrypted_home_support
()
public
weak
User
get_from_login
(
string
login)
public
weak
User
get_from_uid
(
long
uid)
public
long
get_maximum_users_uid
()
public
long
get_minimum_users_uid
()
public
weak
List
get_users
()
public
bool
is_login_used
(
string
login)
public
bool
is_uid_used
(
long
uid)
public
void
set_default_home_dir
(
string
home_dir)
public
void
set_default_shell
(
string
shell)
public
void
set_maximum_users_uid
(
long
uid)
public
void
set_minimum_users_uid
(
long
uid)