Uploaded image for project: 'JBoss Server Migration Tool'
  1. JBoss Server Migration Tool
  2. CMTOOL-106

Migrate modules referenced by Security Realm configurations

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Minor Minor
    • 1.0.0.CR1
    • None
    • EAP 7.0, WildFly 10.0
    • None

      Security Realm's PlugInProviders are installed through modules, thus the tool should scan security realm's configurations for references to such modules, and migrate these (and dependencies), if missing in the target server.

      <security-realm name="PlugInRealm">
         <plug-ins>
            <plug-in module="org.jboss.as.sample.plugin"/>
         </plug-ins>
         <authentication>
            <plug-in name="Sample">
               <properties>
                  <property name="darranl.password" value="dpd"/>
                  <property name="darranl.roles" value="Admin,Banker,User"/>
               </properties>
            </plug-in>
         </authentication>
         <authorization>
            <plug-in name="Delegate" />
         </authorization>
      </security-realm>
      

              emartins@redhat.com Eduardo Martins
              emartins@redhat.com Eduardo Martins
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: