| Package | Description |
|---|---|
| org.keycloak.federation.ldap.idm.query | |
| org.keycloak.federation.ldap.idm.query.internal |
| Modifier and Type | Method and Description |
|---|---|
Sort |
IdentityQueryBuilder.asc(QueryParameter parameter)
Create an ascending order for the given
parameter. |
Sort |
IdentityQueryBuilder.desc(QueryParameter parameter)
Create an descending order for the given
parameter. |
| Modifier and Type | Method and Description |
|---|---|
Set<Sort> |
IdentityQuery.getSorting()
Returns a set containing all sorting conditions used to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityQuery<T> |
IdentityQuery.sortBy(Sort... sorts)
Add to this query the sorting conditions to be applied to the results.
|
| Modifier and Type | Method and Description |
|---|---|
Sort |
DefaultQueryBuilder.asc(QueryParameter parameter) |
Sort |
DefaultQueryBuilder.desc(QueryParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
Set<Sort> |
DefaultIdentityQuery.getSorting() |
| Modifier and Type | Method and Description |
|---|---|
IdentityQuery<T> |
DefaultIdentityQuery.sortBy(Sort... sorts) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.