<bean class="org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler">  
             <property name="filter" value="uid=%u" />  
     <property name="searchBase" value="。" />  
             <property name="contextSource" ref="contextSource" />  
</bean> 
如果需要使用自己的加密方法,如何添加相应的配置?指定哪个属性。