[jboss-dev-forums] [Design of JCA on JBoss] - Re: JCA ConnectionManager SubjectFactory Injection

anil.saldhana@jboss.com do-not-reply at jboss.com
Wed May 21 13:41:11 EDT 2008


Additionally, the connection builder has the property for injection:

  |  public String getSecurityManagementName()
  |    {
  |       return subjectFactoryName;
  |    }
  |    public void setSecurityManagementName(String securityManagementName)
  |    {
  |       this.subjectFactoryName = securityManagementName;
  |    }
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152453#4152453

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152453



More information about the jboss-dev-forums mailing list