http://jira.jboss.com/jira/browse/JBAS-5067
The new changes happen in:
http://anonsvn.jboss.org/repos/jbossas/trunk/connector/src/main/org/jboss...
http://anonsvn.jboss.org/repos/jbossas/trunk/connector/src/main/org/jboss...
Injection happens in:
http://anonsvn.jboss.org/repos/jbossas/trunk/connector/src/main/org/jboss...
| private static final String SUBJECT_FACTORY_NAME =
"JBossSecuritySubjectFactory";
| private String subjectFactoryName = SUBJECT_FACTORY_NAME;
|
| attribute = new ServiceAttributeMetaData();
| attribute.setName("SubjectFactory");
| ServiceInjectionValueMetaData injectionValue = new
ServiceInjectionValueMetaData(subjectFactoryName);
| attribute.setValue(injectionValue);
| attributes.add(attribute);
|
The SubjectFactory interface from the security project looks:
http://anonsvn.jboss.org/repos/jbossas/projects/security/security-spi/tag...
The implementation of the SubjectFactory in AS5 is:
http://anonsvn.jboss.org/repos/jbossas/trunk/security/src/main/org/jboss/...
Questions:
- Should I retain the property of jaasSecurityMgrService in BaseConnectionManager2?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152452#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...