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()LdapContextgetLdapContext()booleanhasNextPage()voidsetCookie(byte[] cookie)
-
-
-
Method Detail
-
getLdapContext
public LdapContext getLdapContext()
-
getCookie
public byte[] getCookie()
-
setCookie
public void setCookie(byte[] cookie)
-
hasNextPage
public boolean hasNextPage()
-
-