Uses of Interface
com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper

Packages that use LDAPPropertiesMapper
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.ldap   
com.atlassian.crowd.directory.ldap.mapper   
com.atlassian.crowd.directory.ldap.mapper.entity   
com.atlassian.crowd.directory.ldap.name   
com.atlassian.crowd.search.ldap   
 

Uses of LDAPPropertiesMapper in com.atlassian.crowd.directory
 

Fields in com.atlassian.crowd.directory declared as LDAPPropertiesMapper
protected  LDAPPropertiesMapper SpringLDAPConnector.ldapPropertiesMapper
           
 

Methods in com.atlassian.crowd.directory that return LDAPPropertiesMapper
 LDAPPropertiesMapper SpringLDAPConnectorAccessor.getLdapPropertiesMapper()
           
 LDAPPropertiesMapper SpringLDAPConnector.getLdapPropertiesMapper()
           
 

Uses of LDAPPropertiesMapper in com.atlassian.crowd.directory.ldap
 

Classes in com.atlassian.crowd.directory.ldap that implement LDAPPropertiesMapper
 class LDAPPropertiesMapperImpl
           
 

Uses of LDAPPropertiesMapper in com.atlassian.crowd.directory.ldap.mapper
 

Fields in com.atlassian.crowd.directory.ldap.mapper declared as LDAPPropertiesMapper
protected  LDAPPropertiesMapper UserContextMapper.ldapPropertiesMapper
           
protected  LDAPPropertiesMapper GroupContextMapper.ldapPropertiesMapper
           
 

Constructors in com.atlassian.crowd.directory.ldap.mapper with parameters of type LDAPPropertiesMapper
EntityContextMapper(LDAPPropertiesMapper ldapPropertiesMapper, org.springframework.ldap.core.ContextMapper principalContextMapper, org.springframework.ldap.core.ContextMapper groupContextMapper, org.springframework.ldap.core.ContextMapper roleContextMapper, org.springframework.ldap.core.DistinguishedName principalDN, org.springframework.ldap.core.DistinguishedName groupDN, org.springframework.ldap.core.DistinguishedName roleDN)
           
GroupContextMapper(long directoryId, GroupType groupType, LDAPPropertiesMapper ldapPropertiesMapper, java.util.List<AttributeMapper> customAttributeMappers)
           
UserContextMapper(long directoryId, LDAPPropertiesMapper ldapPropertiesMapper, java.util.List<AttributeMapper> customAttributeMappers)
           
 

Uses of LDAPPropertiesMapper in com.atlassian.crowd.directory.ldap.mapper.entity
 

Fields in com.atlassian.crowd.directory.ldap.mapper.entity declared as LDAPPropertiesMapper
protected  LDAPPropertiesMapper LDAPUserAttributesMapper.ldapPropertiesMapper
           
 

Constructors in com.atlassian.crowd.directory.ldap.mapper.entity with parameters of type LDAPPropertiesMapper
LDAPGroupAttributesMapper(long directoryId, GroupType groupType, LDAPPropertiesMapper ldapPropertiesMapper)
           
LDAPUserAttributesMapper(long directoryId, LDAPPropertiesMapper ldapPropertiesMapper)
           
 

Uses of LDAPPropertiesMapper in com.atlassian.crowd.directory.ldap.name
 

Constructors in com.atlassian.crowd.directory.ldap.name with parameters of type LDAPPropertiesMapper
SearchDN(LDAPPropertiesMapper propertiesMapper, Converter converter)
           
 

Uses of LDAPPropertiesMapper in com.atlassian.crowd.search.ldap
 

Methods in com.atlassian.crowd.search.ldap with parameters of type LDAPPropertiesMapper
 LDAPQuery LDAPQueryTranslaterImpl.asLDAPFilter(EntityQuery query, LDAPPropertiesMapper ldapPropertiesMapper)
           
 LDAPQuery LDAPQueryTranslater.asLDAPFilter(EntityQuery query, LDAPPropertiesMapper ldapPropertiesMapper)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.