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

com.mycomm.itool.security.FactorAccessManager Maven / Gradle / Ivy

The newest version!
package com.mycomm.itool.security;

import java.io.Serializable;

public interface FactorAccessManager {
    void resetFactor();
    boolean testFactor(T key);
    long testValue(T key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy