Uses of Interface
com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Packages that use LDAPPropertiesMapper
Package
Description
-
Uses of LDAPPropertiesMapper in com.atlassian.crowd.directory
Fields in com.atlassian.crowd.directory declared as LDAPPropertiesMapperModifier and TypeFieldDescriptionprotected LDAPPropertiesMapperSpringLDAPConnector.ldapPropertiesMapperMethods in com.atlassian.crowd.directory that return LDAPPropertiesMapper -
Uses of LDAPPropertiesMapper in com.atlassian.crowd.directory.ldap
Classes in com.atlassian.crowd.directory.ldap that implement LDAPPropertiesMapper -
Uses of LDAPPropertiesMapper in com.atlassian.crowd.directory.ldap.mapper
Fields in com.atlassian.crowd.directory.ldap.mapper declared as LDAPPropertiesMapperModifier and TypeFieldDescriptionprotected final LDAPPropertiesMapperGroupContextMapper.ldapPropertiesMapperprotected final LDAPPropertiesMapperUserContextMapper.ldapPropertiesMapperConstructors in com.atlassian.crowd.directory.ldap.mapper with parameters of type LDAPPropertiesMapperModifierConstructorDescriptionGroupContextMapper(long directoryId, GroupType groupType, LDAPPropertiesMapper ldapPropertiesMapper, List<AttributeMapper> customAttributeMappers) UserContextMapper(long directoryId, LDAPPropertiesMapper ldapPropertiesMapper, List<AttributeMapper> customAttributeMappers) -
Uses of LDAPPropertiesMapper in com.atlassian.crowd.directory.ldap.mapper.attribute
Constructors in com.atlassian.crowd.directory.ldap.mapper.attribute with parameters of type LDAPPropertiesMapperModifierConstructorDescriptionActiveDirectoryUserContextMapper(long directoryId, LDAPPropertiesMapper ldapPropertiesMapper, 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 LDAPPropertiesMapperModifier and TypeFieldDescriptionprotected final LDAPPropertiesMapperLDAPUserAttributesMapper.ldapPropertiesMapperConstructors in com.atlassian.crowd.directory.ldap.mapper.entity with parameters of type LDAPPropertiesMapperModifierConstructorDescriptionActiveDirectoryUserAttributesMapper(long directoryId, LDAPPropertiesMapper 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 -
Uses of LDAPPropertiesMapper in com.atlassian.crowd.directory.ldap.util
Methods in com.atlassian.crowd.directory.ldap.util that return types with arguments of type LDAPPropertiesMapperModifier and TypeMethodDescriptionorg.apache.commons.lang3.builder.DiffResult<LDAPPropertiesMapper> LdapConnectionPropertiesDiffResultMapper.getConnectionPropertiesDifference(LDAPPropertiesMapper left, LDAPPropertiesMapper right) Calculates the difference between left and rightLDAPPropertiesMappers, comparing only parameters meaningful for creatingLdapContextSource.Methods in com.atlassian.crowd.directory.ldap.util with parameters of type LDAPPropertiesMapperModifier and TypeMethodDescriptionorg.apache.commons.lang3.builder.DiffResult<LDAPPropertiesMapper> LdapConnectionPropertiesDiffResultMapper.getConnectionPropertiesDifference(LDAPPropertiesMapper left, LDAPPropertiesMapper right) Calculates the difference between left and rightLDAPPropertiesMappers, comparing only parameters meaningful for creatingLdapContextSource. -
Uses of LDAPPropertiesMapper in com.atlassian.crowd.search.ldap
Methods in com.atlassian.crowd.search.ldap with parameters of type LDAPPropertiesMapperModifier and TypeMethodDescriptionLDAPQueryTranslater.asLDAPFilter(EntityQuery query, LDAPPropertiesMapper ldapPropertiesMapper) LDAPQueryTranslaterImpl.asLDAPFilter(EntityQuery query, LDAPPropertiesMapper ldapPropertiesMapper) protected org.springframework.ldap.filter.FilterActiveDirectoryQueryTranslaterImpl.booleanTermRestrictionAsFilter(EntityDescriptor entityDescriptor, PropertyRestriction<Boolean> termRestriction, LDAPPropertiesMapper ldapPropertiesMapper) protected org.springframework.ldap.filter.FilterLDAPQueryTranslaterImpl.booleanTermRestrictionAsFilter(EntityDescriptor entityDescriptor, PropertyRestriction<Boolean> termRestriction, LDAPPropertiesMapper ldapPropertiesMapper)