Package com.logicaldoc.ldap.model
Class GroupAttributeMapper
- java.lang.Object
 - 
- com.logicaldoc.ldap.model.GroupAttributeMapper
 
 
- 
- All Implemented Interfaces:
 org.springframework.ldap.core.ContextMapper
public class GroupAttributeMapper extends Object implements org.springframework.ldap.core.ContextMapper
Maps LDAP attributes into Group attributes- Since:
 - 4.5
 - Author:
 - Sebastian Wenzky
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GroupAttributeMapper() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectmapFromAttributes(Attributes attributes)ObjectmapFromContext(Object arg) 
 - 
 
- 
- 
Method Detail
- 
mapFromAttributes
public Object mapFromAttributes(Attributes attributes) throws NamingException
- Throws:
 NamingException
 
 - 
 
 -