HomeSort by relevance Sort by last modified time
    Searched refs:getAuthMethod (Results 1 - 14 of 14) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/security/
UserAuthentication.java 40 public String getAuthMethod()
58 return "{User,"+getAuthMethod()+","+_userIdentity+"}";
Authenticator.java 54 String getAuthMethod();
90 String getAuthMethod();
DefaultAuthenticatorFactory.java 35 * Uses the {@link AuthConfiguration#getAuthMethod()} to select an {@link Authenticator} from: <ul>
59 String auth=configuration.getAuthMethod();
SecurityHandler.java 191 public String getAuthMethod()
364 _authMethod=_authenticator.getAuthMethod();
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
BasicAuthenticator.java 50 * @see org.eclipse.jetty.security.Authenticator#getAuthMethod()
52 public String getAuthMethod()
93 return new UserAuthentication(getAuthMethod(),user);
SpnegoAuthenticator.java 58 public String getAuthMethod()
105 return new UserAuthentication(getAuthMethod(),user);
SessionAuthentication.java 66 public String getAuthMethod()
ClientCertAuthenticator.java 79 public String getAuthMethod()
129 return new UserAuthentication(getAuthMethod(),user);
FormAuthenticator.java 142 public String getAuthMethod()
194 Authentication cached=new SessionAuthentication(getAuthMethod(),user,password);
246 return new FormAuthentication(getAuthMethod(),user);
DigestAuthenticator.java 141 public String getAuthMethod()
226 return new UserAuthentication(getAuthMethod(),user);
  /external/jetty/src/java/org/eclipse/jetty/server/
Authentication.java 43 String getAuthMethod();
Request.java 489 return ((Authentication.User)_authentication).getAuthMethod();
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
StandardDescriptorProcessor.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 1051 milliseconds