| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIdentityType
Abstract base class for IdentityType implementations
|
class |
LDAPUser
This class represents a User; a human agent that may authenticate with the application
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentityQuery<T extends IdentityType>
An
IdentityQuery is responsible for querying the underlying identity stores for instances of
a given IdentityType. |
| Modifier and Type | Method and Description |
|---|---|
<T extends IdentityType> |
IdentityQueryBuilder.createIdentityQuery(Class<T> identityType)
Create an
IdentityQuery that can be used to query for IdentityType instances of a the given identityType. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdentityQuery<T extends IdentityType>
Default IdentityQuery implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IdentityType> |
DefaultQueryBuilder.createIdentityQuery(Class<T> identityType) |
| Modifier and Type | Method and Description |
|---|---|
<V extends IdentityType> |
IdentityStore.countQueryResults(IdentityQuery<V> identityQuery) |
<V extends IdentityType> |
IdentityStore.fetchQueryResults(IdentityQuery<V> identityQuery) |
| Modifier and Type | Method and Description |
|---|---|
<V extends IdentityType> |
LDAPIdentityStore.countQueryResults(IdentityQuery<V> identityQuery) |
protected <V extends IdentityType> |
LDAPIdentityStore.createIdentityTypeSearchFilter(IdentityQuery<V> identityQuery,
LDAPMappingConfiguration ldapEntryConfig) |
<V extends IdentityType> |
LDAPIdentityStore.fetchQueryResults(IdentityQuery<V> identityQuery) |
<V extends IdentityType> |
LDAPOperationManager.searchPaginated(String baseDN,
String filter,
LDAPMappingConfiguration mappingConfiguration,
IdentityQuery<V> identityQuery) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.