Modifier and Type | Method and Description |
---|---|
<T extends IdentityType> |
IdentityManager.createIdentityQuery(Class<T> identityType)
Creates an
IdentityQuery that can be used to query for IdentityType instances. |
Modifier and Type | Method and Description |
---|---|
IdentityManagementException |
IDMInternalMessages.queryIdentityTypeFailed(IdentityQuery<?> query,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
<V extends IdentityType> |
FileIdentityStore.fetchQueryResults(IdentityContext context,
IdentityQuery<V> identityQuery) |
Constructor and Description |
---|
FileSortingComparator(IdentityQuery<T> identityQuery) |
Modifier and Type | Method and Description |
---|---|
<T extends IdentityType> |
ContextualIdentityManager.createIdentityQuery(Class<T> identityType) |
Modifier and Type | Method and Description |
---|---|
<V extends IdentityType> |
AbstractIdentityStore.countQueryResults(IdentityContext context,
IdentityQuery<V> identityQuery) |
Modifier and Type | Method and Description |
---|---|
<V extends IdentityType> |
JDBCIdentityStore.countQueryResults(IdentityContext context,
IdentityQuery<V> identityQuery) |
<V extends IdentityType> |
JDBCIdentityStore.fetchQueryResults(IdentityContext context,
IdentityQuery<V> identityQuery) |
Modifier and Type | Method and Description |
---|---|
<V extends IdentityType> |
JPAIdentityStore.fetchQueryResults(IdentityContext context,
IdentityQuery<V> identityQuery) |
Modifier and Type | Method and Description |
---|---|
<V extends IdentityType> |
LDAPIdentityStore.fetchQueryResults(IdentityContext context,
IdentityQuery<V> identityQuery) |
Modifier and Type | Method and Description |
---|---|
IdentityQuery<T> |
IdentityQuery.setLimit(int limit) |
IdentityQuery<T> |
IdentityQuery.setOffset(int offset) |
IdentityQuery<T> |
IdentityQuery.setParameter(QueryParameter param,
Object... value) |
IdentityQuery<T> |
IdentityQuery.setSortAscending(boolean sortAscending)
Specify if sorting will be ascending (true) or descending (false)
|
IdentityQuery<T> |
IdentityQuery.setSortParameters(QueryParameter... sortParameters)
Parameters used to sort the results.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIdentityQuery<T extends IdentityType>
Default IdentityQuery implementation.
|
Modifier and Type | Method and Description |
---|---|
IdentityQuery<T> |
DefaultIdentityQuery.setLimit(int limit) |
IdentityQuery<T> |
DefaultIdentityQuery.setOffset(int offset) |
IdentityQuery<T> |
DefaultIdentityQuery.setParameter(QueryParameter param,
Object... value) |
IdentityQuery<T> |
DefaultIdentityQuery.setSortAscending(boolean sortAscending) |
IdentityQuery<T> |
DefaultIdentityQuery.setSortParameters(QueryParameter... sortParameters)
Parameters used to sort the results.
|
Modifier and Type | Method and Description |
---|---|
<V extends IdentityType> |
IdentityStore.countQueryResults(IdentityContext context,
IdentityQuery<V> identityQuery) |
<V extends IdentityType> |
IdentityStore.fetchQueryResults(IdentityContext context,
IdentityQuery<V> identityQuery) |
Modifier and Type | Method and Description |
---|---|
<T extends IdentityType> |
SecuredIdentityManager.createIdentityQuery(Class<T> identityType) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.