Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] java.security style IdAS Registration

Is anyone using the java.security style of registering Context Factories any more?  It seemed an odd fit from the get go but now that I'm converting over to the new higgins configuration code in the JNDI CP, I will not even be able to support that method any more.  I'm making the JNDIContextFactory a configurable component and the java.security method doesn't allow for any additional configuration to be passed.  I could support a "null" configuration for the JNDIContextFactory (which is, in essence, what I've done until now), but I figure, why support this method at all any more if noone is using it.  The only code I know of which even try to test it is in the JNDI CP test suite.

I vote we rip the java.security registration mechanism out of the IdASRegistry.  Can anyone justify it's continued existence?

Thanks,
Tom




Back to the top