Searched defs:credentials (Results 1 - 25 of 34) sorted by relevance

12

/external/apache-http/src/org/apache/http/client/
H A DCredentialsProvider.java37 * Abstract credentials provider.
51 * Sets the {@link Credentials credentials} for the given authentication
52 * scope. Any previous credentials for the given scope will be overwritten.
55 * @param credentials the authentication {@link Credentials credentials}
60 void setCredentials(AuthScope authscope, Credentials credentials); argument
63 * Get the {@link Credentials credentials} for the given authentication scope.
66 * @return the credentials
73 * Clears all credentials.
/external/apache-http/src/org/apache/http/auth/
H A DAuthScheme.java51 * <li>Generate authorization string for the given set of credentials,
135 * @param credentials The set of credentials to be used for athentication
142 Header authenticate(Credentials credentials, HttpRequest request) argument
H A DAuthState.java56 private Credentials credentials; field in class:AuthState
72 this.credentials = null;
105 * @return user credentials if available, <code>null</code otherwise
108 return this.credentials;
115 * @param credentials User credentials
117 public void setCredentials(final Credentials credentials) { argument
118 this.credentials = credentials;
146 buffer.append("]; credentials se
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCredentialsProvider.java71 * Sets the {@link Credentials credentials} for the given authentication
72 * scope. Any previous credentials for the given scope will be overwritten.
75 * @param credentials the authentication {@link Credentials credentials}
82 final Credentials credentials) {
86 credMap.put(authscope, credentials);
90 * Find matching {@link Credentials credentials} for the given authentication scope.
92 * @param map the credentials hash map
94 * @return the credentials
122 * Get the {@link Credentials credentials} fo
80 setCredentials( final AuthScope authscope, final Credentials credentials) argument
[all...]
/external/libcups/cups/
H A Dtls.c53 httpCopyCredentials(http_t *http, cups_array_t **credentials) argument
56 if (credentials)
57 *credentials = NULL;
61 httpCredentialsAreValidForName(cups_array_t *credentials, const char *common_name) argument
63 (void)credentials;
68 httpCredentialsGetExpiration(cups_array_t *credentials) argument
70 (void)credentials;
74 httpCredentialsGetTrust(cups_array_t *credentials, const char *common_name) argument
76 (void)credentials;
81 httpCredentialsString(cups_array_t *credentials, cha argument
90 httpLoadCredentials(const char *path, cups_array_t **credentials, const char *common_name) argument
98 httpSaveCredentials(const char *path, cups_array_t *credentials, const char *common_name) argument
[all...]
H A Dtls-gnutls.c221 DEBUG_puts("1cupsMakeServerCredentials: Successfully created credentials.");
228 * 'cupsSetServerCredentials()' - Set the default server credentials.
230 * Note: The server credentials are used by all threads in the running process.
291 * 'httpCopyCredentials()' - Copy the credentials associated with the peer in
300 cups_array_t **credentials) /* O - Array of credentials */
306 DEBUG_printf(("httpCopyCredentials(http=%p, credentials=%p)", http, credentials));
308 if (credentials)
309 *credentials
298 httpCopyCredentials( http_t *http, cups_array_t **credentials) argument
338 _httpCreateCredentials( cups_array_t *credentials) argument
352 _httpFreeCredentials( http_tls_credentials_t credentials) argument
366 httpCredentialsAreValidForName( cups_array_t *credentials, const char *common_name) argument
425 httpCredentialsGetTrust( cups_array_t *credentials, const char *common_name) argument
601 httpCredentialsGetExpiration( cups_array_t *credentials) argument
626 httpCredentialsString( cups_array_t *credentials, char *buffer, size_t bufsize) argument
682 httpLoadCredentials( const char *path, cups_array_t **credentials, const char *common_name) argument
813 httpSaveCredentials( const char *path, cups_array_t *credentials, const char *common_name) argument
1243 gnutls_certificate_credentials_t *credentials; local
[all...]
H A Dusersys.c234 * 'cupsSetCredentials()' - Set the default credentials to be used for SSL/TLS
237 * Note: The default credentials are tracked separately for each thread in a
246 cups_array_t *credentials) /* I - Array of credentials */
251 if (cupsArrayCount(credentials) < 1)
256 cg->tls_credentials = _httpCreateCredentials(credentials);
430 * Note: The current credentials callback is tracked separately for each thread
245 cupsSetCredentials( cups_array_t *credentials) argument
H A Dtls-darwin.c352 * 'cupsSetServerCredentials()' - Set the default server credentials.
354 * Note: The server credentials are used by all threads in the running process.
423 * 'httpCopyCredentials()' - Copy the credentials associated with the peer in
432 cups_array_t **credentials) /* O - Array of credentials */
436 CFIndex count; /* Number of credentials */
442 DEBUG_printf(("httpCopyCredentials(http=%p, credentials=%p)", (void *)http, (void *)credentials));
444 if (credentials)
445 *credentials
430 httpCopyCredentials( http_t *http, cups_array_t **credentials) argument
495 _httpCreateCredentials( cups_array_t *credentials) argument
533 httpCredentialsAreValidForName( cups_array_t *credentials, const char *common_name) argument
596 httpCredentialsGetTrust( cups_array_t *credentials, const char *common_name) argument
762 httpCredentialsGetExpiration( cups_array_t *credentials) argument
787 httpCredentialsString( cups_array_t *credentials, char *buffer, size_t bufsize) argument
843 _httpFreeCredentials( http_tls_credentials_t credentials) argument
860 httpLoadCredentials( const char *path, cups_array_t **credentials, const char *common_name) argument
977 httpSaveCredentials( const char *path, cups_array_t *credentials, const char *common_name) argument
1161 cups_array_t *credentials; /* Credentials array */ local
2114 http_tls_credentials_t credentials = NULL; local
[all...]
H A Dtls-sspi.c109 * 'cupsSetServerCredentials()' - Set the default server credentials.
111 * Note: The server credentials are used by all threads in the running process.
134 * 'httpCopyCredentials()' - Copy the credentials associated with the peer in
143 cups_array_t **credentials) /* O - Array of credentials */
145 DEBUG_printf(("httpCopyCredentials(http=%p, credentials=%p)", http, credentials));
147 if (!http || !http->tls || !http->tls->remoteCert || !credentials)
149 if (credentials)
150 *credentials
141 httpCopyCredentials( http_t *http, cups_array_t **credentials) argument
167 _httpCreateCredentials( cups_array_t *credentials) argument
181 httpCredentialsAreValidForName( cups_array_t *credentials, const char *common_name) argument
246 httpCredentialsGetTrust( cups_array_t *credentials, const char *common_name) argument
291 httpCredentialsGetExpiration( cups_array_t *credentials) argument
328 httpCredentialsString( cups_array_t *credentials, char *buffer, size_t bufsize) argument
401 _httpFreeCredentials( http_tls_credentials_t credentials) argument
418 httpLoadCredentials( const char *path, cups_array_t **credentials, const char *common_name) argument
542 httpSaveCredentials( const char *path, cups_array_t *credentials, const char *common_name) argument
[all...]
H A Dhttp.c204 * Use @code cupsArrayNew(NULL, NULL)@ to create a credentials array.
211 cups_array_t *credentials, /* I - Credentials array */
225 cupsArrayAdd(credentials, credential);
392 * 'httpCompareCredentials()' - Compare two sets of X.509 credentials.
399 cups_array_t *cred1, /* I - First set of X.509 credentials */
400 cups_array_t *cred2) /* I - Second set of X.509 credentials */
402 http_credential_t *temp1, *temp2; /* Temporary credentials */
716 * 'httpFreeCredentials()' - Free an array of credentials.
721 cups_array_t *credentials) /* I - Array of credentials */
210 httpAddCredential( cups_array_t *credentials, const void *data, size_t datalen) argument
720 httpFreeCredentials( cups_array_t *credentials) argument
2535 httpSetCredentials(http_t *http, cups_array_t *credentials) argument
[all...]
/external/apache-http/src/org/apache/http/impl/auth/
H A DBasicScheme.java126 * @param credentials The set of credentials to be used for athentication
128 * @throws org.apache.http.auth.InvalidCredentialsException if authentication credentials
136 final Credentials credentials,
139 if (credentials == null) {
147 return authenticate(credentials, charset, isProxy());
154 * @param credentials The credentials to encode.
155 * @param charset The charset to use for encoding the credentials
160 final Credentials credentials,
135 authenticate( final Credentials credentials, final HttpRequest request) argument
159 authenticate( final Credentials credentials, final String charset, boolean proxy) argument
[all...]
H A DDigestScheme.java214 * @param credentials A set of credentials to be used for athentication
217 * @throws org.apache.http.auth.InvalidCredentialsException if authentication credentials
225 final Credentials credentials,
228 if (credentials == null) {
243 String digest = createDigest(credentials);
244 return createDigestHeader(credentials, digest);
265 private String createDigest(final Credentials credentials) throws AuthenticationException { argument
298 String uname = credentials.getUserPrincipal().getName();
299 String pwd = credentials
224 authenticate( final Credentials credentials, final HttpRequest request) argument
386 createDigestHeader( final Credentials credentials, final String digest) argument
[all...]
H A DNTLMScheme.java113 final Credentials credentials,
117 ntcredentials = (NTCredentials) credentials;
121 + credentials.getClass().getName());
112 authenticate( final Credentials credentials, final HttpRequest request) argument
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new-wps.py33 def credentials(cred): function
34 print "WPS credentials: %s" % (cred)
62 bus.add_signal_receiver(credentials,
/external/curl/lib/vauth/
H A Ddigest_sspi.c78 CredHandle credentials; local
154 /* Acquire our credentials handle */
159 &credentials, &expiry);
187 status = s_pSecFn->InitializeSecurityContext(&credentials, NULL, spn,
194 s_pSecFn->CompleteAuthToken(&credentials, &resp_desc);
196 s_pSecFn->FreeCredentialsHandle(&credentials);
211 s_pSecFn->FreeCredentialsHandle(&credentials);
318 provided bad credentials in the previous request. */
361 CredHandle credentials; local
407 /* Acquire our credentials handl
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dturnport.h50 const RelayCredentials& credentials,
54 server_address, credentials, server_priority, origin);
66 const RelayCredentials& credentials,
70 username, password, server_address, credentials,
84 const RelayCredentials& credentials() const { return credentials_; } function in class:cricket::TurnPort
148 void set_credentials(RelayCredentials& credentials) { argument
149 credentials_ = credentials;
163 const RelayCredentials& credentials,
176 const RelayCredentials& credentials,
43 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, rtc::AsyncPacketSocket* socket, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials, int server_priority, const std::string& origin) argument
57 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials, int server_priority, const std::string& origin) argument
H A Dportallocator.h100 : type(RELAY_TURN), credentials(username, password) {
107 RelayCredentials credentials; member in struct:cricket::RelayServerConfig
H A Dturnport.cc189 const RelayCredentials& credentials,
199 credentials_(credentials),
221 const RelayCredentials& credentials,
234 credentials_(credentials),
277 << " TURN server credentials for the user.";
1123 // If we failed to authenticate even after we sent our credentials, fail hard.
182 TurnPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, rtc::AsyncPacketSocket* socket, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials, int server_priority, const std::string& origin) argument
212 TurnPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, uint16_t min_port, uint16_t max_port, const std::string& username, const std::string& password, const ProtocolAddress& server_address, const RelayCredentials& credentials, int server_priority, const std::string& origin) argument
/external/chromium-trace/catapult/telemetry/telemetry/testing/fakes/
H A D__init__.py256 def credentials(self): member in class:_FakeBrowser
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/curl/lib/
H A Durldata.h422 CredHandle *credentials; member in struct:kerberos5data
441 CredHandle *credentials; member in struct:ntlmdata
471 CredHandle *credentials; member in struct:negotiatedata
817 #define PROTOPT_CREDSPERREQUEST (1<<7) /* requires login credentials per

Completed in 472 milliseconds

12