Home
last modified time | relevance | path

Searched defs:authentication (Results 1 – 8 of 8) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DRecordingAuthenticator.java28 public final PasswordAuthentication authentication; field in RecordingAuthenticator
30 public RecordingAuthenticator(PasswordAuthentication authentication) { in RecordingAuthenticator()
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DDeferredAuthentication.java68 … Authentication authentication = _authenticator.validateRequest(request,__deferredResponse,true); in authenticate() local
100 Authentication authentication = _authenticator.validateRequest(request,response,true); in authenticate() local
122 UserAuthentication authentication = new UserAuthentication("API",identity); in login() local
DFormAuthenticator.java273 …Authentication authentication = (Authentication) session.getAttribute(SessionAuthentication.__J_AU… in validateRequest() local
/external/jetty/src/java/org/eclipse/jetty/server/
DNCSARequestLog.java492 Authentication authentication=request.getAuthentication(); in log() local
DRequest.java1680 public void setAuthentication(Authentication authentication) in setAuthentication()
/external/jetty/src/java/org/eclipse/jetty/security/
DSecurityHandler.java490 Authentication authentication = baseRequest.getAuthentication(); in handle() local
/external/jetty/src/java/org/eclipse/jetty/client/
DHttpDestination.java646 public void setProxyAuthentication(Authentication authentication) in setProxyAuthentication()
DHttpClient.java598 public void setProxyAuthentication(Authentication authentication) in setProxyAuthentication()