[jboss-jira] [JBoss JIRA] Created: (JBAS-6393) LoginInitialContextFactory should be able to delegate
Andrew Oliver (JIRA)
jira-events at lists.jboss.org
Sun Jan 18 19:24:04 EST 2009
LoginInitialContextFactory should be able to delegate
-----------------------------------------------------
Key: JBAS-6393
URL: https://jira.jboss.org/jira/browse/JBAS-6393
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-5.0.0.GA, JBossAS-4.2.3.GA, JBossAS-5.0.1.GA, JBossAS-4.2.4.GA, JBossAS-5.1.0.Beta1
Reporter: Andrew Oliver
See JBAS-6392. Rather than have a special context factory for not doing the Jaas silly stuff and then a separate variety for each protocol, Make the LoginInitialContextFactory should be able to take a jndi.subfactory property with a "real" InitialContextFactory classname. After LoginInitialContextFactory does like HttpNamingContextFactory does (as described in 6392) it should check for this property and instead of calling super, it should just delegate to that subfactory. In this way it can authenticate without requiring all the Jaas plumbing and yet still speak whatever protocol is required. The principal and credential should be squelched to the child factories.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list