All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.manydesigns.portofino.shiro.PortofinoPasswordService Maven / Gradle / Ivy

package com.manydesigns.portofino.shiro;

import org.apache.shiro.authc.credential.DefaultPasswordService;

/**
 * @author Angelo Lupo          - [email protected]
 * @author Giampiero Granatella - [email protected]
 * @author Emanuele Poggi       - [email protected]
 * @author Alessio Stalla       - [email protected]
 */
public class PortofinoPasswordService extends DefaultPasswordService {
    public static final String copyright =
            "Copyright (C) 2005-2017 ManyDesigns srl";

    @Override
    protected void checkHashFormatDurability() {
        //Shhh, be quiet.
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy