C# Class iControl.ManagementUserManagement

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Beginchange_my_password ( ManagementUserManagementPasswordInfo password, System callback, object asyncState ) : System.IAsyncResult
Beginchange_password ( string user_names, string passwords, System callback, object asyncState ) : System.IAsyncResult
Beginchange_password_2 ( string user_names, ManagementUserManagementPasswordInfo passwords, System callback, object asyncState ) : System.IAsyncResult
Begincreate_user ( ManagementUserManagementUserInfo users, System callback, object asyncState ) : System.IAsyncResult
Begincreate_user_2 ( ManagementUserManagementUserInfo2 users, System callback, object asyncState ) : System.IAsyncResult
Begincreate_user_3 ( ManagementUserManagementUserInfo3 users, System callback, object asyncState ) : System.IAsyncResult
Begindelete_user ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_user_permission ( string user_names, ManagementUserManagementUserPermission permissions, System callback, object asyncState ) : System.IAsyncResult
Beginget_authentication_method ( System callback, object asyncState ) : System.IAsyncResult
Beginget_default_partition ( System callback, object asyncState ) : System.IAsyncResult
Beginget_default_role ( System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_encrypted_password ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_fullname ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_group_id ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_home_directory ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_home_partition ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_login_shell ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_my_permission ( System callback, object asyncState ) : System.IAsyncResult
Beginget_remote_console_access ( System callback, object asyncState ) : System.IAsyncResult
Beginget_role ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_user_id ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_user_permission ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_locked_out ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginreset_locked_out ( string user_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_authentication_method ( CommonAuthenticationMethod auth_method, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_partition ( string partition, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_role ( ManagementUserManagementUserRole role, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string user_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_fullname ( string user_names, string fullnames, System callback, object asyncState ) : System.IAsyncResult
Beginset_group_id ( string user_names, long gids, System callback, object asyncState ) : System.IAsyncResult
Beginset_home_directory ( string user_names, string directories, System callback, object asyncState ) : System.IAsyncResult
Beginset_login_shell ( string user_names, string shells, System callback, object asyncState ) : System.IAsyncResult
Beginset_remote_console_access ( bool enabled, System callback, object asyncState ) : System.IAsyncResult
Beginset_role ( string user_names, ManagementUserManagementUserRole roles, System callback, object asyncState ) : System.IAsyncResult
Beginset_user_id ( string user_names, long uids, System callback, object asyncState ) : System.IAsyncResult
Beginset_user_permission ( string user_names, ManagementUserManagementUserPermission permissions, System callback, object asyncState ) : System.IAsyncResult
Endchange_my_password ( System asyncResult ) : void
Endchange_password ( System asyncResult ) : void
Endchange_password_2 ( System asyncResult ) : void
Endcreate_user ( System asyncResult ) : void
Endcreate_user_2 ( System asyncResult ) : void
Endcreate_user_3 ( System asyncResult ) : void
Enddelete_user ( System asyncResult ) : void
Enddelete_user_permission ( System asyncResult ) : void
Endget_authentication_method ( System asyncResult ) : CommonAuthenticationMethod
Endget_default_partition ( System asyncResult ) : string
Endget_default_role ( System asyncResult ) : ManagementUserManagementUserRole
Endget_description ( System asyncResult ) : string[]
Endget_encrypted_password ( System asyncResult ) : string[]
Endget_fullname ( System asyncResult ) : string[]
Endget_group_id ( System asyncResult ) : long[]
Endget_home_directory ( System asyncResult ) : string[]
Endget_home_partition ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : iControl.ManagementUserManagementUserID[]
Endget_login_shell ( System asyncResult ) : string[]
Endget_my_permission ( System asyncResult ) : iControl.ManagementUserManagementUserPermission[]
Endget_remote_console_access ( System asyncResult ) : bool
Endget_role ( System asyncResult ) : ManagementUserManagementUserRole[]
Endget_user_id ( System asyncResult ) : long[]
Endget_user_permission ( System asyncResult ) : iControl.ManagementUserManagementUserPermission[][]
Endget_version ( System asyncResult ) : string
Endis_locked_out ( System asyncResult ) : bool[]
Endreset_locked_out ( System asyncResult ) : void
Endset_authentication_method ( System asyncResult ) : void
Endset_default_partition ( System asyncResult ) : void
Endset_default_role ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_fullname ( System asyncResult ) : void
Endset_group_id ( System asyncResult ) : void
Endset_home_directory ( System asyncResult ) : void
Endset_login_shell ( System asyncResult ) : void
Endset_remote_console_access ( System asyncResult ) : void
Endset_role ( System asyncResult ) : void
Endset_user_id ( System asyncResult ) : void
Endset_user_permission ( System asyncResult ) : void
ManagementUserManagement ( ) : System

Private Methods

Method Description
change_my_password ( ManagementUserManagementPasswordInfo password ) : void
change_password ( string user_names, string passwords ) : void
change_password_2 ( string user_names, ManagementUserManagementPasswordInfo passwords ) : void
create_user ( ManagementUserManagementUserInfo users ) : void
create_user_2 ( ManagementUserManagementUserInfo2 users ) : void
create_user_3 ( ManagementUserManagementUserInfo3 users ) : void
delete_user ( string user_names ) : void
delete_user_permission ( string user_names, ManagementUserManagementUserPermission permissions ) : void
get_authentication_method ( ) : CommonAuthenticationMethod
get_default_partition ( ) : string
get_default_role ( ) : ManagementUserManagementUserRole
get_description ( string user_names ) : string[]
get_encrypted_password ( string user_names ) : string[]
get_fullname ( string user_names ) : string[]
get_group_id ( string user_names ) : long[]
get_home_directory ( string user_names ) : string[]
get_home_partition ( string user_names ) : string[]
get_list ( ) : iControl.ManagementUserManagementUserID[]
get_login_shell ( string user_names ) : string[]
get_my_permission ( ) : iControl.ManagementUserManagementUserPermission[]
get_remote_console_access ( ) : bool
get_role ( string user_names ) : ManagementUserManagementUserRole[]
get_user_id ( string user_names ) : long[]
get_user_permission ( string user_names ) : iControl.ManagementUserManagementUserPermission[][]
get_version ( ) : string
is_locked_out ( string user_names ) : bool[]
reset_locked_out ( string user_names ) : void
set_authentication_method ( CommonAuthenticationMethod auth_method ) : void
set_default_partition ( string partition ) : void
set_default_role ( ManagementUserManagementUserRole role ) : void
set_description ( string user_names, string descriptions ) : void
set_fullname ( string user_names, string fullnames ) : void
set_group_id ( string user_names, long gids ) : void
set_home_directory ( string user_names, string directories ) : void
set_login_shell ( string user_names, string shells ) : void
set_remote_console_access ( bool enabled ) : void
set_role ( string user_names, ManagementUserManagementUserRole roles ) : void
set_user_id ( string user_names, long uids ) : void
set_user_permission ( string user_names, ManagementUserManagementUserPermission permissions ) : void

Method Details

Beginchange_my_password() public method

public Beginchange_my_password ( ManagementUserManagementPasswordInfo password, System callback, object asyncState ) : System.IAsyncResult
password ManagementUserManagementPasswordInfo
callback System
asyncState object
return System.IAsyncResult

Beginchange_password() public method

public Beginchange_password ( string user_names, string passwords, System callback, object asyncState ) : System.IAsyncResult
user_names string
passwords string
callback System
asyncState object
return System.IAsyncResult

Beginchange_password_2() public method

public Beginchange_password_2 ( string user_names, ManagementUserManagementPasswordInfo passwords, System callback, object asyncState ) : System.IAsyncResult
user_names string
passwords ManagementUserManagementPasswordInfo
callback System
asyncState object
return System.IAsyncResult

Begincreate_user() public method

public Begincreate_user ( ManagementUserManagementUserInfo users, System callback, object asyncState ) : System.IAsyncResult
users ManagementUserManagementUserInfo
callback System
asyncState object
return System.IAsyncResult

Begincreate_user_2() public method

public Begincreate_user_2 ( ManagementUserManagementUserInfo2 users, System callback, object asyncState ) : System.IAsyncResult
users ManagementUserManagementUserInfo2
callback System
asyncState object
return System.IAsyncResult

Begincreate_user_3() public method

public Begincreate_user_3 ( ManagementUserManagementUserInfo3 users, System callback, object asyncState ) : System.IAsyncResult
users ManagementUserManagementUserInfo3
callback System
asyncState object
return System.IAsyncResult

Begindelete_user() public method

public Begindelete_user ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Begindelete_user_permission() public method

public Begindelete_user_permission ( string user_names, ManagementUserManagementUserPermission permissions, System callback, object asyncState ) : System.IAsyncResult
user_names string
permissions ManagementUserManagementUserPermission
callback System
asyncState object
return System.IAsyncResult

Beginget_authentication_method() public method

public Beginget_authentication_method ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_default_partition() public method

public Beginget_default_partition ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_default_role() public method

public Beginget_default_role ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_encrypted_password() public method

public Beginget_encrypted_password ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_fullname() public method

public Beginget_fullname ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_group_id() public method

public Beginget_group_id ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_home_directory() public method

public Beginget_home_directory ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_home_partition() public method

public Beginget_home_partition ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_login_shell() public method

public Beginget_login_shell ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_my_permission() public method

public Beginget_my_permission ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_remote_console_access() public method

public Beginget_remote_console_access ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_role() public method

public Beginget_role ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_user_id() public method

public Beginget_user_id ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_user_permission() public method

public Beginget_user_permission ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginis_locked_out() public method

public Beginis_locked_out ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginreset_locked_out() public method

public Beginreset_locked_out ( string user_names, System callback, object asyncState ) : System.IAsyncResult
user_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_authentication_method() public method

public Beginset_authentication_method ( CommonAuthenticationMethod auth_method, System callback, object asyncState ) : System.IAsyncResult
auth_method CommonAuthenticationMethod
callback System
asyncState object
return System.IAsyncResult

Beginset_default_partition() public method

public Beginset_default_partition ( string partition, System callback, object asyncState ) : System.IAsyncResult
partition string
callback System
asyncState object
return System.IAsyncResult

Beginset_default_role() public method

public Beginset_default_role ( ManagementUserManagementUserRole role, System callback, object asyncState ) : System.IAsyncResult
role ManagementUserManagementUserRole
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

public Beginset_description ( string user_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
user_names string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_fullname() public method

public Beginset_fullname ( string user_names, string fullnames, System callback, object asyncState ) : System.IAsyncResult
user_names string
fullnames string
callback System
asyncState object
return System.IAsyncResult

Beginset_group_id() public method

public Beginset_group_id ( string user_names, long gids, System callback, object asyncState ) : System.IAsyncResult
user_names string
gids long
callback System
asyncState object
return System.IAsyncResult

Beginset_home_directory() public method

public Beginset_home_directory ( string user_names, string directories, System callback, object asyncState ) : System.IAsyncResult
user_names string
directories string
callback System
asyncState object
return System.IAsyncResult

Beginset_login_shell() public method

public Beginset_login_shell ( string user_names, string shells, System callback, object asyncState ) : System.IAsyncResult
user_names string
shells string
callback System
asyncState object
return System.IAsyncResult

Beginset_remote_console_access() public method

public Beginset_remote_console_access ( bool enabled, System callback, object asyncState ) : System.IAsyncResult
enabled bool
callback System
asyncState object
return System.IAsyncResult

Beginset_role() public method

public Beginset_role ( string user_names, ManagementUserManagementUserRole roles, System callback, object asyncState ) : System.IAsyncResult
user_names string
roles ManagementUserManagementUserRole
callback System
asyncState object
return System.IAsyncResult

Beginset_user_id() public method

public Beginset_user_id ( string user_names, long uids, System callback, object asyncState ) : System.IAsyncResult
user_names string
uids long
callback System
asyncState object
return System.IAsyncResult

Beginset_user_permission() public method

public Beginset_user_permission ( string user_names, ManagementUserManagementUserPermission permissions, System callback, object asyncState ) : System.IAsyncResult
user_names string
permissions ManagementUserManagementUserPermission
callback System
asyncState object
return System.IAsyncResult

Endchange_my_password() public method

public Endchange_my_password ( System asyncResult ) : void
asyncResult System
return void

Endchange_password() public method

public Endchange_password ( System asyncResult ) : void
asyncResult System
return void

Endchange_password_2() public method

public Endchange_password_2 ( System asyncResult ) : void
asyncResult System
return void

Endcreate_user() public method

public Endcreate_user ( System asyncResult ) : void
asyncResult System
return void

Endcreate_user_2() public method

public Endcreate_user_2 ( System asyncResult ) : void
asyncResult System
return void

Endcreate_user_3() public method

public Endcreate_user_3 ( System asyncResult ) : void
asyncResult System
return void

Enddelete_user() public method

public Enddelete_user ( System asyncResult ) : void
asyncResult System
return void

Enddelete_user_permission() public method

public Enddelete_user_permission ( System asyncResult ) : void
asyncResult System
return void

Endget_authentication_method() public method

public Endget_authentication_method ( System asyncResult ) : CommonAuthenticationMethod
asyncResult System
return CommonAuthenticationMethod

Endget_default_partition() public method

public Endget_default_partition ( System asyncResult ) : string
asyncResult System
return string

Endget_default_role() public method

public Endget_default_role ( System asyncResult ) : ManagementUserManagementUserRole
asyncResult System
return ManagementUserManagementUserRole

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_encrypted_password() public method

public Endget_encrypted_password ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_fullname() public method

public Endget_fullname ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_group_id() public method

public Endget_group_id ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_home_directory() public method

public Endget_home_directory ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_home_partition() public method

public Endget_home_partition ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_list() public method

public Endget_list ( System asyncResult ) : iControl.ManagementUserManagementUserID[]
asyncResult System
return iControl.ManagementUserManagementUserID[]

Endget_login_shell() public method

public Endget_login_shell ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_my_permission() public method

public Endget_my_permission ( System asyncResult ) : iControl.ManagementUserManagementUserPermission[]
asyncResult System
return iControl.ManagementUserManagementUserPermission[]

Endget_remote_console_access() public method

public Endget_remote_console_access ( System asyncResult ) : bool
asyncResult System
return bool

Endget_role() public method

public Endget_role ( System asyncResult ) : ManagementUserManagementUserRole[]
asyncResult System
return ManagementUserManagementUserRole[]

Endget_user_id() public method

public Endget_user_id ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_user_permission() public method

public Endget_user_permission ( System asyncResult ) : iControl.ManagementUserManagementUserPermission[][]
asyncResult System
return iControl.ManagementUserManagementUserPermission[][]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endis_locked_out() public method

public Endis_locked_out ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endreset_locked_out() public method

public Endreset_locked_out ( System asyncResult ) : void
asyncResult System
return void

Endset_authentication_method() public method

public Endset_authentication_method ( System asyncResult ) : void
asyncResult System
return void

Endset_default_partition() public method

public Endset_default_partition ( System asyncResult ) : void
asyncResult System
return void

Endset_default_role() public method

public Endset_default_role ( System asyncResult ) : void
asyncResult System
return void

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_fullname() public method

public Endset_fullname ( System asyncResult ) : void
asyncResult System
return void

Endset_group_id() public method

public Endset_group_id ( System asyncResult ) : void
asyncResult System
return void

Endset_home_directory() public method

public Endset_home_directory ( System asyncResult ) : void
asyncResult System
return void

Endset_login_shell() public method

public Endset_login_shell ( System asyncResult ) : void
asyncResult System
return void

Endset_remote_console_access() public method

public Endset_remote_console_access ( System asyncResult ) : void
asyncResult System
return void

Endset_role() public method

public Endset_role ( System asyncResult ) : void
asyncResult System
return void

Endset_user_id() public method

public Endset_user_id ( System asyncResult ) : void
asyncResult System
return void

Endset_user_permission() public method

public Endset_user_permission ( System asyncResult ) : void
asyncResult System
return void

ManagementUserManagement() public method

public ManagementUserManagement ( ) : System
return System