--- old/src/java.security.jgss/share/classes/javax/security/auth/kerberos/KerberosPrincipal.java 2018-12-07 19:27:27.372615730 -0300 +++ new/src/java.security.jgss/share/classes/javax/security/auth/kerberos/KerberosPrincipal.java 2018-12-07 19:27:27.105615898 -0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -80,6 +80,11 @@ public static final int KRB_NT_UID = 5; + /** + * Enterprise name (alias) + */ + public static final int KRB_NT_ENTERPRISE = 10; + private transient String fullName; private transient String realm;