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

/openjdk7/jdk/test/sun/security/krb5/auto/
H A DOneKDC.java42 * new OneKDC(null).writeJaasConf();
45 public class OneKDC extends KDC { class in inherits:KDC
63 public OneKDC(String etype) throws Exception { method in class:OneKDC
86 * entries with names using existing OneKDC principals.
118 Security.setProperty("auth.login.defaultCallbackHandler", "OneKDC$CallbackForClient");
128 String user = OneKDC.USER;
129 char[] pass = OneKDC.PASS;

Completed in 40 milliseconds