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

com.mofum.scope.common.IScopeAuthenticator Maven / Gradle / Ivy

There is a newer version: 2.0.0.RELEASE
Show newest version
package com.mofum.scope.common;

/**
 * 范围认证器
 *
 * @author [email protected]
 * @since 2019-03-20
 **/
public interface IScopeAuthenticator {

    /**
     * 测试通过
     * @param params
     * @return
     * @throws ServiceException
     */
    boolean testAccess(Params params) throws ServiceException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy