Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleNew CAS documentation site

CAS documentation has moved over to jasig apereo.github.io/cas, starting with CAS version 4.x. The wiki will no longer be maintained. For the most recent version of the documentation, please refer to the aforementioned link.

Tip

For configuration instructions, refer to the Installation Instructions section below on this page.

...

Code Block
languagehtml/xml
titleAuthenticationMetaDataPopulator
<property name="authenticationMetaDataPopulators">
  <list>
    <bean class="org.jasig.cas.extension.clearpass.CacheCredentialsMetaDataPopulator">
      <constructor-arg index="0" ref="encryptedMapcredentialsCache" />
    </bean>
  </list>
</property>

...