Package org.ldaptive.control.util
Class SyncReplCookie
- java.lang.Object
-
- org.ldaptive.control.util.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.
-
-
-
Method Detail
-
getRid
public java.lang.String getRid()
Returns the RID.- Returns:
- cookie RID
-
getCsn
public SyncReplCookie.CSN getCsn()
Returns the CSN.- Returns:
- cookie CSN
-
-