Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-704

Pluggable SocketFactory to RMIRegistryGBean

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0-M3
    • Wish List
    • core
    • None

    Description

      It would be nice to be able to supply a custom socket factory for the RMIRegistryGBean. This would allow us to easily add SSL and host based authorization. This would also allow us to limit the addresses to which the RMIRegistryGBean binds. Currently, this service always binds to all available hosts on the local machine.

      I suggest we create a RMISocketFactoryGBean which extends java.rmi.server.RMISocketFactory. Then we add ClientSocketFactory and SererSocketFactory references to the RMIRegistryGBean which will pass them to createRegistry(int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) to create the registry.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ammulder Aaron Mulder
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: