Class LDAPQuery.PaginationContext
- java.lang.Object
-
- org.keycloak.storage.ldap.idm.query.internal.LDAPQuery.PaginationContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getCookie()
LdapContext
getLdapContext()
boolean
hasNextPage()
void
setCookie(byte[] cookie)
-
-
-
Method Detail
-
getLdapContext
public LdapContext getLdapContext()
-
getCookie
public byte[] getCookie()
-
setCookie
public void setCookie(byte[] cookie)
-
hasNextPage
public boolean hasNextPage()
-
-