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

org.eu.vooo.commons.security.service.IXRoleService Maven / Gradle / Ivy

The newest version!
package org.eu.vooo.commons.security.service;

import org.eu.vooo.commons.lang.exception.ServiceException;
import org.eu.vooo.commons.lang.exception.ValidationException;
import org.eu.vooo.commons.lang.result.ResultDTO;
import org.eu.vooo.commons.security.entity.IXRole;

import java.util.List;

/**
 * @author [email protected]
 */
public interface IXRoleService {

    List listByUsername(String username);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy