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
All Implemented Interfaces:
java.io.Serializable

public class LuteceDefaultAdminUser
extends AdminUser

Admin user implementation for database authentication module

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.paris.lutece.portal.business.user.AdminUser
RESOURCE_TYPE
 
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, isPasswordReset, isStatusActive, setAccessCode, setAuthenticationService, setAuthenticationType, setEmail, setFirstName, setLastName, setLocale, 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

LuteceDefaultAdminUser

public LuteceDefaultAdminUser()
Constructor


LuteceDefaultAdminUser

public LuteceDefaultAdminUser(java.lang.String strUserName,
                              AdminAuthentication authenticationService)
Constructor

Parameters:
strUserName - The user
authenticationService - The authentication service
Method Detail

getPassword

public java.lang.String getPassword()
Returns the Password

Returns:
The Password.

setPassword

public void setPassword(java.lang.String strPassword)
Sets the password

Parameters:
strPassword - The Password

getDateValidityPassword

public java.sql.Date getDateValidityPassword()
Returns the password validity date

Returns:
The password validity date

setDateValidityPassword

public void setDateValidityPassword(java.sql.Date dateValidityPassword)
Sets the password validity date

Parameters:
dateValidityPassword - The password validity date

getLastPassword

public java.lang.String getLastPassword()
Returns the Last Password.

Returns:
The Last Password.

setLastPassword

public void setLastPassword(java.lang.String strLastPassword)
Sets the Last Password.

Parameters:
strLastPassword - The Last Password.


Copyright © 2010 Mairie de Paris. All Rights Reserved.