Class LDAPEntityNameMap<T extends LDAPDirectoryEntity>
java.lang.Object
com.atlassian.crowd.directory.synchronisation.cache.LDAPEntityNameMap<T>
- Type Parameters:
T
- element type group or user
A composite map of ObjectGUID to DN and DN to Name.
Completely not thread-safe.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
void
putAll
(Collection<T> entities) void
removeAllByGuid
(Collection<String> guids) void
removeByGuid
(String guid)
-
Constructor Details
-
LDAPEntityNameMap
public LDAPEntityNameMap()
-
-
Method Details
-
putAll
-
put
-
removeByGuid
-
removeAllByGuid
-
getByDn
-
getByGuid
-
clear
public void clear() -
toLdapNameKeyedMap
- Throws:
LdapNameFormatException
-