public class LdapImportServiceFactory extends java.lang.Object implements ServerSideServiceProvider.IServerSideServiceFactory<ILdapImport>
| Constructor and Description |
|---|
LdapImportServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<ILdapImport> |
factoryClass() |
ILdapImport |
getService(BmContext context) |
ILdapImport |
instance(BmContext context,
java.lang.String... params) |
public ILdapImport getService(BmContext context) throws ServerFault
ServerFaultpublic java.lang.Class<ILdapImport> factoryClass()
factoryClass in interface ServerSideServiceProvider.IServerSideServiceFactory<ILdapImport>public ILdapImport instance(BmContext context, java.lang.String... params) throws ServerFault
instance in interface ServerSideServiceProvider.IServerSideServiceFactory<ILdapImport>ServerFaultCopyright © 2024. All Rights Reserved.