|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LDAPDirectoryEntity in com.atlassian.crowd.directory |
---|
Methods in com.atlassian.crowd.directory with type parameters of type LDAPDirectoryEntity | ||
---|---|---|
protected
|
SpringLDAPConnector.asLdapName(java.lang.String dn,
java.lang.String entityName,
java.lang.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. |
|
|
SpringLDAPConnector.findEntityByDN(java.lang.String dn,
java.lang.Class<T> entityClass)
|
|
|
LDAPDirectory.findEntityByDN(java.lang.String dn,
java.lang.Class<T> entityClass)
Finds a directory entity (principal, group or role) by their distinguished name. |
|
protected
|
SpringLDAPConnector.findEntityByDN(java.lang.String dn,
java.lang.String baseDN,
java.lang.String filter,
org.springframework.ldap.core.ContextMapper contextMapper,
java.lang.Class<T> entityClass)
|
|
protected
|
SpringLDAPConnector.typedEntityNotFoundException(java.lang.String name,
java.lang.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 LDAPDirectoryEntity | |
---|---|
java.lang.Class<? extends LDAPDirectoryEntity> |
EntityType.getLdapEntityClass()
|
Method parameters in com.atlassian.crowd.directory.cache.model with type arguments of type LDAPDirectoryEntity | |
---|---|
static EntityType |
EntityType.valueOf(java.lang.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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |