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

org.linkedopenactors.rdfpub.domain.CurrentUser Maven / Gradle / Ivy

The newest version!
package org.linkedopenactors.rdfpub.domain;

/**
 * Data of the current logged in user.
 * @author SofwareEngineering Hauschel
 */
public interface CurrentUser {
	String getPreferedUserName();
	String getUserId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy