| Package | Description |
|---|---|
| org.identityconnectors.framework.api.operations | |
| org.identityconnectors.framework.common.objects | |
| org.identityconnectors.framework.common.objects.filter |
| Modifier and Type | Method and Description |
|---|---|
ConnectorObject |
GetApiOp.getObject(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Get a particular
ConnectorObject based on the Uid. |
| Modifier and Type | Method and Description |
|---|---|
ConnectorObject |
ConnectorObjectBuilder.build()
Builds a 'ConnectorObject' based on the attributes and Uid provided.
|
ConnectorObject |
SyncDelta.getObject()
Returns the connector object that changed.
|
ConnectorObject |
SyncDeltaBuilder.getObject()
Returns the object that changed.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorObjectBuilder |
ConnectorObjectBuilder.add(ConnectorObject obj)
Takes all the attribute from a
ConnectorObject and add/overwrite
the current attributes. |
static Date |
AttributeUtil.getPasswordExpirationDate(ConnectorObject obj)
Retrieve the password expiration date from the
ConnectorObject. |
boolean |
ResultsHandler.handle(ConnectorObject connectorObject)
Invoked each time a matching
ConnectorObject is returned from a
query request. |
static Boolean |
AttributeUtil.isEnabled(ConnectorObject obj)
Determine if the
ConnectorObject is enable. |
static Boolean |
AttributeUtil.isLockedOut(ConnectorObject obj)
Determine if the
ConnectorObject is locked out. |
static Boolean |
AttributeUtil.isPasswordExpired(ConnectorObject obj)
Determine if the password is expired for this object.
|
SyncDeltaBuilder |
SyncDeltaBuilder.setObject(ConnectorObject object)
Sets the object that changed and implicitly sets Uid if object is not
null.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContainsAllValuesFilter.accept(ConnectorObject obj)
Determine whether the specified
ConnectorObject contains an
Attribute that has the same name as
and contains all of the values of the attribute that
FilterBuilder placed into this filter. |
boolean |
EqualsFilter.accept(ConnectorObject obj)
Determines whether the specified
ConnectorObject contains an
attribute that has the same name and contains a value that is equals the
value of the attribute that FilterBuilder placed into this
filter. |
boolean |
GreaterThanFilter.accept(ConnectorObject obj)
Determine if the
ConnectorObject Attribute value is
greater than the one provided in the filter. |
boolean |
LessThanFilter.accept(ConnectorObject obj) |
boolean |
LessThanOrEqualFilter.accept(ConnectorObject obj)
Return false if the attribute is not present otherwise compare the
attribute to the
ConnectorObject's Attribute. |
boolean |
OrFilter.accept(ConnectorObject obj)
Takes the result from the left and ORs it w/ the right filter.
|
boolean |
GreaterThanOrEqualFilter.accept(ConnectorObject obj) |
boolean |
StringFilter.accept(ConnectorObject obj) |
boolean |
NotFilter.accept(ConnectorObject obj)
Return the opposite the internal filters return value.
|
boolean |
AndFilter.accept(ConnectorObject obj)
Ands the left and right filters.
|
boolean |
Filter.accept(ConnectorObject obj)
Determines whether the specified
ConnectorObject matches this
filter. |
int |
ComparableAttributeFilter.compare(ConnectorObject obj)
Call compareTo on the attribute values.
|
boolean |
AttributeFilter.isPresent(ConnectorObject obj)
Determines if the attribute provided is present in the
ConnectorObject. |
Copyright © 2014. All rights reserved.