Searched refs:authmode (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DJkMX.java92 private String authmode="none"; field in class:JkMX
153 authmode=mode;
157 return authmode;
223 if( "none".equals(authmode) || "basic".equals(authmode) || "digest".equals(authmode) )
224 mserver.setAttribute(httpServerName, new Attribute("AuthenticationMethod", authmode));
262 if( "none".equals(authmode) || "basic".equals(authmode) || "digest".equals(authmode) )
[all...]

Completed in 11 milliseconds