Hello, CAS 4.1.x, I want to override org.jasig.cas.authentication.UsernamePasswordCredential so that I can customize the validation logic.
This class is part of cas-server-core jar, If I simply recreate this class in my overlay, I end up with two classes, one in WEB-INF/classes and the other WEB-INF/lib/cas-server-core.jar. On tomcat8, it is the one in cas-server-core.jar that is loaded, so that does not work for me. If I create a derived class extending org.jasig.cas.authentication.UsernamePasswordCredential, it is a bit odd, because the data fields username and password are private members. Any idea? Thx! Yan -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/242af795-914e-4569-8246-3ca4aaa76c35%40apereo.org.
