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

com.github.cm.heclouds.adapter.security.IAuthenticator Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.github.cm.heclouds.adapter.security;

/**
 * 鉴权接口
 */
public interface IAuthenticator {

    /**
     * 检查是否有效
     *
     * @param productId  产品ID
     * @param deviceName 设备名称
     * @return 是否有效
     */
    boolean checkValid(String productId, String deviceName);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy