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 NameAttributesAccessor. getName()Get theNameattribute from the set of attributes.NameConnectorObject. getName()Gets theNameof the object.static NameAttributeUtil. getNameFromAttributes(Set<Attribute> attrs)Get theNameattribute from the specified set of attributes.NameUid. 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 ConnectorObjectBuilderConnectorObjectBuilder. 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)
-