Home
last modified time | relevance | path

Searched refs:authenticators (Results 1 – 11 of 11) sorted by relevance

/external/owasp/sanitizer/tools/
Dgooglecode_upload.py172 authenticators = netrc().authenticators("code.google.com")
173 if authenticators:
175 user_name = authenticators[0]
177 password = authenticators[2]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccountManager.java43 private Map<String, AuthenticatorDescription> authenticators = new LinkedHashMap<>(); field in ShadowAccountManager
201 return authenticators.values().toArray(new AuthenticatorDescription[authenticators.size()]);
382 if (!authenticators.containsKey(accountType)) {
423 authenticators.put(authenticator.type, authenticator);
498 if (!authenticators.containsKey(account.type)) {
/external/python/cpython3/Doc/library/
Dnetrc.rst59 .. method:: netrc.authenticators(host)
61 Return a 3-tuple ``(login, account, password)`` of authenticators for *host*.
/external/python/cpython2/Doc/library/
Dnetrc.rst55 .. method:: netrc.authenticators(host)
57 Return a 3-tuple ``(login, account, password)`` of authenticators for *host*.
/external/python/cpython2/Lib/
Dnetrc.py119 def authenticators(self, host): member in netrc
Dnntplib.py148 auth = credentials.authenticators(host)
/external/python/cpython3/Lib/
Dnetrc.py113 def authenticators(self, host): member in netrc
Dftplib.py967 userid, acct, passwd = netrcobj.authenticators(host)
Dnntplib.py953 auth = credentials.authenticators(self.host)
/external/python/cpython3/Lib/test/
Dtest_netrc.py163 login, account, password = nrc.authenticators('foo.domain.com')
/external/jline/src/src/test/resources/jline/example/
Denglish.gz