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 Uid
UpdateApiOp. addAttributeValues(ObjectClass objclass, Uid uid, java.util.Set<Attribute> valuesToAdd, OperationOptions options)
Update the object specified by theObjectClass
andUid
, adding to the current values of each attribute the values provided.Uid
AuthenticationApiOp. authenticate(ObjectClass objectClass, java.lang.String username, GuardedString password, OperationOptions options)
Most basic authentication available.Uid
CreateApiOp. create(ObjectClass objectClass, java.util.Set<Attribute> createAttributes, OperationOptions options)
Create a target object based on the specified attributes.Uid
UpdateApiOp. removeAttributeValues(ObjectClass objclass, Uid uid, java.util.Set<Attribute> valuesToRemove, OperationOptions options)
Update the object specified by theObjectClass
andUid
, removing from the current values of each attribute the values provided.Uid
ResolveUsernameApiOp. resolveUsername(ObjectClass objectClass, java.lang.String username, OperationOptions options)
Resolve the givenauthentication
username to the correspondingUid
.Uid
UpdateApiOp. update(ObjectClass objectClass, Uid uid, java.util.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 Uid Modifier and Type Method Description Uid
UpdateApiOp. addAttributeValues(ObjectClass objclass, Uid uid, java.util.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).ConnectorObject
GetApiOp. getObject(ObjectClass objectClass, Uid uid, OperationOptions options)
Get a particularConnectorObject
based on theUid
.Uid
UpdateApiOp. removeAttributeValues(ObjectClass objclass, Uid uid, java.util.Set<Attribute> valuesToRemove, OperationOptions options)
Update the object specified by theObjectClass
andUid
, removing from the current values of each attribute the values provided.Uid
UpdateApiOp. update(ObjectClass objectClass, Uid uid, java.util.Set<Attribute> replaceAttributes, OperationOptions options)
Update the object specified by theObjectClass
andUid
, replacing the current values of each attribute with the values provided. -
Uses of Uid in org.identityconnectors.framework.api.operations.batch
Methods in org.identityconnectors.framework.api.operations.batch that return Uid Modifier and Type Method Description Uid
BatchTaskExecutor. execute(CreateBatchTask task)
Uid
BatchTaskExecutor. execute(UpdateBatchTask task)
Uid
CreateBatchTask. execute(BatchTaskExecutor executor)
Uid
UpdateBatchTask. execute(BatchTaskExecutor executor)
Uid
DeleteBatchTask. getUid()
Uid
UpdateBatchTask. getUid()
Methods in org.identityconnectors.framework.api.operations.batch with parameters of type Uid Modifier and Type Method Description void
BatchBuilder. addDeleteOp(ObjectClass objectClass, Uid uid, OperationOptions options)
Add a Delete operation to the batch.void
BatchBuilder. addUpdateAddOp(ObjectClass objectClass, Uid uid, java.util.Set<Attribute> attributes, OperationOptions options)
Add an Update:Add operation to the batch.void
BatchBuilder. addUpdateRemoveOp(ObjectClass objectClass, Uid uid, java.util.Set<Attribute> attributes, OperationOptions options)
Add an Update:Remove operation to the batch.void
BatchBuilder. addUpdateReplaceOp(ObjectClass objectClass, Uid uid, java.util.Set<Attribute> attributes, OperationOptions options)
Add an Update:Replace operation to the batch.Constructors in org.identityconnectors.framework.api.operations.batch with parameters of type Uid Constructor Description DeleteBatchTask(ObjectClass objectClass, Uid uid, OperationOptions options)
Delete the object that the specified Uid identifies (if any).UpdateBatchTask(ObjectClass objectClass, Uid uid, java.util.Set<Attribute> replaceAttributes, OperationOptions options, UpdateType type)
SeeUpdateApiOp
. -
Uses of Uid in org.identityconnectors.framework.common
Methods in org.identityconnectors.framework.common that return Uid Modifier and Type Method Description static Uid
FrameworkUtil. getUidIfGetOperation(Filter filter)
-
Uses of Uid in org.identityconnectors.framework.common.exceptions
Methods in org.identityconnectors.framework.common.exceptions that return Uid Modifier and Type Method Description Uid
AlreadyExistsException. getUid()
Uid
PasswordExpiredException. getUid()
Methods in org.identityconnectors.framework.common.exceptions with parameters of type Uid Modifier and Type Method Description AlreadyExistsException
AlreadyExistsException. initUid(Uid uid)
Sets the Uid of existing Object.PasswordExpiredException
PasswordExpiredException. initUid(Uid uid)
Sets the Uid.static RetryableException
RetryableException. wrap(java.lang.String message, Uid uid)
Constructs a new RetryableException which signals partial success ofcreate
operation.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 Uid
SyncDelta. getPreviousUid()
If the change described by thisSyncDelta
modified the object's Uid, this method returns the Uid before the change.Uid
SyncDeltaBuilder. getPreviousUid()
Gets the Uid of the object before the change.Uid
AttributesAccessor. getUid()
Get theUid
attribute from the set of attributes.Uid
ConnectorObject. getUid()
Get the native identifier for this object.Uid
QualifiedUid. getUid()
Returns the uid.Uid
SyncDelta. getUid()
Returns the Uid of the connector object that changed.Uid
SyncDeltaBuilder. getUid()
Gets the Uid of the object that changed.static Uid
AttributeUtil. getUidAttribute(java.util.Set<Attribute> attrs)
Get theUid
from the specified set of attributes.Methods in org.identityconnectors.framework.common.objects with parameters of type Uid Modifier and Type Method Description static java.util.Set<Attribute>
AttributeUtil. addUid(java.util.Set<Attribute> attrs, Uid uid)
Returns a mutable copy of the original set with the uid attribute added.SyncDeltaBuilder
SyncDeltaBuilder. setPreviousUid(Uid previousUid)
Sets the Uid of the object before the change.ConnectorObjectBuilder
ConnectorObjectBuilder. setUid(Uid uid)
SyncDeltaBuilder
SyncDeltaBuilder. 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 Uid
UpdateAttributeValuesOp. addAttributeValues(ObjectClass objclass, Uid uid, java.util.Set<Attribute> valuesToAdd, OperationOptions options)
Update the object specified by theObjectClass
andUid
, adding to the current values of each attribute the values provided.Uid
AuthenticateOp. authenticate(ObjectClass objectClass, java.lang.String username, GuardedString password, OperationOptions options)
Simple authentication with two parameters presumed to be user name and password.Uid
CreateOp. create(ObjectClass objectClass, java.util.Set<Attribute> createAttributes, OperationOptions options)
TheConnector
developer is responsible for taking the attributes given (which always includes theObjectClass
) and create an object and itsUid
.Uid
UpdateAttributeValuesOp. removeAttributeValues(ObjectClass objclass, Uid uid, java.util.Set<Attribute> valuesToRemove, OperationOptions options)
Update the object specified by theObjectClass
andUid
, removing from the current values of each attribute the values provided.Uid
ResolveUsernameOp. resolveUsername(ObjectClass objectClass, java.lang.String username, OperationOptions options)
Resolve an object to itsUid
based on its username.Uid
UpdateOp. update(ObjectClass objectClass, Uid uid, java.util.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 Uid Modifier and Type Method Description Uid
UpdateAttributeValuesOp. addAttributeValues(ObjectClass objclass, Uid uid, java.util.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.Uid
UpdateAttributeValuesOp. removeAttributeValues(ObjectClass objclass, Uid uid, java.util.Set<Attribute> valuesToRemove, OperationOptions options)
Update the object specified by theObjectClass
andUid
, removing from the current values of each attribute the values provided.Uid
UpdateOp. update(ObjectClass objectClass, Uid uid, java.util.Set<Attribute> replaceAttributes, OperationOptions options)
Update the object specified by theObjectClass
andUid
, replacing the current values of each attribute with the values provided.
-