@Entity public class Gebruiker extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
MIN_PASSWORD_LENGTH |
| Constructor and Description |
|---|
Gebruiker() |
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(String password) |
String |
getGebruikersnaam() |
Set<Groep> |
getGroepen() |
String |
getWachtwoord() |
void |
setGebruikersnaam(String gebruikersnaam) |
void |
setGroepen(Set<Groep> groepen) |
void |
setWachtwoord(String wachtwoord) |
public static final int MIN_PASSWORD_LENGTH
public void changePassword(String password) throws NoSuchAlgorithmException, UnsupportedEncodingException
password - NoSuchAlgorithmExceptionUnsupportedEncodingExceptionpublic String getWachtwoord()
public void setWachtwoord(String wachtwoord)
public String getGebruikersnaam()
public void setGebruikersnaam(String gebruikersnaam)
Copyright © 2015 B3Partners B.V.. All rights reserved.