/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
H A D | Authenticator.java | 41 Request authenticate(Proxy proxy, Response response) throws IOException; method in interface:Authenticator
|
/external/apache-http/src/org/apache/http/auth/ |
H A D | AuthScheme.java | 142 Header authenticate(Credentials credentials, HttpRequest request) method in interface:AuthScheme
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
H A D | basic.py | 40 def authenticate(self, environ): member in class:AuthBasicAuthenticator 53 __call__ = authenticate 84 self.authenticate = AuthBasicAuthenticator(realm, authfunc) 89 result = self.authenticate(environ)
|
H A D | digest.py | 132 def authenticate(self, environ): member in class:AuthDigestAuthenticator 165 __call__ = authenticate 216 self.authenticate = AuthDigestAuthenticator(realm, authfunc) 222 result = self.authenticate(environ)
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
H A D | AuthenticatorAdapter.java | 37 @Override public Request authenticate(Proxy proxy, Response response) throws IOException { method in class:AuthenticatorAdapter
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
H A D | RecordingOkAuthenticator.java | 44 @Override public Request authenticate(Proxy proxy, Response response) { method in class:RecordingOkAuthenticator
|
/external/apache-http/src/org/apache/http/impl/auth/ |
H A D | BasicScheme.java | 135 public Header authenticate( method in class:BasicScheme 147 return authenticate(credentials, charset, isProxy()); 159 public static Header authenticate( method in class:BasicScheme
|
H A D | DigestScheme.java | 224 public Header authenticate( method in class:DigestScheme
|
H A D | NTLMScheme.java | 112 public Header authenticate( method in class:NTLMScheme
|
/external/autotest/frontend/ |
H A D | apache_auth.py | 19 def authenticate(self, username=None, password=None): member in class:SimpleAuthBackend 53 HTTP_AUTHORIZATION header with username (this allows CLI to authenticate). 82 user_object = auth.authenticate(username=username,
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
H A D | DeferredAuthentication.java | 62 * @see org.eclipse.jetty.server.Authentication.Deferred#authenticate(ServletRequest) 64 public Authentication authenticate(ServletRequest request) method in class:DeferredAuthentication 91 * @see org.eclipse.jetty.server.Authentication.Deferred#authenticate(javax.servlet.ServletRequest, javax.servlet.ServletResponse) 93 public Authentication authenticate(ServletRequest request, ServletResponse response) method in class:DeferredAuthentication 139 * @return true if this response is from a deferred call to {@link #authenticate(ServletRequest)}
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | UCharacterNameReader.java | 108 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
|
H A D | ICUBinary.java | 556 Authenticate authenticate) 558 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate)); 573 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate) argument 605 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) { 774 * Magic numbers to authenticate the data file 554 readHeaderAndDataVersion(ByteBuffer bytes, int dataFormat, Authenticate authenticate) argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCharacterNameReader.java | 108 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
|
H A D | ICUBinary.java | 552 Authenticate authenticate) 554 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate)); 569 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate) argument 601 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) { 770 * Magic numbers to authenticate the data file 550 readHeaderAndDataVersion(ByteBuffer bytes, int dataFormat, Authenticate authenticate) argument
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
H A D | Authentication.java | 71 Authentication authenticate(ServletRequest request); method in interface:Authentication.Deferred 79 Authentication authenticate(ServletRequest request,ServletResponse response); method in interface:Authentication.Deferred
|
H A D | ServletRequestHttpWrapper.java | 172 * @see javax.servlet.http.HttpServletRequest#authenticate(javax.servlet.http.HttpServletResponse) 174 public boolean authenticate(HttpServletResponse response) throws IOException, ServletException method in class:ServletRequestHttpWrapper
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader_drm.c | 140 /* Try authenticate with the X server to give us access to devices that X 149 xcb_dri2_authenticate_reply_t *authenticate; local 178 authenticate = xcb_dri2_authenticate_reply(xcb_conn, 181 FREE(authenticate);
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
H A D | ConstraintSecurityHandler.java | 99 * @param authenticate 104 public static Constraint createConstraint (String name, boolean authenticate, String[] roles, int dataConstraint) argument 109 constraint.setAuthenticate(authenticate);
|
H A D | MappedLoginService.java | 223 if (principal.authenticate(credentials)) 253 boolean authenticate(Object credentials); method in interface:MappedLoginService.UserPrincipal 291 public boolean authenticate(Object credentials) method in class:MappedLoginService.Anonymous 315 public boolean authenticate(Object credentials) method in class:MappedLoginService.KnownUser
|
/external/jetty/src/java/org/eclipse/jetty/util/security/ |
H A D | Constraint.java | 160 * @param authenticate True if users must be authenticated 162 public void setAuthenticate(boolean authenticate) argument 164 _authenticate = authenticate;
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
H A D | HttpOverSpdyTest.java | 215 @Test public void authenticate() throws Exception { method in class:HttpOverSpdyTest 217 .addHeader("www-authenticate: Basic realm=\"protected area\"") 218 .setBody("Please authenticate."));
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
H A D | wayland-drm.h | 83 int (*authenticate)(void *user_data, uint32_t id); member in struct:wayland_drm_callbacks
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys_dri.c | 306 xcb_dri2_authenticate_reply_t *authenticate = NULL; local 355 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL); 357 if (authenticate == NULL || !authenticate->authenticated) 370 free(authenticate); 379 free(authenticate);
|
/external/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.h | 133 int (*authenticate) (_EGLDisplay *disp, uint32_t id); member in struct:dri2_egl_display
|