|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.root.realm.SimplePersistentUser
org.norther.tammi.root.realm.IdBasedPersistentUser
public class IdBasedPersistentUser
The implementation of the PersistentUser to support ids.
| Constructor Summary | |
|---|---|
IdBasedPersistentUser()
The default constructor. |
|
IdBasedPersistentUser(String name,
String pswd)
Constructs a new user. |
|
| Method Summary | |
|---|---|
Object |
getId()
Gets the unique id of the persistent user. |
void |
setId(Object id)
Sets the unique id of the persistent user. |
| Methods inherited from class org.norther.tammi.root.realm.SimplePersistentUser |
|---|
clone, equals, getLocale, getPassword, getRoles, getUsername, hashCode, setLocale, setPassword, setRoles, setUsername |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdBasedPersistentUser()
public IdBasedPersistentUser(String name,
String pswd)
name - the username.pswd - the password.| Method Detail |
|---|
public Object getId()
getId in interface PersistentUsergetId in class SimplePersistentUserpublic void setId(Object id)
setId in interface PersistentUsersetId in class SimplePersistentUserid - the user id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||