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

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

public class RemotePrincipalAttributesMapper
extends GenericAttributesMapper


Constructor Summary
protected RemotePrincipalAttributesMapper()
           
  RemotePrincipalAttributesMapper(LdapTemplate ldapConnector, LDAPPropertiesMapper ldapPropertiesMapper)
           
  RemotePrincipalAttributesMapper(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

RemotePrincipalAttributesMapper

protected RemotePrincipalAttributesMapper()

RemotePrincipalAttributesMapper

public RemotePrincipalAttributesMapper(LdapTemplate ldapConnector,
                                       LDAPPropertiesMapper ldapPropertiesMapper)

RemotePrincipalAttributesMapper

public RemotePrincipalAttributesMapper(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.