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(java.util.Set<Attribute> attrs)
Get theName
attribute from the specified set of attributes.Methods in org.identityconnectors.framework.common.objects with parameters of type Name Modifier and Type Method Description ConnectorObjectBuilder
ConnectorObjectBuilder. setName(Name name)
-