[jboss-dev-forums] [Design of Security on JBoss] - Re: Security Injection in AS5

adrian@jboss.org do-not-reply at jboss.com
Wed Mar 12 16:19:02 EDT 2008


"adrian at jboss.org" wrote : 
  | 
  |   | <bean name="Whatever" ...>
  |   |    <property name="securityDomain"><security-domain-ref xmlns="urn:jboss-security-beans:1.0" name="jbossmq"/></property>
  |   | ...
  |   | 
  | 

In practice a jboss developer would be more likely to use it programmatically


  | String securityDomainName = ...
  | beanMetaDataBuilder = ...
  | beanMetaDataBuilder.addProperty("securityDomain", new SecurityDomainDependency(securityDomainName);
  | 

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

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



More information about the jboss-dev-forums mailing list