< prev index next >

jdk/src/java.security.jgss/share/classes/module-info.java

Print this page

        

*** 31,42 **** --- 31,44 ---- * @moduleGraph * @since 9 */ module java.security.jgss { requires java.naming; + exports javax.security.auth.kerberos; exports org.ietf.jgss; + exports sun.security.jgss to jdk.security.jgss; exports sun.security.jgss.krb5 to jdk.security.auth; exports sun.security.krb5 to
*** 49,58 **** // Opens for reflective instantiation of sun.net.www.protocol.http.spnego.NegotiatorImpl // to sun.net.www.protocol.http.HttpURLConnection opens sun.net.www.protocol.http.spnego to java.base; ! provides java.security.Provider with sun.security.jgss.SunProvider; ! provides sun.security.ssl.ClientKeyExchangeService ! with sun.security.krb5.internal.ssl.Krb5KeyExchangeService; } --- 51,61 ---- // Opens for reflective instantiation of sun.net.www.protocol.http.spnego.NegotiatorImpl // to sun.net.www.protocol.http.HttpURLConnection opens sun.net.www.protocol.http.spnego to java.base; ! provides java.security.Provider with ! sun.security.jgss.SunProvider; ! provides sun.security.ssl.ClientKeyExchangeService with ! sun.security.krb5.internal.ssl.Krb5KeyExchangeService; }
< prev index next >