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

com.feingto.iot.common.service.IAuth Maven / Gradle / Ivy

There is a newer version: 2.3.3.RELEASE
Show newest version
package com.feingto.iot.common.service;

/**
 * 认证接口
 *
 * @author longfei
 */
public interface IAuth {
    boolean authorized(String username, byte[] password);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy