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

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

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

/**
 * {@link IAuthenticator}的默认实现
 */
public class DefaultAuthenticator implements IAuthenticator {

    @Override
    public boolean checkValid(String productId, String deviceName) {
        return true;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy