|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Identity
Initial Date: 24.04.2004
| Field Summary | |
|---|---|
static java.lang.Integer |
STATUS_ACTIV
Identity has access to olat-system. |
static java.lang.Integer |
STATUS_DELETED
Identity is deleted and has no access to olat-system and is not visible (except administrators). |
static java.lang.Integer |
STATUS_LOGIN_DENIED
Identity can not login and will not be listed (only on login-denied list). |
static java.lang.Integer |
STATUS_PERMANENT
Identity has a permanent olat user account and will be never listen in user-deletion process. |
static java.lang.Integer |
STATUS_VISIBLE_LIMIT
Limit for visible identities, all identities with status < LIMIT will be listed in search etc. |
| Method Summary | |
|---|---|
java.util.Date |
getLastLogin()
|
java.lang.String |
getName()
|
java.lang.Integer |
getStatus()
|
User |
getUser()
|
void |
setLastLogin(java.util.Date loginDate)
Set a new last login date for the user. |
void |
setName(java.lang.String name)
|
void |
setStatus(java.lang.Integer newStatus)
Set new status (aktiv,deleted,permanent) of identity. |
| Methods inherited from interface org.olat.core.id.CreateInfo |
|---|
getCreationDate |
| Methods inherited from interface org.olat.core.id.Persistable |
|---|
equalsByPersistableKey, getKey |
| Field Detail |
|---|
static final java.lang.Integer STATUS_PERMANENT
static final java.lang.Integer STATUS_ACTIV
static final java.lang.Integer STATUS_VISIBLE_LIMIT
static final java.lang.Integer STATUS_LOGIN_DENIED
static final java.lang.Integer STATUS_DELETED
| Method Detail |
|---|
java.lang.String getName()
User getUser()
java.util.Date getLastLogin()
void setLastLogin(java.util.Date loginDate)
loginDate - New last-login date.java.lang.Integer getStatus()
void setStatus(java.lang.Integer newStatus)
newStatus - New statusvoid setName(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||