|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AttributeMapper in com.atlassian.crowd.directory |
|---|
| Methods in com.atlassian.crowd.directory that return types with arguments of type AttributeMapper | |
|---|---|
protected java.util.List<AttributeMapper> |
SpringLDAPConnector.getCustomGroupAttributeMappers()
As a minimum, this SHOULD provide an attribute mapper that maps the group members attribute (if available). |
protected java.util.List<AttributeMapper> |
RFC4519Directory.getCustomGroupAttributeMappers()
|
protected java.util.List<AttributeMapper> |
RFC2307Directory.getCustomGroupAttributeMappers()
|
protected java.util.List<AttributeMapper> |
MicrosoftActiveDirectory.getCustomGroupAttributeMappers()
|
protected java.util.List<AttributeMapper> |
SpringLDAPConnector.getCustomUserAttributeMappers()
|
protected java.util.List<AttributeMapper> |
RFC4519Directory.getCustomUserAttributeMappers()
|
protected java.util.List<AttributeMapper> |
RFC2307Directory.getCustomUserAttributeMappers()
|
protected java.util.List<AttributeMapper> |
MicrosoftActiveDirectory.getCustomUserAttributeMappers()
|
protected java.util.List<AttributeMapper> |
RFC4519Directory.getMemberDnMappers()
|
protected java.util.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 java.util.List<AttributeMapper> |
UserContextMapper.customAttributeMappers
|
protected java.util.List<AttributeMapper> |
GroupContextMapper.customAttributeMappers
|
| Constructor parameters in com.atlassian.crowd.directory.ldap.mapper with type arguments of type AttributeMapper | |
|---|---|
GroupContextMapper(long directoryId,
GroupType groupType,
LDAPPropertiesMapper ldapPropertiesMapper,
java.util.List<AttributeMapper> customAttributeMappers)
|
|
UserContextMapper(long directoryId,
LDAPPropertiesMapper ldapPropertiesMapper,
java.util.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 |
RFC2307GidNumberMapper
|
class |
USNChangedMapper
Maps the uSNChanged on an entity. |
| 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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||