Uses of Interface
com.atlassian.crowd.model.LDAPDirectoryEntity
Packages that use LDAPDirectoryEntity
Package
Description
-
Uses of LDAPDirectoryEntity in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with type parameters of type LDAPDirectoryEntityModifier and TypeMethodDescription<T extends LDAPDirectoryEntity>
TLDAPDirectory.findEntityByDN
(CrowdLdapName dn, Class<T> entityClass) Finds a directory entity (principal, group or role) by their distinguished name.protected <T extends LDAPDirectoryEntity>
TSpringLDAPConnector.findEntityByDN
(CrowdLdapName entityDn, CrowdLdapName baseDn, String filter, ContextMapperWithRequiredAttributes contextMapper, Class<T> entityClass) <T extends LDAPDirectoryEntity>
TSpringLDAPConnector.findEntityByDN
(CrowdLdapName dn, Class<T> entityClass) <T extends LDAPDirectoryEntity>
TSpringLDAPConnector.findEntityByDN
(String dn, Class<T> entityClass) protected <T extends LDAPDirectoryEntity>
RuntimeExceptionSpringLDAPConnector.typedEntityNotFoundException
(String name, Class<T> entityClass) -
Uses of LDAPDirectoryEntity in com.atlassian.crowd.directory.cache.model
Methods in com.atlassian.crowd.directory.cache.model that return types with arguments of type LDAPDirectoryEntityModifier and TypeMethodDescriptionClass
<? extends LDAPDirectoryEntity> EntityType.getLdapEntityClass()
Method parameters in com.atlassian.crowd.directory.cache.model with type arguments of type LDAPDirectoryEntityModifier and TypeMethodDescriptionstatic EntityType
EntityType.valueOf
(Class<? extends LDAPDirectoryEntity> entityClass) Returns the enum constant of this class with the specified name. -
Uses of LDAPDirectoryEntity in com.atlassian.crowd.directory.synchronisation.cache
Classes in com.atlassian.crowd.directory.synchronisation.cache with type parameters of type LDAPDirectoryEntityModifier and TypeClassDescriptionclass
LDAPEntityNameMap<T extends LDAPDirectoryEntity>
A composite map of ObjectGUID to DN and DN to Name. -
Uses of LDAPDirectoryEntity in com.atlassian.crowd.model.group
Classes in com.atlassian.crowd.model.group that implement LDAPDirectoryEntity -
Uses of LDAPDirectoryEntity in com.atlassian.crowd.model.user
Classes in com.atlassian.crowd.model.user that implement LDAPDirectoryEntity