T
- element type group or userpublic class LDAPEntityNameMap<T extends LDAPDirectoryEntity> extends Object
Constructor and Description |
---|
LDAPEntityNameMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getByDn(String dn) |
String |
getByGuid(String guid) |
void |
put(T ldapEntity) |
void |
putAll(Collection<T> entities) |
void |
removeAllByGuid(Collection<String> guids) |
void |
removeByGuid(String guid) |
Map<LdapName,String> |
toLdapNameKeyedMap() |
public void putAll(Collection<T> entities)
public void put(T ldapEntity)
public void removeByGuid(String guid)
public void removeAllByGuid(Collection<String> guids)
public void clear()
public Map<LdapName,String> toLdapNameKeyedMap() throws InvalidNameException
InvalidNameException
Copyright © 2020 Atlassian. All rights reserved.