diff --git a/src/java.naming/share/classes/module-info.java b/src/java.naming/share/classes/module-info.java index cba5a151219..f56a5dff438 100644 --- a/src/java.naming/share/classes/module-info.java +++ b/src/java.naming/share/classes/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2020, 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 @@ -25,6 +25,41 @@ /** * Defines the Java Naming and Directory Interface (JNDI) API. + *

+ * Common standard JNDI environment properties that may be supported + * by JNDI providers are defined and documented in + * {@link javax.naming.Context}. Specific JNDI provider implementations + * may also support other environment properties, which are specific + * to their implementation. + * + * @implNote + * The following implementation specific properties are supported by the + * default LDAP Naming Service Provider implementation in the JDK: + *

* * @provides javax.naming.ldap.spi.LdapDnsProvider * @@ -56,4 +91,3 @@ module java.naming { provides java.security.Provider with sun.security.provider.certpath.ldap.JdkLDAP; } -