Uses of Class
org.identityconnectors.framework.common.objects.Uid
-
-
Uses of Uid in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return Uid Modifier and Type Method Description UidUpdateApiOp. addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options)Update the object specified by theObjectClassandUid, adding to the current values of each attribute the values provided.UidAuthenticationApiOp. authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options)Most basic authentication available.UidCreateApiOp. create(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options)Create a target object based on the specified attributes.UidUpdateApiOp. removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options)Update the object specified by theObjectClassandUid, removing from the current values of each attribute the values provided.UidResolveUsernameApiOp. resolveUsername(ObjectClass objectClass, String username, OperationOptions options)Resolve the givenauthenticationusername to the correspondingUid.UidUpdateApiOp. update(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options)Update the object specified by theObjectClassandUid, replacing the current values of each attribute with the values provided.Methods in org.identityconnectors.framework.api.operations with parameters of type Uid Modifier and Type Method Description UidUpdateApiOp. addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options)Update the object specified by theObjectClassandUid, adding to the current values of each attribute the values provided.voidDeleteApiOp. delete(ObjectClass objectClass, Uid uid, OperationOptions options)Delete the object that the specified Uid identifies (if any).ConnectorObjectGetApiOp. getObject(ObjectClass objectClass, Uid uid, OperationOptions options)Get a particularConnectorObjectbased on theUid.UidUpdateApiOp. removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options)Update the object specified by theObjectClassandUid, removing from the current values of each attribute the values provided.UidUpdateApiOp. update(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options)Update the object specified by theObjectClassandUid, replacing the current values of each attribute with the values provided.Set<AttributeDelta>UpdateDeltaApiOp. updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) -
Uses of Uid in org.identityconnectors.framework.common.exceptions
Methods in org.identityconnectors.framework.common.exceptions that return Uid Modifier and Type Method Description UidAlreadyExistsException. getUid()UidPasswordExpiredException. getUid()Methods in org.identityconnectors.framework.common.exceptions with parameters of type Uid Modifier and Type Method Description AlreadyExistsExceptionAlreadyExistsException. initUid(Uid uid)Sets the Uid of existing Object.PasswordExpiredExceptionPasswordExpiredException. initUid(Uid uid)Sets the Uid.static RetryableExceptionRetryableException. wrap(String message, Uid uid)Constructs a new RetryableException which signals partial success ofcreateoperation.Constructors in org.identityconnectors.framework.common.exceptions with parameters of type Uid Constructor Description UnknownUidException(Uid uid, ObjectClass objclass) -
Uses of Uid in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return Uid Modifier and Type Method Description UidSyncDelta. getPreviousUid()If the change described by thisSyncDeltamodified the object's Uid, this method returns the Uid before the change.UidSyncDeltaBuilder. getPreviousUid()Gets the Uid of the object before the change.UidAttributesAccessor. getUid()Get theUidattribute from the set of attributes.UidConnectorObject. getUid()Get the native identifier for this object.UidLiveSyncDelta. getUid()Returns the Uid of the connector object that changed.UidLiveSyncDeltaBuilder. getUid()Gets the Uid of the object that changed.UidQualifiedUid. getUid()Returns the uid.UidSyncDeltaBuilder. getUid()Gets the Uid of the object that changed.static UidAttributeUtil. getUidAttribute(Set<Attribute> attrs)Get theUidfrom the specified set of attributes.Methods in org.identityconnectors.framework.common.objects with parameters of type Uid Modifier and Type Method Description static Set<Attribute>AttributeUtil. addUid(Set<Attribute> attrs, Uid uid)Returns a mutable copy of the original set with the uid attribute added.SyncDeltaBuilderSyncDeltaBuilder. setPreviousUid(Uid previousUid)Sets the Uid of the object before the change.ConnectorObjectBuilderConnectorObjectBuilder. setUid(Uid uid)LiveSyncDeltaBuilderLiveSyncDeltaBuilder. setUid(Uid uid)Sets the Uid of the object that changed.SyncDeltaBuilderSyncDeltaBuilder. setUid(Uid uid)Sets the Uid of the object that changed.Constructors in org.identityconnectors.framework.common.objects with parameters of type Uid Constructor Description QualifiedUid(ObjectClass objectClass, Uid uid)Create a QualifiedUid. -
Uses of Uid in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return Uid Modifier and Type Method Description UidUpdateAttributeValuesOp. addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options)Update the object specified by theObjectClassandUid, adding to the current values of each attribute the values provided.UidAuthenticateOp. authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options)Simple authentication with two parameters presumed to be user name and password.UidCreateOp. create(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options)TheConnectordeveloper is responsible for taking the attributes given (which always includes theObjectClass) and create an object and itsUid.UidUpdateAttributeValuesOp. removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options)Update the object specified by theObjectClassandUid, removing from the current values of each attribute the values provided.UidResolveUsernameOp. resolveUsername(ObjectClass objectClass, String username, OperationOptions options)Resolve an object to itsUidbased on its username.UidUpdateOp. update(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options)Update the object specified by theObjectClassandUid, replacing the current values of each attribute with the values provided.Methods in org.identityconnectors.framework.spi.operations with parameters of type Uid Modifier and Type Method Description UidUpdateAttributeValuesOp. addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options)Update the object specified by theObjectClassandUid, adding to the current values of each attribute the values provided.voidDeleteOp. delete(ObjectClass objectClass, Uid uid, OperationOptions options)TheConnectordeveloper is responsible for calling the native delete methods to remove the object specified by its unique id.UidUpdateAttributeValuesOp. removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options)Update the object specified by theObjectClassandUid, removing from the current values of each attribute the values provided.UidUpdateOp. update(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options)Update the object specified by theObjectClassandUid, replacing the current values of each attribute with the values provided.Set<AttributeDelta>UpdateDeltaOp. updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options)Update the object specified by theObjectClassandUid, modifying the values according to the attribute deltas.
-