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

com.github.wzc789376152.shiro.service.IShiroCodeService Maven / Gradle / Ivy

The newest version!
package com.github.wzc789376152.shiro.service;

public interface IShiroCodeService {
    String get(String username,String host);

    Boolean save(String username,String host, String salt, String code);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy