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

org.jresearch.flexess.client.IUserManager Maven / Gradle / Ivy

The newest version!
package org.jresearch.flexess.client;

import org.jresearch.flexess.client.auth.IAuthenticationProvider;
import org.jresearch.flexess.umi.api.IUser;

public interface IUserManager extends IAuthenticationProvider {

	IUser getUser(String userId) throws UamClientException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy