|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenIdDatabaseUser | |
---|---|
fr.paris.lutece.plugins.mylutece.modules.openiddatabase.authentication.business |
Uses of OpenIdDatabaseUser in fr.paris.lutece.plugins.mylutece.modules.openiddatabase.authentication.business |
---|
Methods in fr.paris.lutece.plugins.mylutece.modules.openiddatabase.authentication.business that return OpenIdDatabaseUser | |
---|---|
static OpenIdDatabaseUser |
OpenIdDatabaseUserHome.create(OpenIdDatabaseUser databaseUser,
java.lang.String strPassword,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of databaseUser |
static OpenIdDatabaseUser |
OpenIdDatabaseUserHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a DatabaseUser whose identifier is specified in parameter |
OpenIdDatabaseUser |
OpenIdDatabaseUserDAO.load(int nUserId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of DatabaseUser from the table |
OpenIdDatabaseUser |
IOpenIdDatabaseUserDAO.load(int nDatabaseUserId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of DatabaseUser from the table |
OpenIdDatabaseUser |
OpenIdDatabaseUserDAO.selectDatabaseUserByEmail(java.lang.String strEmail,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
OpenIdDatabaseUser |
IOpenIdDatabaseUserDAO.selectDatabaseUserByEmail(java.lang.String strEmail,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of a user by a email |
static OpenIdDatabaseUser |
OpenIdDatabaseUserHome.selectDatabaseUserByEmail(java.lang.String strEmail,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a DatabaseUser by email |
static OpenIdDatabaseUser |
OpenIdDatabaseUserHome.update(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the databaseUser which is specified in parameter |
static OpenIdDatabaseUser |
OpenIdDatabaseUserHome.updateByLogin(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the databaseUser who updates profile |
static OpenIdDatabaseUser |
OpenIdDatabaseUserHome.updatePassword(OpenIdDatabaseUser databaseUser,
java.lang.String strNewPassword,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the databaseUser which is specified in parameter |
Methods in fr.paris.lutece.plugins.mylutece.modules.openiddatabase.authentication.business that return types with arguments of type OpenIdDatabaseUser | |
---|---|
java.util.Collection<OpenIdDatabaseUser> |
OpenIdDatabaseUserDAO.selectDatabaseUserList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of databaseUsers |
java.util.Collection<OpenIdDatabaseUser> |
IOpenIdDatabaseUserDAO.selectDatabaseUserList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of databaseUsers |
java.util.Collection<OpenIdDatabaseUser> |
OpenIdDatabaseUserDAO.selectDatabaseUserListForLogin(java.lang.String strLogin,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of DatabaseUsers for a login |
java.util.Collection<OpenIdDatabaseUser> |
IOpenIdDatabaseUserDAO.selectDatabaseUserListForLogin(java.lang.String strLogin,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of DatabaseUsers for a login |
Methods in fr.paris.lutece.plugins.mylutece.modules.openiddatabase.authentication.business with parameters of type OpenIdDatabaseUser | |
---|---|
static OpenIdDatabaseUser |
OpenIdDatabaseUserHome.create(OpenIdDatabaseUser databaseUser,
java.lang.String strPassword,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of databaseUser |
void |
OpenIdDatabaseUserDAO.delete(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
IOpenIdDatabaseUserDAO.delete(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
OpenIdDatabaseUserDAO.insert(OpenIdDatabaseUser databaseUser,
java.lang.String strPassword,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IOpenIdDatabaseUserDAO.insert(OpenIdDatabaseUser databaseUser,
java.lang.String strPassword,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
static void |
PasswordRecoveryHome.processOperations(OpenIdDatabaseUser user,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generates an application token |
void |
PasswordRecoveryInPlainDAO.processOperations(OpenIdDatabaseUser user,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
void |
IPasswordRecoveryService.processOperations(OpenIdDatabaseUser user,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
void |
PasswordRecoveryByLinkDAO.processOperations(OpenIdDatabaseUser user,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
static void |
OpenIdDatabaseUserHome.remove(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the databaseUser whose identifier is specified in parameter |
void |
OpenIdDatabaseUserDAO.store(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IOpenIdDatabaseUserDAO.store(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
OpenIdDatabaseUserDAO.storeByLogin(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IOpenIdDatabaseUserDAO.storeByLogin(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
PasswordRecoveryByLinkDAO.storeOperation(OpenIdDatabaseUser user,
java.lang.String strOperationId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
static OpenIdDatabaseUser |
OpenIdDatabaseUserHome.update(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the databaseUser which is specified in parameter |
static OpenIdDatabaseUser |
OpenIdDatabaseUserHome.updateByLogin(OpenIdDatabaseUser databaseUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the databaseUser who updates profile |
void |
OpenIdDatabaseUserDAO.updatePassword(OpenIdDatabaseUser databaseUser,
java.lang.String strNewPassword,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IOpenIdDatabaseUserDAO.updatePassword(OpenIdDatabaseUser databaseUser,
java.lang.String strNewPassword,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static OpenIdDatabaseUser |
OpenIdDatabaseUserHome.updatePassword(OpenIdDatabaseUser databaseUser,
java.lang.String strNewPassword,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the databaseUser which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |