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

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

public class RemoteRoleAttributesMapper
extends GenericAttributesMapper


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

RemoteRoleAttributesMapper

protected RemoteRoleAttributesMapper()

RemoteRoleAttributesMapper

public RemoteRoleAttributesMapper(LdapTemplate ldapTemplate,
                                  LDAPPropertiesMapper ldapPropertiesMapper)

RemoteRoleAttributesMapper

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