Class LdifPopulator

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class LdifPopulator
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean
    Since:
    2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      LdifPopulator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterPropertiesSet()  
      void setBase​(java.lang.String base)  
      void setClean​(boolean clean)  
      void setContextSource​(org.springframework.ldap.core.ContextSource contextSource)  
      void setDefaultBase​(java.lang.String defaultBase)  
      void setResource​(org.springframework.core.io.Resource resource)  
      • Methods inherited from class java.lang.Object

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

      • LdifPopulator

        public LdifPopulator()
    • Method Detail

      • setContextSource

        public void setContextSource​(org.springframework.ldap.core.ContextSource contextSource)
      • setResource

        public void setResource​(org.springframework.core.io.Resource resource)
      • setBase

        public void setBase​(java.lang.String base)
      • setClean

        public void setClean​(boolean clean)
      • setDefaultBase

        public void setDefaultBase​(java.lang.String defaultBase)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception