|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.user.AdminUser
fr.paris.lutece.portal.business.user.authentication.LuteceDefaultAdminUser
public class LuteceDefaultAdminUser
Admin user implementation for database authentication module
Field Summary |
---|
Fields inherited from class fr.paris.lutece.portal.business.user.AdminUser |
---|
ACTIVE_CODE, ANONYMIZED_CODE, DEFAULT_DATE_LAST_LOGIN, EXPIRED_CODE, NOT_ACTIVE_CODE, RESOURCE_TYPE |
Constructor Summary | |
---|---|
LuteceDefaultAdminUser()
Constructor |
|
LuteceDefaultAdminUser(String strUserName,
AdminAuthentication authenticationService)
Constructor |
Method Summary | |
---|---|
Date |
getDateValidityPassword()
Returns the password validity date |
String |
getLastPassword()
Returns the Last Password. |
String |
getPassword()
Returns the Password |
void |
setDateValidityPassword(Date dateValidityPassword)
Sets the password validity date |
void |
setLastPassword(String strLastPassword)
Sets the Last Password. |
void |
setPassword(String strPassword)
Sets the password |
Methods inherited from class fr.paris.lutece.portal.business.user.AdminUser |
---|
addRoles, checkRight, getAccessCode, getAccessibilityMode, getAccountMaxValidDate, getAuthenticationService, getAuthenticationType, getDateLastLogin, getEmail, getFirstName, getLastName, getLocale, getPasswordMaxValidDate, getRealStatus, getRights, getRoles, getStatus, getUserId, getUserLevel, hasRights, init, isAdmin, isInRole, isParent, isPasswordReset, isStatusActive, isStatusAnonymized, setAccessCode, setAccessibilityMode, setAccountMaxValidDate, setAuthenticationService, setAuthenticationType, setDateLastLogin, setEmail, setFirstName, setLastName, setLocale, setPasswordMaxValidDate, setPasswordReset, setRights, setRoles, setStatus, setUserId, setUserLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LuteceDefaultAdminUser()
public LuteceDefaultAdminUser(String strUserName, AdminAuthentication authenticationService)
strUserName
- The userauthenticationService
- The authentication serviceMethod Detail |
---|
public String getPassword()
public void setPassword(String strPassword)
strPassword
- The Passwordpublic Date getDateValidityPassword()
public void setDateValidityPassword(Date dateValidityPassword)
dateValidityPassword
- The password validity datepublic String getLastPassword()
public void setLastPassword(String strLastPassword)
strLastPassword
- The Last Password.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |