Class ActiveDirectoryService
- java.lang.Object
-
- org.exoplatform.writeinldap.services.ActiveDirectoryService
-
public class ActiveDirectoryService extends Object
-
-
Constructor Summary
Constructors Constructor Description ActiveDirectoryService(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.commons.api.settings.ExoFeatureService exoFeatureService, org.exoplatform.services.organization.externalstore.IDMExternalStoreImportService externalStoreImportService, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.social.core.manager.IdentityManager identityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforceImportEntityForUser(org.exoplatform.services.organization.User user)booleanisFeatureEnabled()booleanmustBeUpdated(org.exoplatform.services.organization.User user, boolean isNew)voidsaveModification(org.exoplatform.services.organization.User user)voidsetEnabled(org.exoplatform.services.organization.User user)
-
-
-
Constructor Detail
-
ActiveDirectoryService
public ActiveDirectoryService(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.commons.api.settings.ExoFeatureService exoFeatureService, org.exoplatform.services.organization.externalstore.IDMExternalStoreImportService externalStoreImportService, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.social.core.manager.IdentityManager identityManager)
-
-
Method Detail
-
isFeatureEnabled
public boolean isFeatureEnabled()
-
mustBeUpdated
public boolean mustBeUpdated(org.exoplatform.services.organization.User user, boolean isNew)
-
setEnabled
public void setEnabled(org.exoplatform.services.organization.User user) throws NamingException- Throws:
NamingException
-
saveModification
public void saveModification(org.exoplatform.services.organization.User user)
-
forceImportEntityForUser
public void forceImportEntityForUser(org.exoplatform.services.organization.User user)
-
-