Class SyncReplCookie


  • public class SyncReplCookie
    extends java.lang.Object
    Class for parsing a sync repl cookie. See https://www.openldap.org/doc/admin23/syncrepl.html and https://www.openldap.org/faq/data/cache/1145.html
    Author:
    Middleware Services
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SyncReplCookie.CSN
      Class representing a Change Sequence Number.
    • Constructor Summary

      Constructors 
      Constructor Description
      SyncReplCookie​(java.lang.String cookie)
      Creates a new sync repl cookie.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SyncReplCookie.CSN getCsn()
      Returns the CSN.
      java.lang.String getRid()
      Returns the RID.
      • Methods inherited from class java.lang.Object

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

      • SyncReplCookie

        public SyncReplCookie​(java.lang.String cookie)
        Creates a new sync repl cookie.
        Parameters:
        cookie - to parse
    • Method Detail

      • getRid

        public java.lang.String getRid()
        Returns the RID.
        Returns:
        cookie RID