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) 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
Methods in org.identityconnectors.contract.test that return UidModifier 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 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 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
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 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.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 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
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 RetryableException
Constructs a new RetryableException which signals partial success ofcreate
operation.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 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.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 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.Methods in org.identityconnectors.framework.impl.api with parameters of type UidModifier 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
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) 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
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 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.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 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
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 TypeMethodDescriptionvoid
TstAbstractConnector.delete
(ObjectClass objectClass, Uid uid, OperationOptions options)