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

org.ligoj.bootstrap.resource.system.user.SystemUserVo Maven / Gradle / Ivy

There is a newer version: 3.1.26
Show newest version
/*
 * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
 */
package org.ligoj.bootstrap.resource.system.user;

import java.util.ArrayList;
import java.util.List;

import org.ligoj.bootstrap.resource.system.security.SystemRoleVo;

import lombok.Getter;
import lombok.Setter;

/**
 * Corporate user details.
 */
@Getter
@Setter
public class SystemUserVo extends AbstractSystemUserVo {

	/**
	 * Human readable roles
	 */
	private List roles = new ArrayList<>();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy