Package | Description |
---|---|
org.identityconnectors.framework.common.objects |
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. |
Name |
Uid.getNameHint()
Returns the last known name of the object that is identified by this Uid.
|
Modifier and Type | Method and Description |
---|---|
ConnectorObjectBuilder |
ConnectorObjectBuilder.setName(Name name) |
Constructor and Description |
---|
Uid(String value,
Name nameHint) |
Uid(String value,
String revision,
Name nameHint) |
Copyright © 2022. All rights reserved.