Uses of Interface
com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithRequiredAttributes

Packages that use ContextMapperWithRequiredAttributes
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.ldap   
com.atlassian.crowd.directory.ldap.mapper   
com.atlassian.crowd.directory.ldap.mapper.attribute   
 

Uses of ContextMapperWithRequiredAttributes in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return ContextMapperWithRequiredAttributes
 ContextMapperWithRequiredAttributes<LDAPGroupWithAttributes> SpringLDAPConnector.getGroupContextMapper(GroupType groupType)
          Returns a ContextMapper ready to translate LDAP objects into Groups and fetches all member objects.
 ContextMapperWithRequiredAttributes<LDAPUserWithAttributes> MicrosoftActiveDirectory.getUserContextMapper()
           
 ContextMapperWithRequiredAttributes<LDAPUserWithAttributes> SpringLDAPConnector.getUserContextMapper()
          Returns a ContextMapper that can transform a Context into a User.
 

Methods in com.atlassian.crowd.directory with parameters of type ContextMapperWithRequiredAttributes
protected
<T> List<T>
MicrosoftActiveDirectory.findAddedOrUpdatedObjectsSince(long usnChange, Name objectBaseDN, String objectFilter, ContextMapperWithRequiredAttributes<T> contextMapper)
           
protected  SearchControls SpringLDAPConnector.getSubTreeSearchControls(ContextMapperWithRequiredAttributes<?> mapper)
           
protected
<T> List<T>
SpringLDAPConnector.searchEntities(Name baseDN, String filter, ContextMapperWithRequiredAttributes<T> contextMapper, int startIndex, int maxResults)
          Executes a search with paging if paged results is supported.
protected
<T> List<T>
SpringLDAPConnector.searchEntitiesWithRequestControls(Name baseDN, String filter, ContextMapperWithRequiredAttributes<T> contextMapper, SearchControls searchControls, org.springframework.ldap.core.DirContextProcessor ldapRequestControls, int startIndex, int maxResults)
           
protected
<T> Iterable<T>
SpringLDAPConnector.searchGroupObjects(EntityQuery<?> query, ContextMapperWithRequiredAttributes<T> mapper)
           
protected
<T> List<T>
SpringLDAPConnector.searchGroupObjectsOfSpecifiedGroupType(EntityQuery<?> query, ContextMapperWithRequiredAttributes<T> mapper)
          This method expects that the query contains a non-null groupType in the entityDescriptor.
 

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

Methods in com.atlassian.crowd.directory.ldap with parameters of type ContextMapperWithRequiredAttributes
<T> T
LdapTemplateWithClassLoaderWrapper.lookup(LdapName dn, ContextMapperWithRequiredAttributes<T> mapper)
           
 

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

Classes in com.atlassian.crowd.directory.ldap.mapper that implement ContextMapperWithRequiredAttributes
 class ContextMapperWithCustomAttributes<T>
          An abstract implementation of ContextMapperWithRequiredAttributes for cases where a mapper requires core attributes and also the attributes for any attached custom AttributeMappers.
 class GroupContextMapper
          Translates information returned from an LDAP directory into a LDAPGroupWithAttributes implementation of Group.
 class TombstoneContextMapper
          Specific to Active Directory to map deleted objects.
 class UserContextMapper
          Translates information returned from an LDAP directory into a LDAPUserWithAttributes implementation of User.
 

Uses of ContextMapperWithRequiredAttributes in com.atlassian.crowd.directory.ldap.mapper.attribute
 

Classes in com.atlassian.crowd.directory.ldap.mapper.attribute that implement ContextMapperWithRequiredAttributes
 class ActiveDirectoryUserContextMapper
          A specialisation of UserContextMapper for Active Directory.
 



Copyright © 2014 Atlassian. All Rights Reserved.