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

    Modifier and Type
    Method
    Description
    void
    forceImportEntityForUser(org.exoplatform.services.organization.User user)
     
    boolean
     
    boolean
    mustBeUpdated(org.exoplatform.services.organization.User user, boolean isNew)
     
    void
    saveModification(org.exoplatform.services.organization.User user)
     
    void
    setEnabled(org.exoplatform.services.organization.User user)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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 Details

    • 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)