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

net.facelib.live.LiveCpuIDProvider Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package net.facelib.live;

import net.facelib.akcore.AuthParameter;
import net.facelib.authkernel.AddressType;

/**
 * 用于CPUID应用场景的授权参数接口基类
 * @author guyadong
 *
 */
public class LiveCpuIDProvider extends LiveAupsParameterProvider {

	public LiveCpuIDProvider() {
		get().put(AuthParameter.USE_PAD_AS_DEVICE_ID, true);
		get().put(AuthParameter.PAD_TYPE, AddressType.CPUIDMD5);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy