HomeSort by relevance Sort by last modified time
    Searched defs:authentication (Results 1 - 25 of 33) sorted by null

1 2

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
RecordingAuthenticator.java 28 public final PasswordAuthentication authentication; field in class:RecordingAuthenticator
30 public RecordingAuthenticator(PasswordAuthentication authentication) {
31 this.authentication = authentication;
47 return authentication;
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
DeferredAuthentication.java 20 package org.eclipse.jetty.security.authentication;
40 import org.eclipse.jetty.server.Authentication;
46 public class DeferredAuthentication implements Authentication.Deferred
62 * @see org.eclipse.jetty.server.Authentication.Deferred#authenticate(ServletRequest)
64 public Authentication authenticate(ServletRequest request)
68 Authentication authentication = _authenticator.validateRequest(request,__deferredResponse,true); local
70 if (authentication!=null && (authentication instanceof Authentication.User) && !(authentication instanceof Authentication.ResponseSent)
100 Authentication authentication = _authenticator.validateRequest(request,response,true); local
122 UserAuthentication authentication = new UserAuthentication("API",identity); local
    [all...]
LoginAuthenticator.java 19 package org.eclipse.jetty.security.authentication;
29 import org.eclipse.jetty.server.Authentication;
LoginCallback.java 19 package org.eclipse.jetty.security.authentication;
SpnegoAuthenticator.java 19 package org.eclipse.jetty.security.authentication;
31 import org.eclipse.jetty.server.Authentication;
32 import org.eclipse.jetty.server.Authentication.User;
65 public Authentication validateRequest(ServletRequest request, ServletResponse response, boolean mandatory) throws ServerAuthException
84 return Authentication.UNAUTHENTICATED;
90 return Authentication.SEND_CONTINUE;
109 return Authentication.UNAUTHENTICATED;
BasicAuthenticator.java 19 package org.eclipse.jetty.security.authentication;
31 import org.eclipse.jetty.server.Authentication;
32 import org.eclipse.jetty.server.Authentication.User;
63 public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) throws ServerAuthException
101 return Authentication.UNAUTHENTICATED;
105 return Authentication.SEND_CONTINUE;
LoginCallbackImpl.java 19 package org.eclipse.jetty.security.authentication;
SessionAuthentication.java 20 package org.eclipse.jetty.security.authentication;
34 import org.eclipse.jetty.server.Authentication;
41 public class SessionAuthentication implements Authentication.User, Serializable, HttpSessionActivationListener, HttpSessionBindingListener
FormAuthenticator.java 19 package org.eclipse.jetty.security.authentication;
42 import org.eclipse.jetty.server.Authentication;
43 import org.eclipse.jetty.server.Authentication.User;
56 * <p>This authenticator implements form authentication will use dispatchers to
63 * {@link SessionAuthentication} to wrap Authentication results so that they
125 * @see org.eclipse.jetty.security.authentication.LoginAuthenticator#setConfiguration(org.eclipse.jetty.security.Authenticator.AuthConfiguration)
194 Authentication cached=new SessionAuthentication(getAuthMethod(),user,password);
201 public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) throws ServerAuthException
220 // Handle a request for authentication.
251 LOG.debug("Form authentication FAILED for " + StringUtil.printable(username))
273 Authentication authentication = (Authentication) session.getAttribute(SessionAuthentication.__J_AUTHENTICATED); local
    [all...]
ClientCertAuthenticator.java 19 package org.eclipse.jetty.security.authentication;
35 import org.eclipse.jetty.server.Authentication;
36 import org.eclipse.jetty.server.Authentication.User;
87 * @return Authentication for request
90 public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) throws ServerAuthException
137 return Authentication.SEND_FAILURE;
140 return Authentication.UNAUTHENTICATED;
DigestAuthenticator.java 19 package org.eclipse.jetty.security.authentication;
40 import org.eclipse.jetty.server.Authentication;
41 import org.eclipse.jetty.server.Authentication.User;
101 * @see org.eclipse.jetty.security.authentication.LoginAuthenticator#setConfiguration(org.eclipse.jetty.security.Authenticator.AuthConfiguration)
155 public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) throws ServerAuthException
248 return Authentication.SEND_CONTINUE;
251 return Authentication.UNAUTHENTICATED;
  /external/jetty/src/java/org/eclipse/jetty/security/
SecurityHandler.java 35 import org.eclipse.jetty.security.authentication.DeferredAuthentication;
37 import org.eclipse.jetty.server.Authentication;
59 * Authentication.Configuration. At startup, any context init parameters
299 //register a session listener to handle securing sessions when authentication is performed
429 /** Set renew the session on Authentication.
431 * If set to true, then on authentication, the session associated with a reqeuest is invalidated and replaced with a new session.
486 // check authentication
490 Authentication authentication = baseRequest.getAuthentication(); local
491 if (authentication==null || authentication==Authentication.NOT_CHECKED
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
NCSARequestLog.java 492 Authentication authentication=request.getAuthentication(); local
493 if (authentication instanceof Authentication.User)
494 buf.append(((Authentication.User)authentication).getUserIdentity().getUserPrincipal().getName());
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/
wagon-provider-api-1.0-alpha-6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-provider-api-2.6.jar 
aether-util-0.9.0.M2.jar 
aether-api-0.9.0.M2.jar 
maven-compat-3.2.1.jar 
maven-core-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/
wagon-provider-api-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/
aether-api-1.0.2.v20150114.jar 
  /external/caliper/lib/
jersey-client-1.11.jar 

Completed in 628 milliseconds

1 2