Searched defs:authpassword (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.java94 private String authpassword=null; field in class:JkMX
169 authpassword=password;
173 return authpassword;
226 if( authuser!=null && authpassword!=null )
230 authpassword},
265 if( authuser!=null && authpassword!=null )
269 authpassword},

Completed in 18 milliseconds