Modifier and Type | Method and Description |
---|---|
protected groovy.lang.Binding |
ScriptedPoolableConnector.createBinding(groovy.lang.Binding arguments,
OperationType action,
ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected groovy.lang.Binding |
ScriptedCRESTConnector.createBinding(groovy.lang.Binding arguments,
OperationType action,
ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected groovy.lang.Binding |
ScriptedRESTConnector.createBinding(groovy.lang.Binding arguments,
OperationType action,
ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Uid |
XMLConnector.authenticate(ObjectClass objClass,
String username,
GuardedString password,
OperationOptions options) |
Uid |
XMLHandlerImpl.authenticate(String username,
GuardedString password) |
Uid |
XMLHandler.authenticate(String username,
GuardedString password) |
Uid |
ConcurrentXMLHandler.authenticate(String username,
GuardedString password) |
Uid |
XMLHandlerImpl.create(ObjectClass objClass,
Set<Attribute> attributes) |
Uid |
XMLHandler.create(ObjectClass objClass,
Set<Attribute> attributes) |
Uid |
ConcurrentXMLHandler.create(ObjectClass objClass,
Set<Attribute> attributes) |
Uid |
XMLConnector.create(ObjectClass objClass,
Set<Attribute> attributes,
OperationOptions options) |
Uid |
XMLHandlerImpl.update(ObjectClass objClass,
Uid uid,
Set<Attribute> replaceAttributes) |
Uid |
XMLHandler.update(ObjectClass objClass,
Uid uid,
Set<Attribute> replaceAttributes) |
Uid |
ConcurrentXMLHandler.update(ObjectClass objClass,
Uid uid,
Set<Attribute> replaceAttributes) |
Uid |
XMLConnector.update(ObjectClass objClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
XMLHandlerImpl.delete(ObjectClass objClass,
Uid uid) |
void |
XMLHandler.delete(ObjectClass objClass,
Uid uid) |
void |
ConcurrentXMLHandler.delete(ObjectClass objClass,
Uid uid) |
void |
XMLConnector.delete(ObjectClass objClass,
Uid uid,
OperationOptions options) |
Uid |
XMLHandlerImpl.update(ObjectClass objClass,
Uid uid,
Set<Attribute> replaceAttributes) |
Uid |
XMLHandler.update(ObjectClass objClass,
Uid uid,
Set<Attribute> replaceAttributes) |
Uid |
ConcurrentXMLHandler.update(ObjectClass objClass,
Uid uid,
Set<Attribute> replaceAttributes) |
Uid |
XMLConnector.update(ObjectClass objClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Uid |
CSVFileConnector.addAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options)
Update the object specified by the
ObjectClass and Uid ,
adding to the current values of each attribute the values provided. |
Uid |
CSVFileConnector.authenticate(ObjectClass objectClass,
String userName,
GuardedString password,
OperationOptions options)
Simple authentication with two parameters presumed to be user name and
password.
|
Uid |
CSVFileConnector.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 |
CSVFileConnector.removeAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options)
Update the object specified by the
ObjectClass and Uid ,
removing from the current values of each attribute the values provided. |
Uid |
CSVFileConnector.resolveUsername(ObjectClass objectClass,
String userName,
OperationOptions options)
Resolve an object to its
Uid based on its username. |
Uid |
CSVFileConnector.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
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 |
CSVFileConnector.addAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options)
Update the object specified by the
ObjectClass and Uid ,
adding to the current values of each attribute the values provided. |
void |
CSVFileConnector.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 |
CSVFileConnector.removeAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options)
Update the object specified by the
ObjectClass and Uid ,
removing from the current values of each attribute the values provided. |
Uid |
CSVFileConnector.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
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 |
---|---|
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
UpdateAsyncApiOp.addAttributeValuesAsync(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. |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
AuthenticationAsyncApiOp.authenticateAsync(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options)
Most basic authentication available.
|
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
CreateAsyncApiOp.createAsync(ObjectClass objectClass,
Set<Attribute> createAttributes,
OperationOptions options)
Create a target object based on the specified attributes.
|
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
UpdateAsyncApiOp.removeAttributeValuesAsync(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. |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
ResolveUsernameAsyncApiOp.resolveUsernameAsync(ObjectClass objectClass,
String username,
OperationOptions options)
Resolve the given
authentication username to the corresponding
Uid . |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
UpdateAsyncApiOp.updateAsync(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 |
---|---|
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
UpdateAsyncApiOp.addAttributeValuesAsync(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. |
org.forgerock.util.promise.Promise<Void,RuntimeException> |
DeleteAsyncApiOp.deleteAsync(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Delete the object that the specified Uid identifies (if any).
|
org.forgerock.util.promise.Promise<ConnectorObject,RuntimeException> |
GetAsyncApiOp.getObjectAsync(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Get a particular
ConnectorObject
based on the Uid . |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
UpdateAsyncApiOp.removeAttributeValuesAsync(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. |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
UpdateAsyncApiOp.updateAsync(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 |
UpdateAsyncApiOpImpl.addAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
Uid |
AuthenticationAsyncApiOpImpl.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options) |
Uid |
CreateAsyncApiOpImpl.create(ObjectClass objectClass,
Set<Attribute> createAttributes,
OperationOptions options) |
Uid |
UpdateAsyncApiOpImpl.removeAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
Uid |
ResolveUsernameAsyncApiOpImpl.resolveUsername(ObjectClass objectClass,
String username,
OperationOptions options) |
Uid |
UpdateAsyncApiOpImpl.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Uid |
UpdateAsyncApiOpImpl.addAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
UpdateAsyncApiOpImpl.addAttributeValuesAsync(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
void |
DeleteAsyncApiOpImpl.delete(ObjectClass objectClass,
Uid uid,
OperationOptions options) |
org.forgerock.util.promise.Promise<Void,RuntimeException> |
DeleteAsyncApiOpImpl.deleteAsync(ObjectClass objectClass,
Uid uid,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
UpdateAsyncApiOpImpl.doUpdate(ObjectClass objectClass,
Uid uid,
OperationMessages.UpdateOpRequest.UpdateType updateType,
Set<Attribute> replaceAttributes,
OperationOptions options) |
ConnectorObject |
GetAsyncApiOpImpl.getObject(ObjectClass objectClass,
Uid uid,
OperationOptions options) |
org.forgerock.util.promise.Promise<ConnectorObject,RuntimeException> |
GetAsyncApiOpImpl.getObjectAsync(ObjectClass objectClass,
Uid uid,
OperationOptions options) |
Uid |
UpdateAsyncApiOpImpl.removeAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
UpdateAsyncApiOpImpl.removeAttributeValuesAsync(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
Uid |
UpdateAsyncApiOpImpl.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
UpdateAsyncApiOpImpl.updateAsync(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
RemoteAsyncConnectorFacade.addAttributeValuesAsync(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
RemoteAsyncConnectorFacade.authenticateAsync(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
RemoteAsyncConnectorFacade.createAsync(ObjectClass objectClass,
Set<Attribute> createAttributes,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
RemoteAsyncConnectorFacade.removeAttributeValuesAsync(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
RemoteAsyncConnectorFacade.resolveUsernameAsync(ObjectClass objectClass,
String username,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
RemoteAsyncConnectorFacade.updateAsync(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
RemoteAsyncConnectorFacade.addAttributeValuesAsync(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
org.forgerock.util.promise.Promise<Void,RuntimeException> |
RemoteAsyncConnectorFacade.deleteAsync(ObjectClass objectClass,
Uid uid,
OperationOptions options) |
static CommonObjectMessages.Uid.Builder |
MessagesUtil.fromUid(Uid uid) |
org.forgerock.util.promise.Promise<ConnectorObject,RuntimeException> |
RemoteAsyncConnectorFacade.getObjectAsync(ObjectClass objectClass,
Uid uid,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
RemoteAsyncConnectorFacade.removeAttributeValuesAsync(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
org.forgerock.util.promise.Promise<Uid,RuntimeException> |
RemoteAsyncConnectorFacade.updateAsync(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Uid |
ScriptedConnectorBase.addAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
Uid |
ScriptedConnectorBase.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options) |
Uid |
ScriptedConnectorBase.create(ObjectClass objectClass,
Set<Attribute> createAttributes,
OperationOptions options) |
protected Uid |
ScriptedConnectorBase.executeCreate(String scriptName,
ObjectClass objectClass,
Set<Attribute> createAttributes,
OperationOptions options) |
Uid |
ScriptedConnectorBase.removeAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
Uid |
ScriptedConnectorBase.resolveUsername(ObjectClass objectClass,
String username,
OperationOptions options) |
protected Uid |
ScriptedConnectorBase.returnUid(OperationType action,
ObjectClass objectClass,
Object uidAfter) |
Uid |
ScriptedConnectorBase.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Uid |
ScriptedConnectorBase.addAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
protected groovy.lang.Binding |
ScriptedConnectorBase.createBinding(groovy.lang.Binding arguments,
OperationType action,
ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options) |
void |
ScriptedConnectorBase.delete(ObjectClass objectClass,
Uid uid,
OperationOptions options) |
void |
SyncDeltaDelegate.DELETE(Uid uid) |
protected Object |
ScriptedConnectorBase.executeAddAttributeValues(String scriptName,
ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
protected void |
ScriptedConnectorBase.executeDelete(String scriptName,
ObjectClass objectClass,
Uid uid,
OperationOptions options) |
protected Object |
ScriptedConnectorBase.executeRemoveAttributeValues(String scriptName,
ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
protected Object |
ScriptedConnectorBase.executeUpdate(String scriptName,
ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
protected Object |
ScriptedConnectorBase.genericUpdate(String scriptName,
OperationType method,
ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options) |
void |
SyncDeltaDelegate.previousUid(Uid uid) |
Uid |
ScriptedConnectorBase.removeAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
void |
ConnectorObjectDelegate.uid(Uid uid) |
Uid |
ScriptedConnectorBase.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
static Uid |
ConnectorHelper.createObject(ConnectorFacade connectorFacade,
DataProvider dataProvider,
ObjectClassInfo objectClassInfo,
String testName,
int sequenceNumber,
OperationOptions opOptions)
gets the attributes for you
|
static 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 name
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConnectorHelper.checkSyncDelta(ObjectClassInfo ocInfo,
SyncDelta delta,
Uid uid,
Set<Attribute> attributes,
SyncDeltaType deltaType,
boolean checkNotReturnedByDefault)
Check that passed SyncDelta has exptected values.
|
static boolean |
ConnectorHelper.deleteObject(ConnectorFacade connectorFacade,
ObjectClass objClass,
Uid uid,
boolean failOnError,
OperationOptions opOptions)
Performs deletion of object specified by uid.
|
Modifier and Type | Method and Description |
---|---|
Uid |
DatabaseTableConnector.authenticate(ObjectClass oclass,
String username,
GuardedString password,
OperationOptions options)
Attempts to authenticate the given username combination
Simple authentication with two parameters presumed to be user name and
password.
|
Uid |
DatabaseTableConnector.create(ObjectClass oclass,
Set<Attribute> attrs,
OperationOptions options)
Creates a row in the database representing an account.
|
Uid |
DatabaseTableConnector.resolveUsername(ObjectClass oclass,
String username,
OperationOptions options)
Attempts to resolve the given username
Resolve an object to its
Uid based on its username. |
Uid |
DatabaseTableConnector.update(ObjectClass oclass,
Uid uid,
Set<Attribute> attrs,
OperationOptions options)
Update the database row with the data provided.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseTableConnector.delete(ObjectClass oclass,
Uid uid,
OperationOptions options)
Deletes a row from the table.
|
Uid |
DatabaseTableConnector.update(ObjectClass oclass,
Uid uid,
Set<Attribute> attrs,
OperationOptions options)
Update the database row with the data 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. |
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 |
UpdateBatchTask.execute(BatchTaskExecutor executor) |
Uid |
CreateBatchTask.execute(BatchTaskExecutor executor) |
Uid |
BatchTaskExecutor.execute(CreateBatchTask task) |
Uid |
BatchTaskExecutor.execute(UpdateBatchTask task) |
Uid |
UpdateBatchTask.getUid() |
Uid |
DeleteBatchTask.getUid() |
Modifier and Type | Method and Description |
---|---|
void |
BatchBuilder.addDeleteOp(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Add a Delete operation to the batch.
|
void |
BatchBuilder.addUpdateAddOp(ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options)
Add an Update:Add operation to the batch.
|
void |
BatchBuilder.addUpdateRemoveOp(ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options)
Add an Update:Remove operation to the batch.
|
void |
BatchBuilder.addUpdateReplaceOp(ObjectClass objectClass,
Uid uid,
Set<Attribute> attributes,
OperationOptions options)
Add an Update:Replace operation to the batch.
|
Constructor and Description |
---|
DeleteBatchTask(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Delete the object that the specified Uid identifies (if any).
|
UpdateBatchTask(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options,
UpdateType type)
See
UpdateApiOp . |
Modifier and Type | Method and Description |
---|---|
static Uid |
FrameworkUtil.getUidIfGetOperation(Filter filter)
|
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 |
SyncDeltaBuilder.getPreviousUid()
Gets the Uid of the object before the change.
|
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.getUid()
Gets the Uid of the object that changed.
|
Uid |
SyncDelta.getUid()
Returns the Uid of the connector object that changed.
|
Uid |
QualifiedUid.getUid()
Returns the uid.
|
Uid |
ConnectorObject.getUid()
Get the native identifier for this object.
|
Uid |
AttributesAccessor.getUid()
Get the
Uid attribute from the set of attributes. |
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 |
AbstractConnectorFacade.addAttributeValues(ObjectClass objclass,
Uid uid,
Set<Attribute> attrs,
OperationOptions options)
Update the object specified by the
ObjectClass and Uid ,
adding to the current values of each attribute the values provided. |
Uid |
AbstractConnectorFacade.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options)
Most basic authentication available.
|
Uid |
AbstractConnectorFacade.create(ObjectClass objectClass,
Set<Attribute> createAttributes,
OperationOptions options)
Create a target object based on the specified attributes.
|
Uid |
AbstractConnectorFacade.removeAttributeValues(ObjectClass objclass,
Uid uid,
Set<Attribute> attrs,
OperationOptions options)
Update the object specified by the
ObjectClass and Uid ,
removing from the current values of each attribute the values provided. |
Uid |
AbstractConnectorFacade.resolveUsername(ObjectClass objectClass,
String username,
OperationOptions options)
Resolve the given
authentication username to
the corresponding Uid . |
Uid |
AbstractConnectorFacade.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> attrs,
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 |
AbstractConnectorFacade.addAttributeValues(ObjectClass objclass,
Uid uid,
Set<Attribute> attrs,
OperationOptions options)
Update the object specified by the
ObjectClass and Uid ,
adding to the current values of each attribute the values provided. |
void |
AbstractConnectorFacade.delete(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Delete the object that the specified Uid identifies (if any).
|
ConnectorObject |
AbstractConnectorFacade.getObject(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Get a particular
ConnectorObject based on the Uid . |
Uid |
AbstractConnectorFacade.removeAttributeValues(ObjectClass objclass,
Uid uid,
Set<Attribute> attrs,
OperationOptions options)
Update the object specified by the
ObjectClass and Uid ,
removing from the current values of each attribute the values provided. |
Uid |
AbstractConnectorFacade.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> attrs,
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 |
UpdateImpl.addAttributeValues(ObjectClass objclass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
Uid |
AuthenticationImpl.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options)
Authenticate using the basic credentials.
|
Uid |
CreateImpl.create(ObjectClass objectClass,
Set<Attribute> createAttributes,
OperationOptions options)
Calls the create method on the Connector side.
|
Uid |
BatchTaskExecutorImpl.execute(CreateBatchTask task) |
Uid |
BatchTaskExecutorImpl.execute(UpdateBatchTask task) |
Uid |
UpdateImpl.removeAttributeValues(ObjectClass objclass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
Uid |
ResolveUsernameImpl.resolveUsername(ObjectClass objectClass,
String username,
OperationOptions options)
Resolve the username to an
Uid . |
Uid |
UpdateImpl.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Uid |
UpdateImpl.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.
|
ConnectorObject |
GetImpl.getObject(ObjectClass objectClass,
Uid uid,
OperationOptions options) |
Uid |
UpdateImpl.removeAttributeValues(ObjectClass objclass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
Uid |
UpdateImpl.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
static void |
UpdateImpl.validateInput(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
boolean isDelta)
Makes things easier if you can trust the input.
|
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. |
Modifier and Type | Method and Description |
---|---|
Uid |
LdapConnector.addAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
Uid |
LdapAuthenticate.authenticate(GuardedString password) |
Uid |
LdapConnector.authenticate(ObjectClass objectClass,
String username,
GuardedString password,
OperationOptions options) |
Uid |
LdapConnector.create(ObjectClass objectClass,
Set<Attribute> attrs,
OperationOptions options) |
Uid |
LdapConnector.removeAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
Uid |
LdapAuthenticate.resolveUsername() |
Uid |
LdapConnector.resolveUsername(ObjectClass objectClass,
String username,
OperationOptions options) |
Uid |
LdapConnector.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Uid |
LdapConnector.addAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToAdd,
OperationOptions options) |
void |
LdapConnector.delete(ObjectClass objectClass,
Uid uid,
OperationOptions options) |
Uid |
LdapConnector.removeAttributeValues(ObjectClass objectClass,
Uid uid,
Set<Attribute> valuesToRemove,
OperationOptions options) |
Uid |
LdapConnector.update(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Uid |
LdapUpdate.addAttributeValues(Set<Attribute> attrs) |
Uid |
LdapCreate.execute() |
Uid |
LdapUpdate.removeAttributeValues(Set<Attribute> attrs) |
Uid |
LdapUpdate.update(Set<Attribute> attrs) |
Constructor and Description |
---|
LdapDelete(LdapConnection conn,
ObjectClass oclass,
Uid uid,
OperationOptions options) |
LdapUpdate(LdapConnection conn,
ObjectClass oclass,
Uid uid,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Uid |
LdapSchemaMapping.createUid(ObjectClass oclass,
LdapEntry entry)
Creates a
Uid for the given entry. |
Uid |
LdapSchemaMapping.createUid(ObjectClass oclass,
String entryDN) |
Uid |
LdapSchemaMapping.createUid(String ldapUidAttr,
Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
static String |
LdapSearches.findEntryDN(LdapConnection conn,
ObjectClass oclass,
Uid uid)
Returns the DN of the entry identified by the given Uid.
|
static String |
LdapSearches.getEntryDN(LdapConnection conn,
ObjectClass oclass,
Uid uid)
Returns the DN of the entry identified by the given Uid.
|
Copyright © 2018–2025. All rights reserved.