HomeSort by relevance Sort by last modified time
    Searched defs:Authentication (Results 1 - 13 of 13) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/client/security/
Authentication.java 28 * Simple authentication interface that sets required fields on the exchange.
30 public interface Authentication
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
awsqueryservice.py 21 Authentication = 'sign-v2'
121 return [self.Authentication]
  /external/jetty/src/java/org/eclipse/jetty/server/
Authentication.java 28 /** The Authentication state of a request.
30 * The Authentication state can be one of several sub-types that
31 * reflects where the request is in the many different authentication
32 * cycles. Authentication might not yet be checked or it might be checked
36 public interface Authentication
39 /** A successful Authentication with User information.
41 public interface User extends Authentication
50 /** A wrapped authentication with methods provide the
53 public interface Wrapped extends Authentication
60 /** A deferred authentication with methods to progress
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
__init__.py 300 if headername == 'authentication-info':
460 # Then we also need a list of URIs that have already demanded authentication
466 class Authentication(object):
500 class BasicAuthentication(Authentication):
502 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
510 class DigestAuthentication(Authentication):
514 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
553 if not response.has_key('authentication-info'):
560 updated_challenge = _parse_www_authenticate(response, 'authentication-info').get('digest', {})
568 class HmacDigestAuthentication(Authentication)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
__init__.py 230 if headername == 'authentication-info':
410 # Then we also need a list of URIs that have already demanded authentication
416 class Authentication(object):
470 class BasicAuthentication(Authentication):
472 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
480 class DigestAuthentication(Authentication):
484 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
523 if 'authentication-info' not in response:
530 updated_challenge = _parse_www_authenticate(response, 'authentication-info').get('digest', {})
538 class HmacDigestAuthentication(Authentication)
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-artifact-3.2.1.jar 
aether-api-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.2.1/
maven-artifact-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.3.9/
maven-artifact-3.3.9.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/
aether-api-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/
gradle-tooling-api-2.8.jar 

Completed in 2968 milliseconds