Class LDAPQuery.PaginationContext
- java.lang.Object
- 
- org.keycloak.storage.ldap.idm.query.internal.LDAPQuery.PaginationContext
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCookie()LdapContextgetLdapContext()booleanhasNextPage()voidsetCookie(byte[] cookie)
 
- 
- 
- 
Method Detail- 
getLdapContextpublic LdapContext getLdapContext() 
 - 
getCookiepublic byte[] getCookie() 
 - 
setCookiepublic void setCookie(byte[] cookie) 
 - 
hasNextPagepublic boolean hasNextPage() 
 
- 
 
-