Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-4227

Reorder JBoss LoginModules via CLI command.

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Obsolete
    • Major
    • None
    • 6.4.0.GA
    • Management
    • Documentation (Ref Guide, User Guide, etc.), Release Notes, Compatibility/Configuration, User Experience
    • 0
    • 0% 0%

    Description

      For example, we have login-modules as below:

      <security-domain name="other" cache-type="infinispan">
          <authentication>
              <login-module code="Remoting" flag="optional">
                  <module-option name="password-stacking" value="useFirstPass"/>
              </login-module>
              <login-module code="RealmDirect" flag="required">
                  <module-option name="password-stacking" value="useFirstPass"/>
              </login-module>
              <login-module code="RoleMapping" flag="optional">
                  <module-option name="rolesProperties" value=Mapping.properties"/>
                  <module-option name="replaceRole" value="true"/>
              </login-module>  
              <login-module code="abc.jboss.XYZ" flag="optional" module="abc.e">
                  <module-option name="password-stacking" value="useFirstPass"/>
              </login-module>        
          </authentication>
      </security-domain>}}
      

      Customer wants to move the last one "abc.e" to the first place through CLI command.

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            zhangxu1324_jira xu zhang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: