HomeSort by relevance Sort by last modified time
    Searched refs:auth (Results 1 - 25 of 293) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/security/auth/callback/
Callback.java 18 package javax.security.auth.callback;
CallbackHandler.java 18 package javax.security.auth.callback;
28 * setting the {@code auth.login.defaultCallbackHandler} property in the
  /external/dbus/dbus/
dbus-auth.c 2 /* dbus-auth.c Authentication
23 #include "dbus-auth.h"
50 * per-auth (which raises threadsafety issues too)
52 * @todo grep FIXME in dbus-auth.c
68 typedef dbus_bool_t (* DBusInitialResponseFunction) (DBusAuth *auth,
75 typedef dbus_bool_t (* DBusAuthDataFunction) (DBusAuth *auth,
81 typedef dbus_bool_t (* DBusAuthEncodeFunction) (DBusAuth *auth,
88 typedef dbus_bool_t (* DBusAuthDecodeFunction) (DBusAuth *auth,
95 typedef void (* DBusAuthShutdownFunction) (DBusAuth *auth);
98 * Virtual table representing a particular auth mechanism
327 DBusAuth *auth; local
1979 DBusAuth *auth; local
2025 DBusAuth *auth; local
    [all...]
dbus-auth.h 2 /* dbus-auth.h Authentication
46 DBusAuth* _dbus_auth_ref (DBusAuth *auth);
47 void _dbus_auth_unref (DBusAuth *auth);
48 dbus_bool_t _dbus_auth_set_mechanisms (DBusAuth *auth,
50 DBusAuthState _dbus_auth_do_work (DBusAuth *auth);
51 dbus_bool_t _dbus_auth_get_bytes_to_send (DBusAuth *auth,
53 void _dbus_auth_bytes_sent (DBusAuth *auth,
55 void _dbus_auth_get_buffer (DBusAuth *auth,
57 void _dbus_auth_return_buffer (DBusAuth *auth,
60 void _dbus_auth_get_unused_bytes (DBusAuth *auth,
    [all...]
  /external/apache-http/src/org/apache/http/auth/params/
AuthPNames.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/params/AuthPNames.java $
32 package org.apache.http.auth.params;
45 * {@link org.apache.http.auth.Credentials}.
54 public static final String CREDENTIAL_CHARSET = "http.auth.credential-charset";
  /libcore/luni/src/main/java/javax/security/auth/
Destroyable.java 18 package javax.security.auth;
DestroyFailedException.java 18 package javax.security.auth;
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
__init__.py 1 from webkit import auth, status, builders, schedulers namespace
2 reload(auth)
  /external/apache-http/src/org/apache/http/impl/auth/
BasicSchemeFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/BasicSchemeFactory.java $
32 package org.apache.http.impl.auth;
34 import org.apache.http.auth.AuthScheme;
35 import org.apache.http.auth.AuthSchemeFactory;
DigestSchemeFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/DigestSchemeFactory.java $
32 package org.apache.http.impl.auth;
34 import org.apache.http.auth.AuthScheme;
35 import org.apache.http.auth.AuthSchemeFactory;
NTLMEngineException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/NTLMEngineException.java $
31 package org.apache.http.impl.auth;
33 import org.apache.http.auth.AuthenticationException;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AuthorizationParser.java 68 Authorization auth = new Authorization(); local
69 super.parse(auth);
70 return auth;
  /libcore/luni/src/main/java/java/security/
AuthProvider.java 20 import javax.security.auth.Subject;
21 import javax.security.auth.callback.CallbackHandler;
22 import javax.security.auth.login.LoginException;
95 * auth.login.defaultCallbackHandler} security property.
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
tmpCallbackHandler.java 27 import javax.security.auth.callback.Callback;
28 import javax.security.auth.callback.CallbackHandler;
29 import javax.security.auth.callback.UnsupportedCallbackException;
  /external/apache-http/src/org/apache/http/auth/
AUTH.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AUTH.java $
32 package org.apache.http.auth;
41 public final class AUTH {
63 private AUTH() {
AuthSchemeFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AuthSchemeFactory.java $
32 package org.apache.http.auth;
Credentials.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/Credentials.java $
31 package org.apache.http.auth;
InvalidCredentialsException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/InvalidCredentialsException.java $
31 package org.apache.http.auth;
  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.cpp 257 DatabaseAuthorizer* auth = static_cast<DatabaseAuthorizer*>(userData); local
258 ASSERT(auth);
262 return auth->createIndex(parameter1, parameter2);
264 return auth->createTable(parameter1);
266 return auth->createTempIndex(parameter1, parameter2);
268 return auth->createTempTable(parameter1);
270 return auth->createTempTrigger(parameter1, parameter2);
272 return auth->createTempView(parameter1);
274 return auth->createTrigger(parameter1, parameter2);
276 return auth->createView(parameter1)
    [all...]
  /external/apache-http/src/org/apache/http/client/
CredentialsProvider.java 33 import org.apache.http.auth.AuthScope;
34 import org.apache.http.auth.Credentials;
  /frameworks/base/obex/javax/obex/
SessionNotifier.java 120 * @param auth the <code>Authenticator</code> to use with this connection;
127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException;
  /libcore/luni/src/main/java/javax/security/auth/login/
LoginException.java 18 package javax.security.auth.login;
  /system/core/rootdir/etc/
dbus.conf 9 <auth>EXTERNAL</auth>
  /external/dbus/test/data/valid-config-files/
debug-allow-all-sha1.conf 1 <!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
9 <auth>DBUS_COOKIE_SHA1</auth>
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncHistogram.java 98 void processSyncEvent(EventContainer event, int auth, long startTime, long stopTime,
102 auth = ERRORS;
105 addHistEvent(0, auth, delta);
109 // Item turns out to be in error, so transfer time from old auth to error.
111 addHistEvent(0, auth, -delta);
121 * @param auth Sync authority
124 private void addHistEvent(long stopTime, int auth, double value) {
128 for (int i = auth; i <= ERRORS; i++) {
133 private void addToPeriod(TimePeriodValues tpv[], int auth, SimpleTimePeriod period,
136 if (mTimePeriodMap[auth].containsKey(period))
    [all...]

Completed in 540 milliseconds

1 2 3 4 5 6 7 8 91011>>