Warning | ||
---|---|---|
| ||
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. |
...
Code Block | ||||
---|---|---|---|---|
| ||||
<property name="authenticationMetaDataPopulators"> <list> <bean class="org.jasig.cas.extension.clearpass.CacheCredentialsMetaDataPopulator"> <constructor-arg index="0" ref="encryptedMapcredentialsCache" /> </bean> </list> </property> |
...