Uses of Interface
com.atlassian.crowd.model.LDAPDirectoryEntity

Packages that use LDAPDirectoryEntity
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.cache.model   
com.atlassian.crowd.directory.ldap.cache   
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.user   
 

Uses of LDAPDirectoryEntity in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory with type parameters of type LDAPDirectoryEntity
protected
<T extends LDAPDirectoryEntity>
LdapName
SpringLDAPConnector.asLdapName(String dn, String entityName, Class<T> entityClass)
          This method is required to wrap DN's into LdapNames as spring-ldap doesn't correctly handle operations with String dn arguments.
<T extends LDAPDirectoryEntity>
T
LDAPDirectory.findEntityByDN(String dn, Class<T> entityClass)
          Finds a directory entity (principal, group or role) by their distinguished name.
<T extends LDAPDirectoryEntity>
T
SpringLDAPConnector.findEntityByDN(String dn, Class<T> entityClass)
           
protected
<T extends LDAPDirectoryEntity>
T
SpringLDAPConnector.findEntityByDN(String dn, String baseDN, String filter, org.springframework.ldap.core.ContextMapper contextMapper, Class<T> entityClass)
           
protected
<T extends LDAPDirectoryEntity>
RuntimeException
SpringLDAPConnector.typedEntityNotFoundException(String name, Class<T> entityClass)
           
 

Methods in com.atlassian.crowd.directory with parameters of type LDAPDirectoryEntity
protected static LdapName RFC4519Directory.getLdapName(LDAPDirectoryEntity entity)
           
 

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 LDAPDirectoryEntity
 Class<? extends LDAPDirectoryEntity> EntityType.getLdapEntityClass()
           
 

Method parameters in com.atlassian.crowd.directory.cache.model with type arguments of type LDAPDirectoryEntity
static EntityType EntityType.valueOf(Class<? extends LDAPDirectoryEntity> entityClass)
           
 

Uses of LDAPDirectoryEntity in com.atlassian.crowd.directory.ldap.cache
 

Classes in com.atlassian.crowd.directory.ldap.cache with type parameters of type LDAPDirectoryEntity
 class LDAPEntityNameMap<T extends LDAPDirectoryEntity>
           
 

Uses of LDAPDirectoryEntity in com.atlassian.crowd.model.group
 

Classes in com.atlassian.crowd.model.group that implement LDAPDirectoryEntity
 class LDAPGroupWithAttributes
           
 

Uses of LDAPDirectoryEntity in com.atlassian.crowd.model.user
 

Classes in com.atlassian.crowd.model.user that implement LDAPDirectoryEntity
 class LDAPUserWithAttributes
           
 



Copyright © 2014 Atlassian. All Rights Reserved.