Class LdifArchiver

  • All Implemented Interfaces:
    org.gluu.persist.event.DeleteNotifier

    @Named
    public class LdifArchiver
    extends java.lang.Object
    implements org.gluu.persist.event.DeleteNotifier
    • Constructor Summary

      Constructors 
      Constructor Description
      LdifArchiver()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init()  
      void onAfterRemove​(java.lang.String dn, java.lang.String[] objectClasses)  
      void onBeforeRemove​(java.lang.String dn, java.lang.String[] objectClasses)  
      • Methods inherited from class java.lang.Object

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

      • LdifArchiver

        public LdifArchiver()
    • Method Detail

      • init

        public void init()
      • onBeforeRemove

        public void onBeforeRemove​(java.lang.String dn,
                                   java.lang.String[] objectClasses)
        Specified by:
        onBeforeRemove in interface org.gluu.persist.event.DeleteNotifier
      • onAfterRemove

        public void onAfterRemove​(java.lang.String dn,
                                  java.lang.String[] objectClasses)
        Specified by:
        onAfterRemove in interface org.gluu.persist.event.DeleteNotifier