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

org.devocative.demeter.iservice.IOtherAuthenticationService Maven / Gradle / Ivy

The newest version!
package org.devocative.demeter.iservice;

import org.devocative.demeter.DemeterException;
import org.devocative.demeter.vo.UserInputVO;

import java.util.List;
import java.util.Map;

public interface IOtherAuthenticationService {
	boolean canProceedAuthentication(Map> params);

	UserInputVO authenticate(Map> params) throws DemeterException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy