Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ functions
Functions
8,281 in github.com/Keeper-Security/Commander
⨍
Functions
8,281
◇
Types & classes
1,518
↳
Endpoints
272
↓ 10 callers
Function
print_router_response
(router_response, response_type, original_conversation_id=None, is_verbose=False, gateway_uid='')
keepercommander/commands/pam/router_helper.py:427
↓ 10 callers
Method
record_batch
Record a completed batch and adapt parameters if needed. Throttle detection is purely timing-based: if the batch took more than THROT
keepercommander/commands/pam_import/kcm_import.py:786
↓ 10 callers
Method
start
(self, username=None)
keepercommander/commands/ssh_agent.py:729
↓ 10 callers
Function
string_to_bytes
(string)
keepercommander/utils.py:187
↓ 9 callers
Method
__init__
(self)
keepercommander/commands/pam_import/base.py:984
↓ 9 callers
Method
_b
(msg)
keepercommander/commands/discover/__init__.py:445
↓ 9 callers
Method
_clear_clickable_fields
Remove any dynamically mounted clickable field widgets
keepercommander/commands/supershell/app.py:1793
↓ 9 callers
Method
_encode_yaml
Helper to encode YAML string to base64.
unit-tests/test_credential_provision.py:136
↓ 9 callers
Function
_make_dag
Build a DAG with a mocked connection so we can assert sync wiring. Skips real load — caller invokes _sync_legacy / _sync_per_graph directly.
unit-tests/pam/test_dag_multi_sync_load.py:48
↓ 9 callers
Method
_v2_record
(self, custom_fields)
unit-tests/test_command_record.py:461
↓ 9 callers
Method
bytes_to_url_safe_str
(b)
keepercommander/loginv3.py:1204
↓ 9 callers
Method
connect
Connect to the Guacamole server. Args: data: Arbitrary connection data to send during handshake. Raises:
keepercommander/commands/pam_launch/guacamole/client.py:583
↓ 9 callers
Method
create_default_config
Create default configuration structure.
keepercommander/service/config/service_config.py:83
↓ 9 callers
Method
create_storage_error
Log storage operation errors consistently
keepercommander/biometric/utils/error_handler.py:119
↓ 9 callers
Method
encrypt
(self, data: dict)
keepercommander/commands/discover/__init__.py:365
↓ 9 callers
Function
ensure_nested_share_folder
Raise ``CommandError`` if *folder_uid* is not a Nested Share Folder.
keepercommander/commands/nested_share_folder/helpers.py:191
↓ 9 callers
Method
execute
(cls, command: str)
keepercommander/service/util/command_util.py:118
↓ 9 callers
Method
generate
(self)
keepercommander/generator.py:99
↓ 9 callers
Function
generate_random_bytes
(pass_length=RANDOM_LENGTH)
keepercommander/commands/tunnel/port_forward/tunnel_helpers.py:667
↓ 9 callers
Method
get_acl
Get the user ACL from the record linking graph.
keepercommander/discovery_common/user_service.py:235
↓ 9 callers
Method
get_url
(cls, pvwa_host, endpoint)
keepercommander/importer/cyberark/cyberark.py:286
↓ 9 callers
Method
link_resource_to_config
(self, resource_uid)
keepercommander/commands/tunnel/port_forward/TunnelGraph.py:365
↓ 9 callers
Function
make_context
Create a real RestApiContext with QRC disabled to simplify mocking.
unit-tests/test_throttle_retry.py:28
↓ 9 callers
Function
make_payload
Create a minimal ApiRequestPayload for execute_rest.
unit-tests/test_throttle_retry.py:58
↓ 9 callers
Method
put_links
(self, links: Iterable[T])
keepercommander/storage/types.py:103
↓ 9 callers
Method
resolve_user
(params: KeeperParams, user_id: int)
keepercommander/commands/workflow/helpers.py:354
↓ 9 callers
Function
strip_ansi_codes
Remove ANSI color codes from text
keepercommander/commands/supershell/utils.py:40
↓ 9 callers
Function
sync_down
Sync full or partial data down to the client
keepercommander/sync_down.py:27
↓ 9 callers
Function
urlsafe_str_to_bytes
(s: str)
keepercommander/keeper_dag/crypto.py:38
↓ 9 callers
Method
validate_password
(cls, password, policy)
keepercommander/enforcement.py:508
↓ 9 callers
Method
validate_port
Validate port number
keepercommander/service/config/config_validation.py:27
↓ 8 callers
Method
__init__
(self)
keepercommander/commands/discoveryrotation_v1.py:70
↓ 8 callers
Method
__init__
(self)
keepercommander/commands/aram.py:896
↓ 8 callers
Function
_b
(value: str)
keepercommander/commands/discover/result_process.py:40
↓ 8 callers
Method
_build_tg
Construct a TunnelDAG without going through __init__ (which needs network setup).
unit-tests/pam/test_dag_layer_b_migration.py:370
↓ 8 callers
Function
_c
(code: str, text: str)
keepercommander/commands/connect_prompts.py:70
↓ 8 callers
Method
_convert_kcm_autofill
Clean KCM autofill-configuration JSON for Keeper RBI. Keeper RBI uses the same JSON array format as KCM/Guacamole: [{"page": "*.exa
keepercommander/commands/pam_import/kcm_import.py:416
↓ 8 callers
Method
_dry_run_report
Generate dry-run report showing what would be created. PII (names, emails) are partially masked for security. The value of a
keepercommander/commands/credential_provision.py:1100
↓ 8 callers
Method
_generate_password
Generate secure random password using Commander's built-in generator. This is a critical security feature. Commander generates passw
keepercommander/commands/credential_provision.py:1433
↓ 8 callers
Method
_get_yes_no_input
(self, prompt: str)
keepercommander/service/config/service_config.py:271
↓ 8 callers
Method
_h
(msg)
keepercommander/commands/discover/__init__.py:441
↓ 8 callers
Function
_instantiate_and_capture
Instantiate `cls`, force the lazy `dag` property, return the kwargs passed to the patched `DAG(...)` constructor.
unit-tests/pam/test_discovery_common_per_graph_flag.py:71
↓ 8 callers
Function
_make_typed_record
(custom_fields)
unit-tests/service/test_vault_metadata.py:21
↓ 8 callers
Function
_multi_sync_result
Build a serialized GraphSyncMultiResult. per_stream: list of (stream_id bytes, sync_point int, has_more bool, data_items
unit-tests/pam/test_dag_multi_sync_load.py:76
↓ 8 callers
Method
_notice
(self, reason, *, session_established=False, pending_exit_code=None)
unit-tests/pam/test_pam_launch_close_notice.py:38
↓ 8 callers
Function
_record_scrollback
(protocol, scrollback)
unit-tests/pam/test_pam_import_scrollback.py:24
↓ 8 callers
Method
_run_json_dry_run
Capture stdout from a JSON-mode dry-run; return parsed JSON.
tests/test_credential_provision_dryrun.py:57
↓ 8 callers
Method
_validate_folder
(params, folder_uid, command_name)
keepercommander/commands/_cloud_import_base.py:264
↓ 8 callers
Function
attach_security_data
(params, record, rq_param)
keepercommander/security_audit.py:157
↓ 8 callers
Method
count
(self)
keepercommander/discovery_common/types.py:247
↓ 8 callers
Method
create
(cls, field_type, field_label)
keepercommander/importer/importer.py:279
↓ 8 callers
Method
debug
(self, msg: str, level: int = 0)
keepercommander/keeper_dag/vertex.py:98
↓ 8 callers
Function
decrypt_aes
(data: bytes, key: bytes)
keepercommander/keeper_dag/crypto.py:15
↓ 8 callers
Function
display
(text,style=None)
examples/pam-kcm-import/kcm_export.py:106
↓ 8 callers
Method
enumerate_fields
(self)
keepercommander/vault.py:914
↓ 8 callers
Method
execute
(self, params, **kwargs)
keepercommander/commands/enterprise.py:1571
↓ 8 callers
Method
get_app_info
(params, app_uid)
keepercommander/commands/ksm.py:673
↓ 8 callers
Function
get_config_uid_via_pam_link
Resolve a resource record's PAM Config UID via KRouter's PAM_LINK graph. Returns the config_uid that owns the resource. Used as a fallback when
keepercommander/commands/tunnel/port_forward/tunnel_helpers.py:821
↓ 8 callers
Method
get_connection
(self)
keepercommander/params.py:411
↓ 8 callers
Method
get_record_type_fields
(params, record_type)
keepercommander/commands/record_edit.py:833
↓ 8 callers
Method
get_record_uid
Get the record UID from the vertex
keepercommander/discovery_common/record_link.py:153
↓ 8 callers
Method
lastpass_date
(self, from_lastpass)
keepercommander/importer/lastpass/lastpass.py:66
↓ 8 callers
Method
load_config
Load configuration from file.
keepercommander/service/config/service_config.py:212
↓ 8 callers
Method
load_settings
(params, reload=False)
keepercommander/commands/audit_alerts.py:143
↓ 8 callers
Function
make_throttle_response
Build a fake HTTP 403 throttle response.
unit-tests/test_throttle_retry.py:38
↓ 8 callers
Method
output_error
(error_msg, output_format='text', **additional_fields)
keepercommander/commands/domain_management/helper.py:68
↓ 8 callers
Function
parse_expiration
Parse ``--expire-at`` / ``--expire-in`` into a millisecond timestamp. Returns *None* if neither argument is provided, or ``-1`` for ``'never'``.
keepercommander/commands/nested_share_folder/helpers.py:324
↓ 8 callers
Method
register_command_new
(self, command, verb, alias=None)
keepercommander/commands/base.py:903
↓ 8 callers
Method
remove_from_dag
(self, uid)
keepercommander/commands/tunnel/port_forward/TunnelGraph.py:1138
↓ 8 callers
Method
resolve_name
(params, resource_ref)
keepercommander/commands/workflow/helpers.py:336
↓ 8 callers
Function
resolve_record_schedule_data
Resolve rotation schedule for pam rotation edit (Web Vault use-default-schedule parity).
keepercommander/commands/discoveryrotation.py:206
↓ 8 callers
Method
search_content
(self, query, ignore_case: bool = False)
keepercommander/keeper_dag/dag.py:1373
↓ 8 callers
Method
send
Send email via configured provider. Args: to: Recipient email address subject: Email subject bod
keepercommander/email_service.py:1030
↓ 8 callers
Method
validate_ip_list
Validate IP address list
keepercommander/service/config/config_validation.py:187
↓ 7 callers
Method
__contains__
Check if an integer is currently in the free pool. Args: integer: The integer to check. Returns: Tr
keepercommander/commands/pam_launch/guacamole/integer_pool.py:61
↓ 7 callers
Method
_actions
(self, config)
tests/test_credential_provision_dryrun.py:262
↓ 7 callers
Method
_build_import_report
Build a structured import report for console and vault storage.
keepercommander/commands/pam_import/kcm_import.py:2836
↓ 7 callers
Method
_build_tg
()
unit-tests/pam/test_dag_layer_b_migration.py:538
↓ 7 callers
Method
_build_tg
()
unit-tests/pam/test_dag_layer_b_migration.py:723
↓ 7 callers
Function
_dim
(s: str)
keepercommander/commands/connect_prompts.py:75
↓ 7 callers
Method
_display_record_detail
Display record details in the right panel using Commander's get command
keepercommander/commands/supershell/app.py:2960
↓ 7 callers
Function
_env_float
Read a float env var; return ``default`` when unset, empty, or unparseable.
keepercommander/commands/pam_launch/connect_timing.py:60
↓ 7 callers
Method
_filter_by_groups
Filter resources and users by connection group name patterns. Patterns are comma-separated, support fnmatch wildcards (* and ?). Retu
keepercommander/commands/pam_import/kcm_import.py:2051
↓ 7 callers
Method
_handle_configuration
(self, config_data: Dict[str, Any], params: KeeperParams, args: StreamlineArgs)
keepercommander/service/commands/create_service.py:120
↓ 7 callers
Method
_matches_name_filters
(name, filter_name, filter_starts, filter_ends, filter_contains)
keepercommander/commands/_cloud_import_base.py:235
↓ 7 callers
Method
_parse_tag_filter
Parse 'Key1=Val1,Key2=Val2' into [(Key1, Val1), (Key2, Val2)].
keepercommander/commands/_cloud_import_base.py:217
↓ 7 callers
Method
_run_fields
(self, custom_fields, unmask=False)
unit-tests/test_command_record.py:588
↓ 7 callers
Method
_sync_per_graph
Multi-stream read against the per-graph endpoints. The graph's data lives in a single stream keyed by the graph's origin (e.g. the PA
keepercommander/keeper_dag/dag.py:565
↓ 7 callers
Method
_update_search_display
Update the search display and results with blinking cursor. Args: perform_search: If True, perform search when text changes. Set
keepercommander/commands/supershell/app.py:3202
↓ 7 callers
Method
_update_shortcuts_bar
Update the shortcuts bar at bottom of detail panel
keepercommander/commands/supershell/app.py:2996
↓ 7 callers
Method
_validate_import_data
Pre-import validation. Returns list of warning strings.
keepercommander/commands/pam_import/kcm_import.py:2190
↓ 7 callers
Function
add_pam_scripts
Add post-rotation script(s) to a rotation record
keepercommander/commands/pam_import/base.py:3665
↓ 7 callers
Function
check_result
Raise ``CommandError`` when *result['success']* is falsy. Standardises the ``if not result['success']: raise ...`` pattern that appears in al
keepercommander/commands/nested_share_folder/helpers.py:106
↓ 7 callers
Method
communicate_expect
(actions)
unit-tests/helper.py:9
↓ 7 callers
Method
ensure_cloud_sso
Warn if the SP doesn't appear as Cloud SSO in cached enterprise data.
keepercommander/commands/sso_cloud/mixin.py:63
↓ 7 callers
Method
execute
(self, params, **kwargs)
keepercommander/commands/record.py:1799
↓ 7 callers
Method
from_configuration_uid
Populate context using the configuration UID. From the configuration record, get the gateway from the settings.
keepercommander/commands/discover/__init__.py:124
↓ 7 callers
Method
from_proto
(cls, status_rs: pedm_pb2.PedmStatusResponse)
keepercommander/pedm/admin_types.py:167
↓ 7 callers
Method
get_alert_configuration
(params, alert_name)
keepercommander/commands/audit_alerts.py:253
↓ 7 callers
Method
get_all
(self)
keepercommander/storage/types.py:71
← previous
next →
201–300 of 8,281, ranked by callers