Method | Description | |
---|---|---|
Beginadd_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string config_names, string secrets, string service_names, string protocol_names, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_configurations ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_configuration ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_accounting_to_all_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_debug_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_encryption_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_first_hit_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_protocol_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_secret ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_server ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_service_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_accounting_to_all_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_debug_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string config_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_encryption_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_first_hit_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_protocol_name ( string config_names, string protocol_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_secret ( string config_names, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_service_name ( string config_names, string service_names, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_server ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_configurations ( System asyncResult ) : void | ||
Enddelete_configuration ( System asyncResult ) : void | ||
Endget_accounting_to_all_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_debug_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_encryption_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_first_hit_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_protocol_name ( System asyncResult ) : string[] | ||
Endget_secret ( System asyncResult ) : string[] | ||
Endget_server ( System asyncResult ) : string[][] | ||
Endget_service_name ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_server ( System asyncResult ) : void | ||
Endset_accounting_to_all_state ( System asyncResult ) : void | ||
Endset_debug_state ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_encryption_state ( System asyncResult ) : void | ||
Endset_first_hit_state ( System asyncResult ) : void | ||
Endset_protocol_name ( System asyncResult ) : void | ||
Endset_secret ( System asyncResult ) : void | ||
Endset_service_name ( System asyncResult ) : void | ||
ManagementTACACSConfiguration ( ) : System |
Method | Description | |
---|---|---|
add_server ( string config_names, string servers ) : void | ||
create ( string config_names, string secrets, string service_names, string protocol_names, string servers ) : void | ||
delete_all_configurations ( ) : void | ||
delete_configuration ( string config_names ) : void | ||
get_accounting_to_all_state ( string config_names ) : CommonEnabledState[] | ||
get_debug_state ( string config_names ) : CommonEnabledState[] | ||
get_description ( string config_names ) : string[] | ||
get_encryption_state ( string config_names ) : CommonEnabledState[] | ||
get_first_hit_state ( string config_names ) : CommonEnabledState[] | ||
get_list ( ) : string[] | ||
get_protocol_name ( string config_names ) : string[] | ||
get_secret ( string config_names ) : string[] | ||
get_server ( string config_names ) : string[][] | ||
get_service_name ( string config_names ) : string[] | ||
get_version ( ) : string | ||
remove_server ( string config_names, string servers ) : void | ||
set_accounting_to_all_state ( string config_names, CommonEnabledState states ) : void | ||
set_debug_state ( string config_names, CommonEnabledState states ) : void | ||
set_description ( string config_names, string descriptions ) : void | ||
set_encryption_state ( string config_names, CommonEnabledState states ) : void | ||
set_first_hit_state ( string config_names, CommonEnabledState states ) : void | ||
set_protocol_name ( string config_names, string protocol_names ) : void | ||
set_secret ( string config_names, string secrets ) : void | ||
set_service_name ( string config_names, string service_names ) : void |
public Beginadd_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( string config_names, string secrets, string service_names, string protocol_names, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
secrets | string | |
service_names | string | |
protocol_names | string | |
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_configurations ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_configuration ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_accounting_to_all_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_debug_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_encryption_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_first_hit_state ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_protocol_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_secret ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_server ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_service_name ( string config_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_server ( string config_names, string servers, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
servers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_accounting_to_all_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_debug_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string config_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_encryption_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_first_hit_state ( string config_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_protocol_name ( string config_names, string protocol_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
protocol_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_secret ( string config_names, string secrets, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
secrets | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_service_name ( string config_names, string service_names, System callback, object asyncState ) : System.IAsyncResult | ||
config_names | string | |
service_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endadd_server ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_configurations ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_configuration ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_accounting_to_all_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_debug_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_encryption_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_first_hit_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_protocol_name ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_secret ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_server ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_service_name ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endremove_server ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_accounting_to_all_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_debug_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_encryption_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_first_hit_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_protocol_name ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_secret ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_service_name ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public ManagementTACACSConfiguration ( ) : System | ||
return | System |