Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagehtml/xml
    <!-- This bean represents an authentication submodule -->
    <bean id="mcb.usernamepassword" class="edu.internet2.middleware.assurance.mcb.authn.provider.JAASLoginSubmodule">
        <constructor-arg index="0" value="/opt/shibboleth-idp/conf/login.config" />
        <constructor-arg index="1" value="MCBUserPassAuth" />
 		<constructor-arg index="2" value="jaaslogin.vm" />
    </bean>

...