@Entity public class UserId extends Object implements Serializable
| Constructor and Description |
|---|
UserId()
default constructor for JPA
|
UserId(String aid)
A User will be automatically initialized with an id and password
|
UserId(String id,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
returns the unique identifier for the Entity.
|
String |
getPassword() |
Set<UserGroup> |
getUserGroups()
It is important to rename the joinColum to 'ID' so the GlassFish
jdbcRealm configuration will work on this colum
|
protected void |
setId(String aID) |
void |
setPassword(String password)
Set the password.
|
void |
setUserGroups(Set<UserGroup> groups) |
public UserId()
public UserId(String aid)
public String getId()
protected void setId(String aID)
public String getPassword()
public void setPassword(String password)
password - public Set<UserGroup> getUserGroups()
Copyright © 2011–2022 Imixs Software Solutions GmbH. All rights reserved.