Uses of Class
org.identityconnectors.framework.common.objects.Name
-
Packages that use Name Package Description org.identityconnectors.framework.common.objects -
-
Uses of Name in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return Name Modifier and Type Method Description Name
AttributesAccessor. getName()
Get theName
attribute from the set of attributes.Name
ConnectorObject. getName()
Gets theName
of the object.static Name
AttributeUtil. getNameFromAttributes(Set<Attribute> attrs)
Get theName
attribute from the specified set of attributes.Name
Uid. getNameHint()
Returns the last known name of the object that is identified by this Uid.Methods in org.identityconnectors.framework.common.objects with parameters of type Name Modifier and Type Method Description ConnectorObjectBuilder
ConnectorObjectBuilder. setName(Name name)
Constructors in org.identityconnectors.framework.common.objects with parameters of type Name Constructor Description Uid(String value, String revision, Name nameHint)
Uid(String value, Name nameHint)
-