Uses of Class
org.identityconnectors.framework.common.objects.Uid
Packages that use Uid
Package
Description
-
Uses of Uid in net.tirasa.connid.commons.scripted
Methods in net.tirasa.connid.commons.scripted that return UidModifier and TypeMethodDescriptionAbstractScriptedConnector.addAttributeValues(ObjectClass objectClass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) AbstractScriptedConnector.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) AbstractScriptedConnector.create(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options) AbstractScriptedConnector.removeAttributeValues(ObjectClass objectClass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options) AbstractScriptedConnector.resolveUsername(ObjectClass objectClass, String username, OperationOptions options) AbstractScriptedConnector.update(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options) Methods in net.tirasa.connid.commons.scripted with parameters of type UidModifier and TypeMethodDescriptionAbstractScriptedConnector.addAttributeValues(ObjectClass objectClass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) voidAbstractScriptedConnector.delete(ObjectClass objectClass, Uid uid, OperationOptions options) AbstractScriptedConnector.removeAttributeValues(ObjectClass objectClass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options) AbstractScriptedConnector.update(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options) AbstractScriptedConnector.updateDelta(ObjectClass objectClass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) -
Uses of Uid in org.identityconnectors.contract.test
Methods in org.identityconnectors.contract.test that return UidModifier and TypeMethodDescriptionstatic UidConnectorHelper.createObject(ConnectorFacade connectorFacade, DataProvider dataProvider, ObjectClassInfo objectClassInfo, String testName, int sequenceNumber, OperationOptions opOptions) gets the attributes for youstatic UidConnectorHelper.createObject(ConnectorFacade connectorFacade, DataProvider dataProvider, ObjectClassInfo objectClassInfo, String testName, String qualifier, int sequenceNumber, OperationOptions opOptions) gets the attributes for you, appending the qualifier to the attribute nameMethods in org.identityconnectors.contract.test that return types with arguments of type UidModifier and TypeMethodDescriptionstatic Map<Uid, ConnectorObject> ConnectorHelper.search2Map(ConnectorFacade connectorFacade, ObjectClass objClass, Filter filter, OperationOptions opOptions) Performs search on connector facade with specified object class, filter and operation options.Methods in org.identityconnectors.contract.test with parameters of type UidModifier and TypeMethodDescriptionstatic voidConnectorHelper.checkLiveSyncDelta(ObjectClassInfo ocInfo, LiveSyncDelta delta, Uid uid, Set<Attribute> attributes, boolean checkNotReturnedByDefault) Check that passed SyncDelta has expected values.static voidConnectorHelper.checkSyncDelta(ObjectClassInfo ocInfo, SyncDelta delta, Uid uid, Set<Attribute> attributes, SyncDeltaType deltaType, boolean checkNotReturnedByDefault) Check that passed SyncDelta has expected values.static booleanConnectorHelper.deleteObject(ConnectorFacade connectorFacade, ObjectClass objClass, Uid uid, boolean failOnError, OperationOptions opOptions) Performs deletion of object specified by uid. -
Uses of Uid in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return UidModifier and TypeMethodDescriptionUpdateApiOp.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.AuthenticationApiOp.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) Most basic authentication available.CreateApiOp.create(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options) Create a target object based on the specified attributes.UpdateApiOp.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.ResolveUsernameApiOp.resolveUsername(ObjectClass objectClass, String username, OperationOptions options) Resolve the givenauthenticationusername to the correspondingUid.UpdateApiOp.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 UidModifier and TypeMethodDescriptionUpdateApiOp.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).GetApiOp.getObject(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObjectbased on theUid.UpdateApiOp.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.UpdateApiOp.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.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 UidModifier and TypeMethodDescriptionAlreadyExistsException.getUid()PasswordExpiredException.getUid()Methods in org.identityconnectors.framework.common.exceptions with parameters of type UidModifier and TypeMethodDescriptionSets the Uid of existing Object.Sets the Uid.static RetryableExceptionConstructs a new RetryableException which signals partial success ofcreateoperation.Constructors in org.identityconnectors.framework.common.exceptions with parameters of type Uid -
Uses of Uid in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return UidModifier and TypeMethodDescriptionSyncDelta.getPreviousUid()If the change described by thisSyncDeltamodified the object's Uid, this method returns the Uid before the change.SyncDeltaBuilder.getPreviousUid()Gets the Uid of the object before the change.AttributesAccessor.getUid()Get theUidattribute from the set of attributes.ConnectorObject.getUid()Get the native identifier for this object.LiveSyncDelta.getUid()Returns the Uid of the connector object that changed.LiveSyncDeltaBuilder.getUid()Gets the Uid of the object that changed.QualifiedUid.getUid()Returns the uid.SyncDeltaBuilder.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 UidModifier and TypeMethodDescriptionReturns a mutable copy of the original set with the uid attribute added.SyncDeltaBuilder.setPreviousUid(Uid previousUid) Sets the Uid of the object before the change.Sets the Uid of the object that changed.Sets the Uid of the object that changed.Constructors in org.identityconnectors.framework.common.objects with parameters of type UidModifierConstructorDescriptionQualifiedUid(ObjectClass objectClass, Uid uid) Create a QualifiedUid. -
Uses of Uid in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return UidModifier and TypeMethodDescriptionfinal UidAbstractConnectorFacade.addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClassandUid, adding to the current values of each attribute the values provided.final UidAbstractConnectorFacade.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) Most basic authentication available.final UidAbstractConnectorFacade.create(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options) Create a target object based on the specified attributes.final UidAbstractConnectorFacade.removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClassandUid, removing from the current values of each attribute the values provided.final UidAbstractConnectorFacade.resolveUsername(ObjectClass objectClass, String username, OperationOptions options) Resolve the givenauthenticationusername to the correspondingUid.final UidAbstractConnectorFacade.update(ObjectClass objectClass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClassandUid, replacing the current values of each attribute with the values provided.Methods in org.identityconnectors.framework.impl.api with parameters of type UidModifier and TypeMethodDescriptionfinal UidAbstractConnectorFacade.addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClassandUid, adding to the current values of each attribute the values provided.final voidAbstractConnectorFacade.delete(ObjectClass objectClass, Uid uid, OperationOptions options) Delete the object that the specified Uid identifies (if any).final ConnectorObjectAbstractConnectorFacade.getObject(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObjectbased on theUid.final UidAbstractConnectorFacade.removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClassandUid, removing from the current values of each attribute the values provided.final UidAbstractConnectorFacade.update(ObjectClass objectClass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClassandUid, replacing the current values of each attribute with the values provided.final Set<AttributeDelta> AbstractConnectorFacade.updateDelta(ObjectClass objectClass, Uid uid, Set<AttributeDelta> attrsDelta, OperationOptions options) -
Uses of Uid in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations that return UidModifier and TypeMethodDescriptionUpdateImpl.addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) AuthenticationImpl.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) Authenticate using the basic credentials.CreateImpl.create(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options) Calls the create method on the Connector side.UpdateImpl.removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options) ResolveUsernameImpl.resolveUsername(ObjectClass objectClass, String username, OperationOptions options) Resolve the username to anUid.UpdateImpl.update(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options) Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type UidModifier and TypeMethodDescriptionUpdateImpl.addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) voidDeleteImpl.delete(ObjectClass objectClass, Uid uid, OperationOptions options) Calls the delete method on the Connector side.GetImpl.getObject(ObjectClass objectClass, Uid uid, OperationOptions options) UpdateImpl.removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options) UpdateImpl.update(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options) UpdateDeltaImpl.updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) static voidUpdateImpl.validateInput(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, boolean isDelta) Makes things easier if you can trust the input. -
Uses of Uid in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return UidModifier and TypeMethodDescriptionUpdateAttributeValuesOp.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.AuthenticateOp.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) Simple authentication with two parameters presumed to be user name and password.CreateOp.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.UpdateAttributeValuesOp.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.ResolveUsernameOp.resolveUsername(ObjectClass objectClass, String username, OperationOptions options) Resolve an object to itsUidbased on its username.UpdateOp.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 UidModifier and TypeMethodDescriptionUpdateAttributeValuesOp.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.UpdateAttributeValuesOp.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.UpdateOp.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.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. -
Uses of Uid in org.identityconnectors.testconnector
Methods in org.identityconnectors.testconnector that return UidModifier and TypeMethodDescriptionTstAbstractConnector.create(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options) TstConnector.create(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options) Methods in org.identityconnectors.testconnector with parameters of type UidModifier and TypeMethodDescriptionvoidTstAbstractConnector.delete(ObjectClass objectClass, Uid uid, OperationOptions options)