equal
deleted
inserted
replaced
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 * or visit www.oracle.com if you need additional information or have any |
22 * or visit www.oracle.com if you need additional information or have any |
23 * questions. |
23 * questions. |
24 */ |
24 */ |
25 |
25 |
|
26 /** |
|
27 * Defines the Java binding of the IETF Generic Security Services API (GSS-API). |
|
28 * <P> |
|
29 * This module also contains GSS-API mechanisms including Kerberos v5 and SPNEGO. |
|
30 */ |
26 module java.security.jgss { |
31 module java.security.jgss { |
27 requires java.naming; |
32 requires java.naming; |
28 exports javax.security.auth.kerberos; |
33 exports javax.security.auth.kerberos; |
29 exports org.ietf.jgss; |
34 exports org.ietf.jgss; |
30 exports sun.security.jgss to |
35 exports sun.security.jgss to |