fr.paris.lutece.plugins.mylutece.modules.openiddatabase.authentication.business
Class OpenIdDatabaseUser

java.lang.Object
  extended by fr.paris.lutece.plugins.mylutece.modules.openiddatabase.authentication.business.OpenIdDatabaseUser

public class OpenIdDatabaseUser
extends java.lang.Object

This class represents the business object DatabaseUser


Constructor Summary
OpenIdDatabaseUser()
           
 
Method Summary
 java.lang.String getAuthenticationType()
          Returns the authentication type
 java.lang.String getEmail()
          Returns the Email
 java.lang.String getFirstName()
          Returns user first name
 java.lang.String getLastName()
          Returns the last name
 java.lang.String getLogin()
          Returns the login
 int getUserId()
          Returns the UserId
 boolean isValid()
          Verifies if user details are valid
 void setAuthentificationType(java.lang.String strAuthenticationType)
          Sets the authentication type
 void setEmail(java.lang.String strEmail)
          Sets the Email
 void setFirstName(java.lang.String strFirstName)
          Sets the first name
 void setLastName(java.lang.String strLastName)
          Sets the last name
 void setLogin(java.lang.String strLogin)
          Sets the login
 void setUserId(int nUserId)
          Sets the UserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenIdDatabaseUser

public OpenIdDatabaseUser()
Method Detail

getUserId

public int getUserId()
Returns the UserId

Returns:
The UserId

setUserId

public void setUserId(int nUserId)
Sets the UserId

Parameters:
nUserId - The UserId

getEmail

public java.lang.String getEmail()
Returns the Email

Returns:
The Email

setEmail

public void setEmail(java.lang.String strEmail)
Sets the Email

Parameters:
strEmail - The email

getFirstName

public java.lang.String getFirstName()
Returns user first name

Returns:
The first name

setFirstName

public void setFirstName(java.lang.String strFirstName)
Sets the first name

Parameters:
strFirstName - The first name

getLastName

public java.lang.String getLastName()
Returns the last name

Returns:
The last name

setLastName

public void setLastName(java.lang.String strLastName)
Sets the last name

Parameters:
strLastName - The last name

getLogin

public java.lang.String getLogin()
Returns the login

Returns:
The login

setLogin

public void setLogin(java.lang.String strLogin)
Sets the login

Parameters:
strLogin - The login

getAuthenticationType

public java.lang.String getAuthenticationType()
Returns the authentication type


setAuthentificationType

public void setAuthentificationType(java.lang.String strAuthenticationType)
Sets the authentication type

Parameters:
strAuthenticationType - The login

isValid

public boolean isValid()
Verifies if user details are valid

Parameters:
strAuthenticationType - The login


Copyright © 2010 Mairie de Paris. All Rights Reserved.