Fixed issue adding constructor without parameters for Hibernate.
* Problem was introduced in commit
40a87d837f
FEA: ItEr74S09LdapAuhentication
This commit is contained in:
parent
35f20d5248
commit
8071b656d9
1 changed files with 6 additions and 0 deletions
|
|
@ -37,6 +37,12 @@ public class ConfigurationRolesLDAP {
|
|||
|
||||
private String roleLibreplan;
|
||||
|
||||
/**
|
||||
* Default constructor for Hibernate. Do not use!
|
||||
*/
|
||||
protected ConfigurationRolesLDAP() {
|
||||
}
|
||||
|
||||
public ConfigurationRolesLDAP(String roleLdap, String roleLibreplan) {
|
||||
this.roleLdap = roleLdap;
|
||||
this.roleLibreplan = roleLibreplan;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue