Searched defs:userPassword (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/jbi/security/jse_only/client/
H A DTestClient.java81 private int invokeServlet(String url, String userPassword) throws Exception { argument
82 log("Invoking url = " + url+", password = " + userPassword);
84 String encoding = new sun.misc.BASE64Encoder().encode (userPassword.getBytes());

Completed in 23 milliseconds