| Modifier and Type | Method and Description |
|---|---|
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 objectClass,
Set<Attribute> createAttributes,
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 objectClass,
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. |
| Modifier and Type | Method and Description |
|---|---|
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 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 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 objectClass,
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. |
| Modifier and Type | Method and Description |
|---|---|
Uid |
PasswordExpiredException.getUid() |
Uid |
AlreadyExistsException.getUid() |
| Modifier and Type | Method and Description |
|---|---|
PasswordExpiredException |
PasswordExpiredException.initUid(Uid uid)
Sets the Uid.
|
AlreadyExistsException |
AlreadyExistsException.initUid(Uid uid)
Sets the Uid of existing Object.
|
static RetryableException |
RetryableException.wrap(String message,
Uid uid)
Constructs a new RetryableException which signals partial success of
create operation. |
| Constructor and Description |
|---|
UnknownUidException(Uid uid,
ObjectClass objclass) |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static Set<Attribute> |
AttributeUtil.addUid(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.
|
SyncDeltaBuilder |
SyncDeltaBuilder.setUid(Uid uid)
Sets the Uid of the object that changed.
|
ConnectorObjectBuilder |
ConnectorObjectBuilder.setUid(Uid uid) |
| Constructor and Description |
|---|
QualifiedUid(ObjectClass objectClass,
Uid uid)
Create a QualifiedUid.
|
| Modifier and Type | Method and Description |
|---|---|
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 objectClass,
Set<Attribute> createAttributes,
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 objectClass,
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. |
| Modifier and Type | Method and Description |
|---|---|
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 objectClass,
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 objectClass,
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 © 2014. All rights reserved.