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 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. |
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 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. |
Modifier and Type | Method and Description |
---|---|
Uid |
PasswordExpiredException.getUid() |
Modifier and Type | Method and Description |
---|---|
PasswordExpiredException |
PasswordExpiredException.initUid(Uid uid)
Sets the Uid.
|
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.
|
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) |
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 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. |
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 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 © 2014. All Rights Reserved.