HomeSort by relevance Sort by last modified time
    Searched full:authstring (Results 1 - 4 of 4) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/client/security/
SecurityListener.java 66 * scrapes an authentication type from the authString
68 * @param authString
71 protected String scrapeAuthenticationType( String authString )
75 if ( authString.indexOf( " " ) == -1 )
77 authType = authString.toString().trim();
81 String authResponse = authString.toString();
88 * scrapes a set of authentication details from the authString
90 * @param authString
93 protected Map<String, String> scrapeAuthenticationDetails( String authString )
96 authString = authString.substring( authString.indexOf( " " ) + 1, authString.length() )
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
HttpAuthenticator.java 66 * call authString(u, "Basic", "WallyWorld", null);
74 public String authString (URL u, String scheme, String realm);
HttpURLConnection.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 102 milliseconds