public class LdapAttributeMappingProvider extends Object implements MappingProvider<List<Attribute<String>>>
| Modifier and Type | Field and Description |
|---|---|
protected int |
searchTimeLimit |
| Constructor and Description |
|---|
LdapAttributeMappingProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Map<String,Object> options)
Initialize the provider with the configured module options
|
void |
performMapping(Map<String,Object> map,
List<Attribute<String>> mappedObject)
Map the passed object
|
void |
setMappingResult(MappingResult<List<Attribute<String>>> result)
Injected by the MappingContext
|
boolean |
supports(Class<?> clazz)
Whether this mapping provider supports
mapping T
|
public void init(Map<String,Object> options)
MappingProviderinit in interface MappingProvider<List<Attribute<String>>>public void performMapping(Map<String,Object> map, List<Attribute<String>> mappedObject)
MappingProviderperformMapping in interface MappingProvider<List<Attribute<String>>>map - A read-only contextual map that can provide information to the providermappedObject - an Object on which the mapping will be appliedpublic void setMappingResult(MappingResult<List<Attribute<String>>> result)
MappingProvidersetMappingResult in interface MappingProvider<List<Attribute<String>>>public boolean supports(Class<?> clazz)
MappingProvidersupports in interface MappingProvider<List<Attribute<String>>>Copyright © 2018 JBoss by Red Hat. All rights reserved.