HomeSort by relevance Sort by last modified time
    Searched refs:login (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
JndiLoginModuleTest.java 31 import javax.security.auth.login.LoginException;
67 assertFalse("Should return false if login failed or no login", jlm
76 assertFalse("Should return false if login failed or no login", jlm.abort());
81 jlm.login();
82 fail("login should fail");
84 assertFalse("Should return false because of login failure", jlm
89 jlm.login();
90 assertTrue("Should return true if login was successful", jlm.abort())
    [all...]
KeyStoreLoginModuleTest.java 25 import javax.security.auth.login.LoginException;
52 assertFalse("Should return false if login failed or no login", ksm
61 assertFalse("Should return false if login failed or no login", ksm.abort());
68 ksm.login();
69 fail("login should fail");
71 assertFalse("Should return false because of login failure", ksm
78 ksm.login();
79 assertTrue("Should return true if login was successful", ks
    [all...]
Krb5LoginModuleTest.java 27 import javax.security.auth.login.LoginException;
100 // create login module for testing
108 module.login();
117 module.login();
140 module.login();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 22 package org.apache.harmony.auth.tests.javax.security.auth.login;
47 import javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag;
48 import javax.security.auth.login.AppConfigurationEntry;
49 import javax.security.auth.login.Configuration;
50 import javax.security.auth.login.LoginContext;
51 import javax.security.auth.login.LoginException;
64 private static final String DEFAULT_CBHANDLER_PROPERTY = "auth.login.defaultCallbackHandler";
78 * TestLoginModule => javax.security.auth.login.LoginContextTest$TestLoginModule
480 * See javax.security.auth.spi.LoginModule.login()
482 public boolean login() throws LoginException method in class:LoginContext1Test.TestLoginModule
1971 public boolean login() throws LoginException { method in class:LoginContext1Test.TestLoginModule_Contexted
    [all...]
LoginContextTest.java 22 package org.apache.harmony.auth.tests.javax.security.auth.login;
35 import javax.security.auth.login.AppConfigurationEntry;
36 import javax.security.auth.login.Configuration;
37 import javax.security.auth.login.LoginContext;
38 import javax.security.auth.login.LoginException;
39 import javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag;
53 // system property to specify another login configuration file
54 private static final String AUTH_LOGIN_CONFIG = "java.security.auth.login.config";
78 // configuration contains requested login module
126 * Precondition: configuration contains requested login module an
862 public boolean login() throws LoginException { method in class:LoginContextTest.MyModule
1012 public boolean login() throws LoginException { method in class:LoginContextTest.MyLoginModule
1045 public boolean login() throws LoginException { method in class:LoginContextTest.TestLoginModule
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AutologinBar.java 86 mAutoLoginHandler.login(
93 DeviceAccountLogin login = tab.getDeviceAccountLogin(); local
94 if (login != null) {
95 mAutoLoginHandler = login;
99 android.R.layout.simple_spinner_item, login.getAccountNames());
108 switch (login.getState()) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Animation1.java 36 View loginButton = findViewById(R.id.login);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DefaultConfigParserTest.java 22 package org.apache.harmony.auth.tests.login;
35 import javax.security.auth.login.AppConfigurationEntry;
39 import org.apache.harmony.auth.login.DefaultConfigurationParser;
40 import org.apache.harmony.auth.login.DefaultConfigurationParser.InvalidFormatException;
132 "Login ERR {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n};",
134 "Login \n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n};",
135 "Login {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n}",
136 "Login {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n;",
137 "Login {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false\n};",
138 "Login {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=;\n};"
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
URIParameterTest.java 22 import javax.security.auth.login.Configuration;
  /external/chromium/chrome/browser/ui/login/
login_prompt_mac.h 30 - (void)autofillLogin:(NSString*)login password:(NSString*)password;
  /external/chromium/chrome/common/
service_messages.h 19 IPC_STRUCT_TRAITS_MEMBER(login)
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
LoginExceptionTest.java 22 import javax.security.auth.login.LoginException;
49 * javax.security.auth.login.LoginException#LoginException()
59 * javax.security.auth.login.LoginException#LoginException(String msg)
72 * javax.security.auth.login.LoginException#LoginException(String msg)
  /external/chromium/chrome/browser/chromeos/login/
view_screen.h 10 #include "chrome/browser/chromeos/login/helper.h"
11 #include "chrome/browser/chromeos/login/wizard_screen.h"
70 size_(chromeos::login::kWizardScreenWidth,
71 chromeos::login::kWizardScreenHeight) {
screen_lock_view.cc 5 #include "chrome/browser/chromeos/login/screen_lock_view.h"
8 #include "chrome/browser/chromeos/login/rounded_rect_painter.h"
9 #include "chrome/browser/chromeos/login/screen_locker.h"
10 #include "chrome/browser/chromeos/login/textfield_with_margin.h"
11 #include "chrome/browser/chromeos/login/user_manager.h"
12 #include "chrome/browser/chromeos/login/user_view.h"
13 #include "chrome/browser/chromeos/login/username_view.h"
14 #include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
89 using login::kBorderSize;
108 int username_height = login::kSelectedLabelHeight
    [all...]
user_image_loader.cc 5 #include "chrome/browser/chromeos/login/user_image_loader.h"
10 #include "chrome/browser/chromeos/login/image_decoder.h"
11 #include "chrome/browser/chromeos/login/helper.h"
75 login::kUserImageSize,
76 login::kUserImageSize);
take_photo_view.cc 5 #include "chrome/browser/chromeos/login/take_photo_view.h"
8 #include "chrome/browser/chromeos/login/helper.h"
168 gfx::Size(login::kUserImageSize, login::kUserImageSize));
232 login::kUserImageSize,
233 login::kUserImageSize);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.c 195 static void show_auth_dialog(WebKitAuthData* authData, const char* login, const char* password)
305 login, NULL);
316 if (login && password)
335 const char *login, *password; local
348 login = password = NULL;
353 login = users->data;
354 password = soup_auth_get_saved_password(auth, login);
359 show_auth_dialog(authData, login, password);
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.cc 64 DEFINE_GET_LIBRARY_METHOD(Login, login);
121 DEFINE_SET_LIBRARY_METHOD(Login, login);
  /external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.cc 9 #include "chrome/browser/chromeos/login/helper.h"
10 #include "chrome/browser/chromeos/login/user_manager.h"
130 return gfx::Size(login::kUserImageSize * 2, (login::kUserImageSize * 3 / 2));
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 48 this.loginDiv_ = document.querySelector('.login-div');
49 this.loginInput_ = document.getElementById('login-input');
54 this.loginFailure_ = document.querySelector('.login-failure');
55 this.loginButton_ = document.querySelector('.login-button');
93 // Login page is shown first.
96 // If user logged in before, skip the login page.
150 * Shows login page.
187 * Callback from picasa client after login.
188 * @param {string} status Login status: success, failure or captcha.
206 * Event handler for login button clicked
    [all...]
  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 85 public static Connection getConnection(String url, String login,
88 return DriverManager.getConnection(url, login, password);
  /external/chromium/chrome/browser/password_manager/
password_form_manager_unittest.cc 23 observed_form_.action = GURL("http://www.google.com/a/Login");
84 // Successful login. The PasswordManager would instruct PasswordFormManager
85 // to save, which should know this is a new login.
87 // Make sure the credentials that would be submitted on successful login
100 // login for the site with a new username. In this case, the matching phase
101 // will yield the previously saved login.
103 // Set up the new login.
110 // Again, the PasswordFormManager should know this is still a new login.
145 // Successful login. The PasswordManager would instruct PasswordFormManager
147 // login
189 PasswordForm login = *observed_form(); local
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow_start_host_step.cc 56 process_control_->SetRemotingHostCredentials(flow()->context()->login,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmp.h 46 extern void login (__const struct utmp *__entry) __THROW;
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 36 const char kLoginKey[] = "login";
76 // Helper to create a dictionary with login and token properties set from
453 std::string login; local
454 if (prefs->GetWebStoreLogin(&login)) {
455 result_.reset(Value::CreateStringValue(login));
465 std::string login;
466 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &login));
469 prefs->SetWebStoreLogin(login);
490 // Login can currently only be invoked tab-modal. Since this is

Completed in 1114 milliseconds

12 3 4 5