Module jdk.naming.rmi

module jdk.naming.rmi
Provides the implementation of the RMI Java Naming provider.
Implementation Note:
The following implementation specific system properties are supported by the default RMI Naming Service Provider implementation in the JDK:
  • jdk.jndi.object.factoriesFilter:
    The value of this system property defines a filter used by the JNDI runtime implementation to control the set of object factory classes which will be allowed to instantiate objects from object references returned by naming/directory systems. The factory class named by the reference instance will be matched against this filter. The filter property supports pattern-based filter syntax with the same format as jdk.serialFilter. This property can also be specified as a security property. This property is also supported by the default LDAP Naming Service Provider.
    The default value allows any object factory class specified by the reference instance to recreate the referenced object.
Module Graph:
Module graph for jdk.naming.rmiModule graph for jdk.naming.rmi
Since:
9

Services

Type Description
InitialContextFactory

© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/jdk.naming.rmi/module-summary.html