Hi, <bean id="passwordEncoder" class="org.jasig.cas.authentication.handler.DefaultPasswordEncoder"> <constructor-arg index="0"><value>MD5</value></constructor-arg> </bean>
</beans> How can modify the Above so that i can pass 2 parameters say for example ( MD5 , BASE64) Thanks, --- On Wed, 6/3/09, Scott Battaglia <[email protected]> wrote: From: Scott Battaglia <[email protected]> Subject: Re: [cas-user] supporting passwordEncoders To: [email protected] Date: Wednesday, June 3, 2009, 7:21 PM By default we support whichever algorithms the JVM supports (can't recall off the top of my head what they are). Cheers, Scott On Wed, Jun 3, 2009 at 9:11 AM, Jihad AJ <[email protected]> wrote: Hi, I would like to know which are supporting passwordEncoders by CAS 3.3.2 (like MD5) Thanks -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
