Uses of Class
org.keycloak.models.map.storage.ldap.model.LdapMapQuery
-
Packages that use LdapMapQuery Package Description org.keycloak.models.map.storage.ldap.model org.keycloak.models.map.storage.ldap.store -
-
Uses of LdapMapQuery in org.keycloak.models.map.storage.ldap.model
Methods in org.keycloak.models.map.storage.ldap.model that return LdapMapQuery Modifier and Type Method Description LdapMapQuery
LdapMapQuery. addMappers(Collection<ComponentModel> mappers)
LdapMapQuery
LdapMapQuery. setLimit(int limit)
LdapMapQuery
LdapMapQuery. setOffset(int offset)
-
Uses of LdapMapQuery in org.keycloak.models.map.storage.ldap.store
Methods in org.keycloak.models.map.storage.ldap.store with parameters of type LdapMapQuery Modifier and Type Method Description protected StringBuilder
LdapMapIdentityStore. createIdentityTypeSearchFilter(LdapMapQuery identityQuery)
LdapMapObject
LdapMapIdentityStore. fetchById(String id, LdapMapQuery identityQuery)
List<LdapMapObject>
LdapMapIdentityStore. fetchQueryResults(LdapMapQuery identityQuery)
-