public class SpringAttributesMapperAdapter extends Object implements org.springframework.ldap.core.AttributesMapper
Constructor and Description |
---|
SpringAttributesMapperAdapter(String dn,
LdapAttributesMapper<?> mapper) |
Modifier and Type | Method and Description |
---|---|
Object |
mapFromAttributes(Attributes attributes) |
public SpringAttributesMapperAdapter(String dn, LdapAttributesMapper<?> mapper)
public Object mapFromAttributes(Attributes attributes) throws NamingException, org.springframework.ldap.UncategorizedLdapException
mapFromAttributes
in interface org.springframework.ldap.core.AttributesMapper
org.springframework.ldap.UncategorizedLdapException
- in case the wrapped mapper could not map the attributes. The actual exception
will be contained in the cause.NamingException
Copyright © 2019 Communote team. All rights reserved.