jdk/test/sun/security/krb5/IPv6.java
changeset 7977 f47f211cd627
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
child 9008 1c23e333dd76
equal deleted inserted replaced
7976:f273c0d04215 7977:f47f211cd627
    76         System.setOut(po);
    76         System.setOut(po);
    77 
    77 
    78         try {
    78         try {
    79             Subject subject = new Subject();
    79             Subject subject = new Subject();
    80             Krb5LoginModule krb5 = new Krb5LoginModule();
    80             Krb5LoginModule krb5 = new Krb5LoginModule();
    81             Map<String, String> map = new HashMap<String, String>();
    81             Map<String, String> map = new HashMap<>();
    82             Map<String, Object> shared = new HashMap<String, Object>();
    82             Map<String, Object> shared = new HashMap<>();
    83 
    83 
    84             map.put("debug", "true");
    84             map.put("debug", "true");
    85             map.put("doNotPrompt", "true");
    85             map.put("doNotPrompt", "true");
    86             map.put("useTicketCache", "false");
    86             map.put("useTicketCache", "false");
    87             map.put("useFirstPass", "true");
    87             map.put("useFirstPass", "true");