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

cicada.boot.thrift.service.Service Maven / Gradle / Ivy

package cicada.boot.thrift.service;

import org.apache.thrift.TException;
import org.springframework.stereotype.Component;

@Component
public class Service implements cicada.boot.thrift.config.UseIdService.Iface
{
	@Override
	public boolean getAuthUser(String userIds) throws TException
	{
		return false;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy