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

com.payneteasy.superfly.service.UserInfoService Maven / Gradle / Ivy

package com.payneteasy.superfly.service;

/**
 * Supplies info about the currently logged-in user.
 * 
 * @author Roman Puchkovskiy
 */
public interface UserInfoService {
    /**
     * Returns name of the currently logged-in user.
     *
     * @return current user name
     */
    String getUsername();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy