Uses of Class
org.identityconnectors.framework.common.objects.Uid
Package
Description
-
Uses of Uid in net.tirasa.connid.commons.scripted
Modifier 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) Modifier and TypeMethodDescriptionAbstractScriptedConnector.addAttributeValues
(ObjectClass objectClass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) void
AbstractScriptedConnector.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
Modifier and TypeMethodDescriptionstatic Uid
ConnectorHelper.createObject
(ConnectorFacade connectorFacade, DataProvider dataProvider, ObjectClassInfo objectClassInfo, String testName, int sequenceNumber, OperationOptions opOptions) gets the attributes for youstatic Uid
ConnectorHelper.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 nameModifier 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.Modifier and TypeMethodDescriptionstatic void
ConnectorHelper.checkLiveSyncDelta
(ObjectClassInfo ocInfo, LiveSyncDelta delta, Uid uid, Set<Attribute> attributes, boolean checkNotReturnedByDefault) Check that passed SyncDelta has expected values.static void
ConnectorHelper.checkSyncDelta
(ObjectClassInfo ocInfo, SyncDelta delta, Uid uid, Set<Attribute> attributes, SyncDeltaType deltaType, boolean checkNotReturnedByDefault) Check that passed SyncDelta has expected values.static boolean
ConnectorHelper.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
Modifier and TypeMethodDescriptionUpdateApiOp.addAttributeValues
(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) Update the object specified by theObjectClass
andUid
, 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 theObjectClass
andUid
, removing from the current values of each attribute the values provided.ResolveUsernameApiOp.resolveUsername
(ObjectClass objectClass, String username, OperationOptions options) Resolve the givenauthentication
username to the correspondingUid
.UpdateApiOp.update
(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options) Update the object specified by theObjectClass
andUid
, replacing the current values of each attribute with the values provided.Modifier and TypeMethodDescriptionUpdateApiOp.addAttributeValues
(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) Update the object specified by theObjectClass
andUid
, adding to the current values of each attribute the values provided.void
DeleteApiOp.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 particularConnectorObject
based on theUid
.UpdateApiOp.removeAttributeValues
(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options) Update the object specified by theObjectClass
andUid
, 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 theObjectClass
andUid
, 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
Modifier and TypeMethodDescriptionAlreadyExistsException.getUid()
PasswordExpiredException.getUid()
Modifier and TypeMethodDescriptionSets the Uid of existing Object.Sets the Uid.static RetryableException
Constructs a new RetryableException which signals partial success ofcreate
operation. -
Uses of Uid in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionSyncDelta.getPreviousUid()
If the change described by thisSyncDelta
modified 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 theUid
attribute 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 Uid
AttributeUtil.getUidAttribute
(Set<Attribute> attrs) Get theUid
from the specified set of attributes.Modifier 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.ModifierConstructorDescriptionQualifiedUid
(ObjectClass objectClass, Uid uid) Create a QualifiedUid. -
Uses of Uid in org.identityconnectors.framework.impl.api
Modifier and TypeMethodDescriptionfinal Uid
AbstractConnectorFacade.addAttributeValues
(ObjectClass objclass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClass
andUid
, adding to the current values of each attribute the values provided.final Uid
AbstractConnectorFacade.authenticate
(ObjectClass objectClass, String username, GuardedString password, OperationOptions options) Most basic authentication available.final Uid
AbstractConnectorFacade.create
(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options) Create a target object based on the specified attributes.final Uid
AbstractConnectorFacade.removeAttributeValues
(ObjectClass objclass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClass
andUid
, removing from the current values of each attribute the values provided.final Uid
AbstractConnectorFacade.resolveUsername
(ObjectClass objectClass, String username, OperationOptions options) Resolve the givenauthentication
username to the correspondingUid
.final Uid
AbstractConnectorFacade.update
(ObjectClass objectClass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClass
andUid
, replacing the current values of each attribute with the values provided.Modifier and TypeMethodDescriptionfinal Uid
AbstractConnectorFacade.addAttributeValues
(ObjectClass objclass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClass
andUid
, adding to the current values of each attribute the values provided.final void
AbstractConnectorFacade.delete
(ObjectClass objectClass, Uid uid, OperationOptions options) Delete the object that the specified Uid identifies (if any).final ConnectorObject
AbstractConnectorFacade.getObject
(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObject
based on theUid
.final Uid
AbstractConnectorFacade.removeAttributeValues
(ObjectClass objclass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClass
andUid
, removing from the current values of each attribute the values provided.final Uid
AbstractConnectorFacade.update
(ObjectClass objectClass, Uid uid, Set<Attribute> attrs, OperationOptions options) Update the object specified by theObjectClass
andUid
, 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
Modifier 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) Modifier and TypeMethodDescriptionUpdateImpl.addAttributeValues
(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) void
DeleteImpl.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 void
UpdateImpl.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
Modifier and TypeMethodDescriptionUpdateAttributeValuesOp.addAttributeValues
(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) Update the object specified by theObjectClass
andUid
, 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) TheConnector
developer 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 theObjectClass
andUid
, removing from the current values of each attribute the values provided.ResolveUsernameOp.resolveUsername
(ObjectClass objectClass, String username, OperationOptions options) Resolve an object to itsUid
based on its username.UpdateOp.update
(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options) Update the object specified by theObjectClass
andUid
, replacing the current values of each attribute with the values provided.Modifier and TypeMethodDescriptionUpdateAttributeValuesOp.addAttributeValues
(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options) Update the object specified by theObjectClass
andUid
, adding to the current values of each attribute the values provided.void
DeleteOp.delete
(ObjectClass objectClass, Uid uid, OperationOptions options) TheConnector
developer 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 theObjectClass
andUid
, 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 theObjectClass
andUid
, 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 theObjectClass
andUid
, modifying the values according to the attribute deltas. -
Uses of Uid in org.identityconnectors.testconnector
Modifier and TypeMethodDescriptionTstAbstractConnector.create
(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options) TstConnector.create
(ObjectClass objectClass, Set<Attribute> createAttributes, OperationOptions options) Modifier and TypeMethodDescriptionvoid
TstAbstractConnector.delete
(ObjectClass objectClass, Uid uid, OperationOptions options)