Yes, asking on this list is fine. It's all Java. You can simply call the
setter:
setCredentialsMatcher(new
HashedCredentialsMatcher(Sha512Hash.ALGORITHM_NAME));
It makes the most sense to me to call it from the constructor of your
realm, but you can also call it from outside.
Kalle
On M
Hello,
I have a problem with Tapestry Security and I hope it is okay if I ask
the question over the tapestry mailing list.
My Problem is that I don't know how I can transform my working shiro.ini
to Tapestry Security.
I use Apache Shiro, allready for the desktop part of my application, but
I need