Example usage for org.apache.shiro.authc.credential Md5CredentialsMatcher Md5CredentialsMatcher

List of usage examples for org.apache.shiro.authc.credential Md5CredentialsMatcher Md5CredentialsMatcher

Introduction

In this page you can find the example usage for org.apache.shiro.authc.credential Md5CredentialsMatcher Md5CredentialsMatcher.

Prototype

public Md5CredentialsMatcher() 

Source Link

Usage

From source file:com.zhumeng.dream.security.ShiroDbRealm.java

License:Apache License

public ShiroDbRealm() {
    //           setCredentialsMatcher(new Sha256CredentialsMatcher());
    setCredentialsMatcher(new Md5CredentialsMatcher());
}