Skip navigation links
A B C D F G I L N P R S U 

A

addRoleForUser(int, String, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseHome
Assign a role to user

B

bindUser(String, String, String, String) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util.LdapUtil
Connects an user to the ldap
buildRequest(String[], Object[]) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util.LdapBrowser
build request for search by sn, givenname and mail

C

canBeRemoved(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserRoleRemovalListener
Check if the object can be safely removed
create(LdapUser, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserHome
Creation of an instance of ldapUser
createRoleForUser(int, String, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapDatabaseDAO
Assign a role to user
createRoleForUser(int, String, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
Assign a role to user

D

delete(LdapUser, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapUserDAO
Delete a record from the table
delete(LdapUser, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserDAO
Delete a record from the table
deleteRolesForUser(int, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapDatabaseDAO
Delete roles for a user
deleteRolesForUser(int, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
Delete roles for a user
doAssignRoleUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web.LdapdatabaseJspBean
Process assignation roles for a specified user
doCreateUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web.LdapdatabaseJspBean
Process user's creation
doRemoveUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web.LdapdatabaseJspBean
Process user's removal

F

findByPrimaryKey(int, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserHome
Returns an instance of a LdapUser whose identifier is specified in parameter
findLdapUsersList(Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserHome
Returns a collection of LdapUser objects
findLdapUsersListForGuid(String, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserHome
Returns a collection of LdapUser objects for a guid
findLuteceUserByGuid(String, Plugin, LuteceAuthentication) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseHome
Find users by guid
findUserGuidFromRole(String, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseHome
Find user's guid by role key
findUserRolesFromGuid(String, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseHome
Find user's roles by guid
findUsersList(Plugin, LuteceAuthentication) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseHome
Returns a collection of LdapUser objects
fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication - package fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication
 
fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business - package fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business
 
fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.service - package fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.service
 
fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util - package fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util
 
fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web - package fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web
 
freeContext(DirContext) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util.LdapUtil
Free the context

G

getAnonymousUser() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
This method returns an anonymous Lutece user
getAuthServiceName() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
Gets the Authentification service name
getAuthType(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
Gets the Authentification type
getContext(String, String, String, String) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util.LdapUtil
Search LDAP context
getCreateUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web.LdapdatabaseJspBean
Returns the User creation form
getDAO() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
Returns the DAO
getEmail() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Returns the Email
getFirstName() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Returns user first name
getInstance() - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.service.LdapDatabaseService
Returns the instance of the singleton
getLastName() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Returns the last name
getLdapGuid() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Returns the Ldap Guid
getManageRolesUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web.LdapdatabaseJspBean
Returns roles management form for a specified user
getManageUsers(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web.LdapdatabaseJspBean
Returns users management form
getName() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
getPluginName() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
getRemovalRefusedMessage(String, Locale) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserRoleRemovalListener
Gives a message explaining why the object can't be removed
getRemoveUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web.LdapdatabaseJspBean
Returns removal user's form
getRolesByUser(LuteceUser) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
get all roles for this user : - user's roles - user's groups roles
getUser(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
Returns the user managed by the authentication service if this feature is available.
getUserGuid(String, String, Locale) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util.LdapBrowser
get the user guid corresponding to a login and password
getUserId() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Returns the UserId
getUserList(String, String, String) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util.LdapBrowser
Returns a list of users corresponding to the given parameters.
getUserPublicData(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util.LdapBrowser
Return a user given its guid
getUsers() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
Returns all users managed by the authentication service if this feature is available.

I

ILdapDatabaseDAO - Interface in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business
 
ILdapUserDAO - Interface in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business
 
init() - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Initialize the LdapDatabaseUser
init() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.service.LdapDatabasePlugin
Initialize the module WssoDatabase
init() - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.service.LdapDatabaseService
Initialize the LdapDatabase service
insert(LdapUser, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapUserDAO
Insert a new record in the table.
insert(LdapUser, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserDAO
Insert a new record in the table.
isUserInRole(LuteceUser, HttpServletRequest, String) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
Checks that the current user is associated to a given role

L

LdapBrowser - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util
LDAP browser : to retrieve information from LDAP repository
LdapBrowser() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util.LdapBrowser
 
LDAPDatabaseAuthentication - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication
The Class provides an implementation of the inherited abstract class PortalAuthentication based on an LDAP repository.
LDAPDatabaseAuthentication() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
 
LdapDatabaseDAO - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business
This class provides Data Access methods for authentication (role retrieval).
LdapDatabaseDAO() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
 
LdapDatabaseHome - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business
This class provides instances management methods (create, find, ...) for ldapUser objects
LdapdatabaseJspBean - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web
This class provides the user interface to manage roles features ( manage, create, modify, remove )
LdapdatabaseJspBean() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web.LdapdatabaseJspBean
Creates a new WssodatabaseJspBean object.
LdapDatabasePlugin - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.service
class LdapDatabasePlugin
LdapDatabasePlugin() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.service.LdapDatabasePlugin
 
LdapDatabaseService - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.service
LdapDatabaseService
LdapDatabaseService() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.service.LdapDatabaseService
 
LDAPDatabaseUser - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication
This class implements The Lutece User in a Ldap configuration.
LDAPDatabaseUser(String, LuteceAuthentication) - Constructor for class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseUser
Constructor
LdapUser - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business
This class represents the business object LdapUser
LdapUser() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
 
LdapUserDAO - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business
This class provides Data Access methods for ldapUser objects
LdapUserHome - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business
This class provides instances management methods (create, find, ...) for LdapUser objects
LdapUserRoleRemovalListener - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business
DatabaseUser Removal Listener
LdapUserRoleRemovalListener() - Constructor for class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserRoleRemovalListener
 
LdapUtil - Class in fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util
Classe utilitaire de connexion au LDAP
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapUserDAO
Load the data of LdapUser from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserDAO
Load the data of LdapUser from the table
login(String, String, HttpServletRequest) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
This methods checks the login info in the LDAP repository
logout(LuteceUser) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
This methods logout the user

N

newPrimaryKey(Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapUserDAO
Generates a new primary key
newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserDAO
Generates a new primary key

P

PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.service.LdapDatabasePlugin
 

R

remove(LdapUser, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserHome
Remove the ldapUser whose identifier is specified in parameter
removeRolesForUser(int, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseHome
Delete roles for a user
RIGHT_MANAGE_LDAPDATABASE_USERS - Static variable in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.web.LdapdatabaseJspBean
 

S

searchUsers(DirContext, String, String, String, SearchControls) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.util.LdapUtil
 
selectLdapUserList(Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapUserDAO
Load the list of ldapUsers
selectLdapUserList(Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserDAO
Load the list of ldapUsers
selectLdapUserListForGuid(String, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapUserDAO
Load the list of ldapUsers for a guid
selectLdapUserListForGuid(String, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserDAO
Load the list of ldapUsers for a ldap guid
selectLuteceUserByGuid(String, Plugin, LuteceAuthentication) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapDatabaseDAO
Find users by guid
selectLuteceUserByGuid(String, Plugin, LuteceAuthentication) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
Find LDAPDatabaseUser by guid
selectUserGuidFromRole(String, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapDatabaseDAO
Find user's guid by role key
selectUserGuidFromRole(String, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
Find user's guid by role key
selectUserList(Plugin, LuteceAuthentication) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapDatabaseDAO
Load the list of LDAPDatabaseUser
selectUserList(Plugin, LuteceAuthentication) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
Load the list of LDAPDatabaseUser
selectUserRolesFromGuid(String, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapDatabaseDAO
Find user's roles by guid
selectUserRolesFromGuid(String, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
Find user's roles by guid
setDAO(ILdapDatabaseDAO) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.LDAPDatabaseAuthentication
Sets the dao
setEmail(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Sets the Email
setFirstName(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Sets the first name
setLastName(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Sets the last name
setLdapGuid(String) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Sets the Ldap Guid
setUserId(int) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUser
Sets the UserId
SQL_QUERY_FIND_ALL_USERS - Static variable in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
 
SQL_QUERY_FIND_GUID_FROM_ROLE - Static variable in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
 
SQL_QUERY_FIND_ROLES_FROM_GUID - Static variable in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
 
SQL_QUERY_FIND_USER_BY_GUID - Static variable in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapDatabaseDAO
 
store(LdapUser, Plugin) - Method in interface fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.ILdapUserDAO
Update the record in the table
store(LdapUser, Plugin) - Method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserDAO
Update the record in the table

U

update(LdapUser, Plugin) - Static method in class fr.paris.lutece.plugins.mylutece.modules.ldapdatabase.authentication.business.LdapUserHome
Update of the ldapUser which is specified in parameter
A B C D F G I L N P R S U 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.