Uses of Interface
com.atlassian.crowd.directory.ldap.mapper.attribute.AttributeMapper

Packages that use AttributeMapper
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.ldap.mapper   
com.atlassian.crowd.directory.ldap.mapper.attribute   
com.atlassian.crowd.directory.ldap.mapper.attribute.group   
com.atlassian.crowd.directory.ldap.mapper.attribute.user   
 

Uses of AttributeMapper in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return types with arguments of type AttributeMapper
protected  List<AttributeMapper> RFC2307Directory.getCustomGroupAttributeMappers()
           
protected  List<AttributeMapper> RFC4519Directory.getCustomGroupAttributeMappers()
           
protected  List<AttributeMapper> MicrosoftActiveDirectory.getCustomGroupAttributeMappers()
           
protected  List<AttributeMapper> SpringLDAPConnector.getCustomGroupAttributeMappers()
          As a minimum, this SHOULD provide an attribute mapper that maps the group members attribute (if available).
protected  List<AttributeMapper> RFC2307Directory.getCustomUserAttributeMappers()
           
protected  List<AttributeMapper> RFC4519Directory.getCustomUserAttributeMappers()
           
protected  List<AttributeMapper> MicrosoftActiveDirectory.getCustomUserAttributeMappers()
           
protected  List<AttributeMapper> SpringLDAPConnector.getCustomUserAttributeMappers()
           
protected  List<AttributeMapper> RFC4519Directory.getMemberDnMappers()
           
protected  List<AttributeMapper> MicrosoftActiveDirectory.getMemberDnMappers()
           
 

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

Fields in com.atlassian.crowd.directory.ldap.mapper with type parameters of type AttributeMapper
protected  List<AttributeMapper> ContextMapperWithCustomAttributes.customAttributeMappers
           
 

Methods in com.atlassian.crowd.directory.ldap.mapper with parameters of type AttributeMapper
static Set<String> ContextMapperWithCustomAttributes.aggregate(AttributeMapper... mappers)
           
 

Constructor parameters in com.atlassian.crowd.directory.ldap.mapper with type arguments of type AttributeMapper
ContextMapperWithCustomAttributes(List<AttributeMapper> customAttributeMappers)
           
GroupContextMapper(long directoryId, GroupType groupType, LDAPPropertiesMapper ldapPropertiesMapper, List<AttributeMapper> customAttributeMappers)
           
UserContextMapper(long directoryId, LDAPPropertiesMapper ldapPropertiesMapper, List<AttributeMapper> customAttributeMappers)
           
 

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

Classes in com.atlassian.crowd.directory.ldap.mapper.attribute that implement AttributeMapper
 class ObjectGUIDMapper
          Maps the objectGUID on an entity.
 class ObjectSIDMapper
          Maps the primaryGroupId of a user.
 class PrimaryGroupIdMapper
          Maps the primaryGroupId of a user.
 class RFC2307GidNumberMapper
           
 class UserAccountControlMapper
          Maps the userAccountControl on a user.
 class USNChangedMapper
          Maps the uSNChanged on an entity.
 

Constructor parameters in com.atlassian.crowd.directory.ldap.mapper.attribute with type arguments of type AttributeMapper
ActiveDirectoryUserContextMapper(long directoryId, LDAPPropertiesMapper ldapPropertiesMapper, List<AttributeMapper> customAttributeMappers)
           
 

Uses of AttributeMapper in com.atlassian.crowd.directory.ldap.mapper.attribute.group
 

Classes in com.atlassian.crowd.directory.ldap.mapper.attribute.group that implement AttributeMapper
 class RFC2307MemberUidMapper
           
 class RFC4519MemberDnMapper
          A generic memberDn mapper that will look for the 'member' attribute in groups.
 class RFC4519MemberDnRangedMapper
          A memberDN mapper that will handle both normal and ranged memberships attribute ("member" and "member;") used in Microsoft Active Directory.
 class RFC4519MemberDnRangeOffsetMapper
          If the group has ranged memberships (Active Directory specific) this mapper will obtain the offset - ie.
 

Uses of AttributeMapper in com.atlassian.crowd.directory.ldap.mapper.attribute.user
 

Classes in com.atlassian.crowd.directory.ldap.mapper.attribute.user that implement AttributeMapper
 class MemberOfOverlayMapper
           
 



Copyright © 2014 Atlassian. All Rights Reserved.