Class LDAPProvider
java.lang.Object
com.tremolosecurity.provisioning.core.providers.LDAPProvider
- All Implemented Interfaces:
LDAPInterface
,UserStoreProvider
,UserStoreProviderWithAddGroup
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGroup
(String name, Map<String, String> additionalAttributes, User user, Map<String, Object> request) void
void
void
deleteUser
(User user, Map<String, Object> request) Retrieve the LDAP connection from the target, make sure to close the connection when donevoid
boolean
void
setUserPassword
(User user, Map<String, Object> request) void
shutdown()
void
-
Field Details
-
NEW_USER_DN
- See Also:
-
-
Constructor Details
-
LDAPProvider
public LDAPProvider()
-
-
Method Details
-
getLocalConnection
Description copied from interface:LDAPInterface
Retrieve the LDAP connection from the target, make sure to close the connection when done- Specified by:
getLocalConnection
in interfaceLDAPInterface
- Returns:
- Throws:
ProvisioningException
-
createUser
public void createUser(User user, Set<String> attributes, Map<String, Object> request) throws ProvisioningException- Specified by:
createUser
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
syncUser
public void syncUser(User user, boolean fromUserOnly, Set<String> attributes, Map<String, Object> request) throws ProvisioningException- Specified by:
syncUser
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
deleteUser
- Specified by:
deleteUser
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
findUser
public User findUser(String userID, Set<String> attributes, Map<String, Object> request) throws ProvisioningException- Specified by:
findUser
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
init
public void init(Map<String, Attribute> cfg, ConfigManager cfgMgr, String name) throws ProvisioningException- Specified by:
init
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
setUserPassword
- Specified by:
setUserPassword
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
addGroup
public void addGroup(String name, Map<String, String> additionalAttributes, User user, Map<String, throws ProvisioningExceptionObject> request) - Specified by:
addGroup
in interfaceUserStoreProviderWithAddGroup
- Throws:
ProvisioningException
-
deleteGroup
public void deleteGroup(String name, User user, Map<String, Object> request) throws ProvisioningException- Specified by:
deleteGroup
in interfaceUserStoreProviderWithAddGroup
- Throws:
ProvisioningException
-
isGroupExists
public boolean isGroupExists(String name, User user, Map<String, Object> request) throws ProvisioningException- Specified by:
isGroupExists
in interfaceUserStoreProviderWithAddGroup
- Throws:
ProvisioningException
-
getSearchBase
-
shutdown
- Specified by:
shutdown
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-