Description
This enables storing salted, hashed passwords in shiro.ini.
@CmdLine(name = "shiro_credentials_matcher", help = "The shiro credentials matcher to use (will be constructed by Guice).") private static final Arg<Class<? extends CredentialsMatcher>> SHIRO_CREDENTIALS_MATCHER = Arg.<Class<? extends CredentialsMatcher>>create(SimpleCredentialsMatcher.class);