| Modifier and Type | Method and Description |
|---|---|
protected <T extends LDAPDirectoryEntity> |
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> |
LDAPDirectory.findEntityByDN(String dn,
Class<T> entityClass)
Finds a directory entity (principal, group or role)
by their distinguished name.
|
<T extends LDAPDirectoryEntity> |
SpringLDAPConnector.findEntityByDN(String dn,
Class<T> entityClass) |
protected <T extends LDAPDirectoryEntity> |
SpringLDAPConnector.findEntityByDN(String dn,
String baseDN,
String filter,
org.springframework.ldap.core.ContextMapper contextMapper,
Class<T> entityClass) |
protected <T extends LDAPDirectoryEntity> |
SpringLDAPConnector.typedEntityNotFoundException(String name,
Class<T> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
protected static LdapName |
RFC4519Directory.getLdapName(LDAPDirectoryEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends LDAPDirectoryEntity> |
EntityType.getLdapEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.valueOf(Class<? extends LDAPDirectoryEntity> entityClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
LDAPEntityNameMap<T extends LDAPDirectoryEntity>
A composite map of ObjectGUID to DN and DN to Name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LDAPGroupWithAttributes |
| Modifier and Type | Class and Description |
|---|---|
class |
LDAPUserWithAttributes |
Copyright © 2018 Atlassian. All rights reserved.