Searched refs:userName (Results 1 - 25 of 39) sorted by relevance

12

/external/jetty/src/java/org/eclipse/jetty/security/authentication/
H A DLoginCallbackImpl.java38 private final String userName; field in class:LoginCallbackImpl
49 public LoginCallbackImpl (Subject subject, String userName, Object credential) argument
52 this.userName = userName;
63 return userName;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCredentials.java27 public static String basic(String userName, String password) { argument
29 String usernameAndPassword = userName + ":" + password;
/external/jetty/src/java/org/eclipse/jetty/security/
H A DHashLoginService.java166 public void update(String userName, Credential credential, String[] roleArray) argument
169 LOG.debug("update: " + userName + " Roles: " + roleArray.length);
170 putUser(userName,credential,roleArray);
174 public void remove(String userName) argument
177 LOG.debug("remove: " + userName);
178 removeUser(userName);
H A DMappedLoginService.java154 * @param userName User name
158 protected synchronized UserIdentity putUser(String userName, Object info) argument
167 Principal userPrincipal = new KnownUser(userName,credential);
175 _users.put(userName,identity);
181 * @param userName The user to add
186 public synchronized UserIdentity putUser(String userName, Credential credential, String[] roles) argument
188 Principal userPrincipal = new KnownUser(userName,credential);
199 _users.put(userName,identity);
H A DPropertyUserStore.java89 public UserIdentity getUserIdentity(String userName) argument
91 return _knownUserIdentities.get(userName);
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DCredentialsCache.java31 String userName; field in class:CredentialsCache.TimeoutTask
33 public TimeoutTask(String userName, String proxyDomain) { argument
35 this.userName = userName;
/external/apache-http/src/org/apache/http/auth/
H A DUsernamePasswordCredentials.java83 * @param userName the user name
86 public UsernamePasswordCredentials(String userName, String password) { argument
88 if (userName == null) {
91 this.principal = new BasicUserPrincipal(userName);
H A DNTCredentials.java97 * @param userName The user name. This should not include the domain to authenticate with.
105 final String userName,
110 if (userName == null) {
113 this.principal = new NTUserPrincipal(domain, userName);
104 NTCredentials( final String userName, final String password, final String workstation, final String domain) argument
/external/lzma/CPP/Windows/
H A DSecurityUtils.cpp126 WCHAR userName[256 + 2]; local
128 if (!GetUserNameW(userName, &size))
130 PSID psid = GetSid(userName);
/external/smali/
H A Dbuild.gradle154 authentication(userName: sonatypeUsername, password: sonatypePassword)
/external/llvm/utils/Misc/
H A Dzkill173 group.add_option("", "--user", dest="userName", metavar="REGEX",
244 if opts.userName is not None:
246 if re_full_match(opts.userName, p.user)]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/fpdfsdk/src/javascript/
H A DField.h183 FX_BOOL userName(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
551 JS_STATIC_PROP(userName, Field);
H A DField.cpp74 JS_STATIC_PROP_ENTRY(userName)
2663 FX_BOOL Field::userName(IJS_Context* cc, function in class:Field
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.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/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/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/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 890 milliseconds

12