Modifier and Type | Method and Description |
---|---|
static List<ConnectorObject> |
ConnectorHelper.search(ConnectorFacade connectorFacade,
ObjectClass objClass,
Filter filter,
OperationOptions opOptions)
Performs search on connector facade with specified object class, filter and operation options.
|
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 boolean |
ConnectorHelper.checkObject(ObjectClassInfo objectClassInfo,
ConnectorObject connectorObj,
Set<Attribute> requestedAttributes)
Checks if object has expected attributes and values.
|
static boolean |
ConnectorHelper.checkObject(ObjectClassInfo objectClassInfo,
ConnectorObject connectorObj,
Set<Attribute> requestedAttributes,
boolean checkNotReturnedByDefault)
Checks if object has expected attributes and values.
|
static boolean |
ConnectorHelper.checkObjectByAttrDelta(ObjectClassInfo objectClassInfo,
ConnectorObject connectorObj,
Set<AttributeDelta> requestedAttributesDelta)
Checks if object has expected attributesDelta and values.
|
static boolean |
ConnectorHelper.checkObjectByAttrDelta(ObjectClassInfo objectClassInfo,
ConnectorObject connectorObj,
Set<AttributeDelta> requestedAttributesDelta,
boolean checkNotReturnedByDefault)
Checks if object has expected attributesDelta and values.
|
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 |
AndFilter.accept(ConnectorObject obj)
Ands the left and right filters.
|
boolean |
StringFilter.accept(ConnectorObject obj) |
boolean |
NotFilter.accept(ConnectorObject obj)
Return the opposite the internal filters return value.
|
boolean |
LessThanFilter.accept(ConnectorObject obj) |
boolean |
Filter.accept(ConnectorObject obj)
Determines whether the specified
ConnectorObject matches 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 |
OrFilter.accept(ConnectorObject obj)
Takes the result from the left and ORs it w/ the right filter.
|
boolean |
LessThanOrEqualFilter.accept(ConnectorObject obj)
Return false if the attribute is not present otherwise compare the
attribute to the
ConnectorObject 's Attribute . |
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 |
GreaterThanOrEqualFilter.accept(ConnectorObject obj) |
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 . |
Modifier and Type | Method and Description |
---|---|
ConnectorObject |
AbstractConnectorFacade.getObject(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Get a particular
ConnectorObject based on the Uid . |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchResultsHandlerLoggingProxy.handle(ConnectorObject connectorObject) |
Modifier and Type | Method and Description |
---|---|
ConnectorObject |
GetImpl.getObject(ObjectClass objectClass,
Uid uid,
OperationOptions options) |
ConnectorObject |
ObjectNormalizerFacade.normalizeObject(ConnectorObject orig)
Returns the normalized object.
|
ConnectorObject |
AttributesToGetResultsHandler.reduceToAttrsToGet(ConnectorObject obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
FilteredResultsHandler.PassThroughFilter.accept(ConnectorObject obj) |
boolean |
NormalizingFilter.accept(ConnectorObject obj)
Return the decision based on normalized version of the object.
|
boolean |
DuplicateFilteringResultsHandler.handle(ConnectorObject object) |
boolean |
NormalizingResultsHandler.handle(ConnectorObject obj) |
boolean |
SearchImpl.AttributesToGetSearchResultsHandler.handle(ConnectorObject obj)
Handle the object w/ reduced attributes.
|
boolean |
FilteredResultsHandler.handle(ConnectorObject object) |
ConnectorObject |
ObjectNormalizerFacade.normalizeObject(ConnectorObject orig)
Returns the normalized object.
|
ConnectorObject |
AttributesToGetResultsHandler.reduceToAttrsToGet(ConnectorObject obj) |
Modifier and Type | Method and Description |
---|---|
List<ConnectorObject> |
ToListResultsHandler.getObjects() |
static List<ConnectorObject> |
TestHelpers.searchToList(SearchApiOp search,
ObjectClass objectClass,
Filter filter) |
static List<ConnectorObject> |
TestHelpers.searchToList(SearchApiOp search,
ObjectClass objectClass,
Filter filter,
OperationOptions options) |
static List<ConnectorObject> |
TestHelpers.searchToList(SearchOp<?> search,
ObjectClass objectClass,
Filter filter)
Performs a raw, unfiltered search at the SPI level, eliminating
duplicates from the result set.
|
static List<ConnectorObject> |
TestHelpers.searchToList(SearchOp<?> search,
ObjectClass objectClass,
Filter filter,
OperationOptions options)
Performs a raw, unfiltered search at the SPI level, eliminating
duplicates from the result set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ToListResultsHandler.handle(ConnectorObject object) |
Copyright © 2022. All rights reserved.