◆ test_credentials_from_environment()
def webkitpy.common.net.credentials_unittest.CredentialsTest.test_credentials_from_environment |
( |
|
self | ) |
|
◆ test_do_not_use_stored_credentials()
def webkitpy.common.net.credentials_unittest.CredentialsTest.test_do_not_use_stored_credentials |
( |
|
self | ) |
|
◆ test_keychain_lookup_on_non_mac()
def webkitpy.common.net.credentials_unittest.CredentialsTest.test_keychain_lookup_on_non_mac |
( |
|
self | ) |
|
◆ test_keyring_without_git_repo()
def webkitpy.common.net.credentials_unittest.CredentialsTest.test_keyring_without_git_repo |
( |
|
self | ) |
|
◆ test_keyring_without_git_repo_nor_keychain()
def webkitpy.common.net.credentials_unittest.CredentialsTest.test_keyring_without_git_repo_nor_keychain |
( |
|
self | ) |
|
◆ test_read_credentials_without_git_repo()
def webkitpy.common.net.credentials_unittest.CredentialsTest.test_read_credentials_without_git_repo |
( |
|
self | ) |
|
◆ test_security_calls()
def webkitpy.common.net.credentials_unittest.CredentialsTest.test_security_calls |
( |
|
self | ) |
|
◆ test_security_output_parse()
def webkitpy.common.net.credentials_unittest.CredentialsTest.test_security_output_parse |
( |
|
self | ) |
|
◆ test_security_output_parse_entry_not_found()
def webkitpy.common.net.credentials_unittest.CredentialsTest.test_security_output_parse_entry_not_found |
( |
|
self | ) |
|
◆ example_security_output
string webkitpy.common.net.credentials_unittest.CredentialsTest.example_security_output |
|
static |
Initial value:= """keychain: "/Users/test/Library/Keychains/login.keychain"
class: "inet"
attributes:
0x00000007 <blob>="bugs.webkit.org (test@webkit.org)"
0x00000008 <blob>=<NULL>
"acct"<blob>="test@webkit.org"
"atyp"<blob>="form"
"cdat"<timedate>=0x32303039303832353233353231365A00 "20090825235216Z\000"
"crtr"<uint32>=<NULL>
"cusi"<sint32>=<NULL>
"desc"<blob>="Web form password"
"icmt"<blob>="default"
"invi"<sint32>=<NULL>
"mdat"<timedate>=0x32303039303930393137323635315A00 "20090909172651Z\000"
"nega"<sint32>=<NULL>
"path"<blob>=<NULL>
"port"<uint32>=0x00000000
"prot"<blob>=<NULL>
"ptcl"<uint32>="htps"
"scrp"<sint32>=<NULL>
"sdmn"<blob>=<NULL>
"srvr"<blob>="bugs.webkit.org"
"type"<uint32>=<NULL>
password: "SECRETSAUCE"
"""
The documentation for this class was generated from the following file: