|
||||||||||
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
Constructor Summary | |
---|---|
LuteceDefaultAdminUser()
Constructor |
|
LuteceDefaultAdminUser(java.lang.String strUserName,
AdminAuthentication authenticationService)
Constructor |
Method Summary | |
---|---|
java.sql.Date |
getDateValidityPassword()
Returns the password validity date |
java.lang.String |
getLastPassword()
Returns the Last Password. |
java.lang.String |
getPassword()
Returns the Password |
void |
setDateValidityPassword(java.sql.Date dateValidityPassword)
Sets the password validity date |
void |
setLastPassword(java.lang.String strLastPassword)
Sets the Last Password. |
void |
setPassword(java.lang.String strPassword)
Sets the password |
Methods inherited from class fr.paris.lutece.portal.business.user.AdminUser |
---|
addRoles, checkRight, getAccessCode, getAuthenticationService, getAuthenticationType, getEmail, getFirstName, getLastName, getLocale, getRights, getRoles, getStatus, getUserId, getUserLevel, hasRights, isAdmin, isInRole, isParent, isStatusActive, setAccessCode, setAuthenticationService, setAuthenticationType, setEmail, setFirstName, setLastName, setLocale, 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(java.lang.String strUserName, AdminAuthentication authenticationService)
strUserName
- The userauthenticationService
- The authentication serviceMethod Detail |
---|
public java.lang.String getPassword()
public void setPassword(java.lang.String strPassword)
strPassword
- The Passwordpublic java.sql.Date getDateValidityPassword()
public void setDateValidityPassword(java.sql.Date dateValidityPassword)
dateValidityPassword
- The password validity datepublic java.lang.String getLastPassword()
public void setLastPassword(java.lang.String strLastPassword)
strLastPassword
- The Last Password.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |