[jboss-cvs] jboss-seam/examples/security/resources ...

Shane Bryzak Shane_Bryzak at symantec.com
Sun Jul 30 23:53:27 EDT 2006


  User: sbryzak2
  Date: 06/07/30 23:53:27

  Added:       examples/security/resources  jboss-service.xml
  Log:
  Added dynamic login-config
  
  Revision  Changes    Path
  1.1      date: 2006/07/31 03:53:27;  author: sbryzak2;  state: Exp;jboss-seam/examples/security/resources/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
   <server>
     <mbean code="org.jboss.security.auth.login.DynamicLoginConfig"
        name="jboss:service=DynamicLoginConfig">
        <attribute name="AuthConfig">META-INF/login-config.xml</attribute>
        <!-- The service which supports dynamic processing of login-config.xml
           configurations.
        -->
        <depends optional-attribute-name="LoginConfigService">
           jboss.security:service=XMLLoginConfig
        </depends>
        <!-- Optionally specify the security mgr service to use when
           this service is stopped to flush the auth caches of the domains
           registered by this service.
        -->
        <depends optional-attribute-name="SecurityManagerService">
           jboss.security:service=JaasSecurityManager
        </depends>
     </mbean>
   </server>
  
  



More information about the jboss-cvs-commits mailing list