com.atlassian.crowd.integration.directory.connector.spring
Class RemoteGroupAttributesMapper

java.lang.Object
  extended by com.atlassian.crowd.integration.directory.connector.spring.GenericAttributesMapper
      extended by com.atlassian.crowd.integration.directory.connector.spring.RemoteGroupAttributesMapper

public class RemoteGroupAttributesMapper
extends GenericAttributesMapper


Constructor Summary
protected RemoteGroupAttributesMapper()
           
  RemoteGroupAttributesMapper(LdapTemplate ldapTemplate, LDAPPropertiesMapper ldapPropertiesMapper)
           
  RemoteGroupAttributesMapper(LdapTemplate ldapConnector, LDAPPropertiesMapper ldapPropertiesMapper, boolean loadAttributes)
           
 
Method Summary
 Object mapFromAttributes(Attributes attributes)
           
 
Methods inherited from class com.atlassian.crowd.integration.directory.connector.spring.GenericAttributesMapper
populateAttribute, populateAttributes, processMembers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGroupAttributesMapper

protected RemoteGroupAttributesMapper()

RemoteGroupAttributesMapper

public RemoteGroupAttributesMapper(LdapTemplate ldapTemplate,
                                   LDAPPropertiesMapper ldapPropertiesMapper)

RemoteGroupAttributesMapper

public RemoteGroupAttributesMapper(LdapTemplate ldapConnector,
                                   LDAPPropertiesMapper ldapPropertiesMapper,
                                   boolean loadAttributes)
Method Detail

mapFromAttributes

public Object mapFromAttributes(Attributes attributes)
                         throws NamingException
Throws:
NamingException


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.