Loading src/UnicaenAuth/Entity/Shibboleth/ShibUser.php +64 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,21 @@ class ShibUser implements UserInterface */ protected $displayName; /** * @var string */ protected $nom; /** * @var string */ protected $prenom; /** * @var string */ protected $civilite; /** * @var int */ Loading Loading @@ -53,7 +68,7 @@ class ShibUser implements UserInterface /** * Set id. * * @param string $id * @param string $id supannEmpId ou supannEtuId */ public function setId($id) { Loading Loading @@ -120,6 +135,54 @@ class ShibUser implements UserInterface $this->displayName = $displayName; } /** * @return string */ public function getNom() { return $this->nom; } /** * @param string $nom */ public function setNom($nom) { $this->nom = $nom; } /** * @return string */ public function getPrenom() { return $this->givenName; } /** * @param string $prenom */ public function setPrenom($prenom) { $this->prenom = $prenom; } /** * @return string */ public function getCivilite() { return $this->civilite; } /** * @param string $civilite */ public function setCivilite($civilite) { $this->civilite = $civilite; } /** * Get password. * Loading Loading
src/UnicaenAuth/Entity/Shibboleth/ShibUser.php +64 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,21 @@ class ShibUser implements UserInterface */ protected $displayName; /** * @var string */ protected $nom; /** * @var string */ protected $prenom; /** * @var string */ protected $civilite; /** * @var int */ Loading Loading @@ -53,7 +68,7 @@ class ShibUser implements UserInterface /** * Set id. * * @param string $id * @param string $id supannEmpId ou supannEtuId */ public function setId($id) { Loading Loading @@ -120,6 +135,54 @@ class ShibUser implements UserInterface $this->displayName = $displayName; } /** * @return string */ public function getNom() { return $this->nom; } /** * @param string $nom */ public function setNom($nom) { $this->nom = $nom; } /** * @return string */ public function getPrenom() { return $this->givenName; } /** * @param string $prenom */ public function setPrenom($prenom) { $this->prenom = $prenom; } /** * @return string */ public function getCivilite() { return $this->civilite; } /** * @param string $civilite */ public function setCivilite($civilite) { $this->civilite = $civilite; } /** * Get password. * Loading