fr.paris.lutece.portal.business.user.authentication
Class LuteceDefaultAdminUser

java.lang.Object
  extended by fr.paris.lutece.portal.business.user.AdminUser
      extended by fr.paris.lutece.portal.business.user.authentication.LuteceDefaultAdminUser

public class LuteceDefaultAdminUser
extends AdminUser

Admin user implementation for database authentication module


Constructor Summary
LuteceDefaultAdminUser()
           
LuteceDefaultAdminUser(java.lang.String strUserName, AdminAuthentication authenticationService)
           
 
Method Summary
 java.sql.Date getDateValidityPassword()
           
 java.lang.String getLastPassword()
           
 java.lang.String getPassword()
           
 void setDateValidityPassword(java.sql.Date dateValidityPassword)
           
 void setLastPassword(java.lang.String strLastPassword)
           
 void setPassword(java.lang.String strPassword)
           
 
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, 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

LuteceDefaultAdminUser

public LuteceDefaultAdminUser()

LuteceDefaultAdminUser

public LuteceDefaultAdminUser(java.lang.String strUserName,
                              AdminAuthentication authenticationService)
Parameters:
strUserName -
authenticationService -
Method Detail

getPassword

public java.lang.String getPassword()
Returns:
Returns the _strPassword.

setPassword

public void setPassword(java.lang.String strPassword)
Parameters:
strPassword - The _strPassword to set.

getDateValidityPassword

public java.sql.Date getDateValidityPassword()
Returns:
Returns the _dateValidityPassword.

setDateValidityPassword

public void setDateValidityPassword(java.sql.Date dateValidityPassword)
Parameters:
dateValidityPassword - The _dateValidityPassword to set.

getLastPassword

public java.lang.String getLastPassword()
Returns:
Returns the _strLastPassword.

setLastPassword

public void setLastPassword(java.lang.String strLastPassword)
Parameters:
strLastPassword - The _strLastPassword to set.


Copyright © 2007 Mairie de Paris. All Rights Reserved.