Uses of Class
org.identityconnectors.framework.common.objects.Uid

Packages that use Uid
org.identityconnectors.framework.api.operations   
org.identityconnectors.framework.common.exceptions   
org.identityconnectors.framework.common.objects   
org.identityconnectors.framework.spi.operations   
 

Uses of Uid in org.identityconnectors.framework.api.operations
 

Methods in org.identityconnectors.framework.api.operations that return Uid
 Uid UpdateApiOp.addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
 Uid AuthenticationApiOp.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options)
          Most basic authentication available.
 Uid CreateApiOp.create(ObjectClass oclass, Set<Attribute> attrs, OperationOptions options)
          Create a target object based on the specified attributes.
 Uid UpdateApiOp.removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
 Uid ResolveUsernameApiOp.resolveUsername(ObjectClass objectClass, String username, OperationOptions options)
          Resolve the given authentication username to the corresponding Uid.
 Uid UpdateApiOp.update(ObjectClass objclass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
 

Methods in org.identityconnectors.framework.api.operations with parameters of type Uid
 Uid UpdateApiOp.addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
 void DeleteApiOp.delete(ObjectClass objClass, Uid uid, OperationOptions options)
          Delete the object that the specified Uid identifies (if any).
 ConnectorObject GetApiOp.getObject(ObjectClass objClass, Uid uid, OperationOptions options)
          Get a particular ConnectorObject based on the Uid.
 Uid UpdateApiOp.removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
 Uid UpdateApiOp.update(ObjectClass objclass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
 

Uses of Uid in org.identityconnectors.framework.common.exceptions
 

Methods in org.identityconnectors.framework.common.exceptions that return Uid
 Uid PasswordExpiredException.getUid()
           
 

Methods in org.identityconnectors.framework.common.exceptions with parameters of type Uid
 PasswordExpiredException PasswordExpiredException.initUid(Uid uid)
          Sets the Uid.
 

Constructors in org.identityconnectors.framework.common.exceptions with parameters of type Uid
UnknownUidException(Uid uid, ObjectClass objclass)
           
 

Uses of Uid in org.identityconnectors.framework.common.objects
 

Methods in org.identityconnectors.framework.common.objects that return Uid
 Uid SyncDelta.getPreviousUid()
          If the change described by this SyncDelta 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 QualifiedUid.getUid()
          Returns the uid.
 Uid AttributesAccessor.getUid()
          Get the Uid attribute from the set of attributes.
 Uid SyncDelta.getUid()
          Returns the Uid of the connector object that changed.
 Uid SyncDeltaBuilder.getUid()
          Gets the Uid of the object that changed
 Uid ConnectorObject.getUid()
          Get the native identifier for this object.
static Uid AttributeUtil.getUidAttribute(Set<Attribute> attrs)
          Get the Uid from the specified set of attributes.
 

Methods in org.identityconnectors.framework.common.objects with parameters of type Uid
static Set<Attribute> AttributeUtil.addUid(Set<Attribute> attrs, Uid uid)
          Returns a mutable copy of the original set with the uid attribute added.
 void SyncDeltaBuilder.setPreviousUid(Uid previousUid)
          Sets the Uid of the object before the change.
 SyncDeltaBuilder SyncDeltaBuilder.setUid(Uid uid)
          Sets the Uid of the object that changed.
 ConnectorObjectBuilder ConnectorObjectBuilder.setUid(Uid uid)
           
 

Constructors in org.identityconnectors.framework.common.objects with parameters of type Uid
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
 Uid UpdateAttributeValuesOp.addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
 Uid AuthenticateOp.authenticate(ObjectClass objectClass, String username, GuardedString password, OperationOptions options)
          Simple authentication with two parameters presumed to be user name and password.
 Uid CreateOp.create(ObjectClass oclass, Set<Attribute> attrs, OperationOptions options)
          The Connector developer is responsible for taking the attributes given (which always includes the ObjectClass) and create an object and its Uid.
 Uid UpdateAttributeValuesOp.removeAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToRemove, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
 Uid ResolveUsernameOp.resolveUsername(ObjectClass objectClass, String username, OperationOptions options)
          Resolve an object to its Uid based on its username.
 Uid UpdateOp.update(ObjectClass objclass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
 

Methods in org.identityconnectors.framework.spi.operations with parameters of type Uid
 Uid UpdateAttributeValuesOp.addAttributeValues(ObjectClass objclass, Uid uid, Set<Attribute> valuesToAdd, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
 void DeleteOp.delete(ObjectClass objClass, Uid uid, OperationOptions options)
          The Connector 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, Set<Attribute> valuesToRemove, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
 Uid UpdateOp.update(ObjectClass objclass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options)
          Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
 



Copyright © 2012. All Rights Reserved.