|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
MicrosoftActiveDirectory.findAddedOrUpdatedObjectsSince(long usnChange,
Name objectBaseDN,
String objectFilter,
ContextMapperWithRequiredAttributes<T> contextMapper)
|
|
protected SearchControls |
SpringLDAPConnector.getSubTreeSearchControls(ContextMapperWithRequiredAttributes<?> mapper)
|
|
protected
|
SpringLDAPConnector.searchEntities(Name baseDN,
String filter,
ContextMapperWithRequiredAttributes<T> contextMapper,
int startIndex,
int maxResults)
Executes a search with paging if paged results is supported. |
|
protected
|
SpringLDAPConnector.searchEntitiesWithRequestControls(Name baseDN,
String filter,
ContextMapperWithRequiredAttributes<T> contextMapper,
SearchControls searchControls,
org.springframework.ldap.core.DirContextProcessor ldapRequestControls,
int startIndex,
int maxResults)
|
|
protected
|
SpringLDAPConnector.searchGroupObjects(EntityQuery<?> query,
ContextMapperWithRequiredAttributes<T> mapper)
|
|
protected
|
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 | ||
|---|---|---|
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||