mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8328726: Better Kerberos support
Reviewed-by: ahgross, rhalade, valeriep, coffeys
This commit is contained in:
parent
369c573383
commit
893e7bc894
11 changed files with 39 additions and 62 deletions
|
@ -320,9 +320,6 @@ public class Krb5 {
|
|||
public static final Debug DEBUG = Debug.of("krb5", GetPropertyAction
|
||||
.privilegedGetProperty("sun.security.krb5.debug"));
|
||||
|
||||
public static final sun.security.util.HexDumpEncoder hexDumper =
|
||||
new sun.security.util.HexDumpEncoder();
|
||||
|
||||
static {
|
||||
errMsgList = new Hashtable<Integer,String> ();
|
||||
errMsgList.put(KDC_ERR_NONE, "No error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue