public interface IProfilManager
| Modifier and Type | Method and Description |
|---|---|
List<ProfilBean> |
getListeProfils() |
ProfilBean |
getProfil(String name) |
ProfilBean |
getProfilPrincipalUtilisateur() |
boolean |
verifierProfilUtilisateur(String name) |
ProfilBean getProfilPrincipalUtilisateur()
ProfilBean getProfil(String name)
boolean verifierProfilUtilisateur(String name)
List<ProfilBean> getListeProfils()
Copyright © 2023. All rights reserved.