| Package | Description |
|---|---|
| org.identityconnectors.framework.common.objects | |
| org.identityconnectors.ldap.modify | |
| org.identityconnectors.ldap.schema |
| Modifier and Type | Method and Description |
|---|---|
Name |
ConnectorObject.getName()
Gets the
Name of the object. |
Name |
AttributesAccessor.getName()
Get the
Name attribute from the set of attributes. |
static Name |
AttributeUtil.getNameFromAttributes(Set<Attribute> attrs)
Get the
Name attribute from the specified set of attributes. |
| Modifier and Type | Method and Description |
|---|---|
ConnectorObjectBuilder |
ConnectorObjectBuilder.setName(Name name) |
| Modifier and Type | Method and Description |
|---|---|
String |
LdapCreate.doCreate(Name name,
Attributes initialAttrs,
LdapContext runAsContext) |
| Modifier and Type | Method and Description |
|---|---|
Name |
LdapSchemaMapping.createName(ObjectClass oclass,
LdapEntry entry)
Creates a
Name for the given entry. |
| Modifier and Type | Method and Description |
|---|---|
String |
LdapSchemaMapping.create(ObjectClass oclass,
Name name,
Attributes initialAttrs) |
String |
LdapSchemaMapping.getEntryDN(ObjectClass oclass,
Name name) |
String |
LdapSchemaMapping.rename(ObjectClass oclass,
String entryDN,
Name newName) |
Copyright © 2018–2025. All rights reserved.