Package de.elo.ix.client.ldap
Interface LdapService
- All Superinterfaces:
byps.BRemote
,byps.Remote
,de.elo.utils.net.Remote
,Remote
public interface LdapService
extends byps.BRemote
Configure access to LDAP server.
- Since:
- 11.00.000.007
-
Method Summary
Modifier and TypeMethodDescriptionconfigure
(ClientInfo ci, LdapConfig config) Get or set LDAP configuration from plugin.Create an empty LDAP configuration with initialized members.Methods inherited from interface byps.BRemote
BRemote_getTargetId
-
Method Details
-
createConfig
Create an empty LDAP configuration with initialized members.- Parameters:
ci
- ClientInfo- Returns:
- Configuration
- Throws:
byps.RemoteException
-
configure
Get or set LDAP configuration from plugin.- Parameters:
ci
- ClientInfoconfig
- New configuration orLdapConfig.READ_CONFIG
to read the current configuration without modification. PassLdapConfig.READ_AUTO_CONFIG
to create a configuration based on the operating system environment.- Returns:
- Previous configuration
- Throws:
byps.RemoteException
- See Also:
-