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

ec.gob.senescyt.sniese.commons.security.Usuario Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package ec.gob.senescyt.sniese.commons.security;

import java.util.List;

public interface Usuario {
    String getNombreUsuario();

    String getCredenciales();

    String getEmailInstitucional();

    String getNombre();

    Long getInstitucion();

    List getPermisos();

    void setCredenciales(String credenciales);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy