Uses of Class
org.identityconnectors.framework.common.objects.ConnectorObject
Package
Description
-
Uses of ConnectorObject in org.identityconnectors.contract.test
Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionstatic 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. -
Uses of ConnectorObject in org.identityconnectors.framework.api.operations
Modifier and TypeMethodDescriptionGetApiOp.getObject
(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObject
based on theUid
. -
Uses of ConnectorObject in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionConnectorObjectBuilder.build()
Builds a 'ConnectorObject' based on the attributes and Uid provided.LiveSyncDelta.getObject()
Returns the connector object that changed.LiveSyncDeltaBuilder.getObject()
Returns the object that changed.SyncDeltaBuilder.getObject()
Returns the object that changed.Modifier and TypeMethodDescriptionConnectorObjectBuilder.add
(ConnectorObject obj) Takes all the attribute from aConnectorObject
and add/overwrite the current attributes.static Date
AttributeUtil.getPasswordExpirationDate
(ConnectorObject obj) Retrieve the password expiration date from theConnectorObject
.boolean
ResultsHandler.handle
(ConnectorObject connectorObject) Invoked each time a matchingConnectorObject
is returned from a query request.static Boolean
AttributeUtil.isEnabled
(ConnectorObject obj) Determine if theConnectorObject
is enable.static Boolean
AttributeUtil.isLockedOut
(ConnectorObject obj) Determine if theConnectorObject
is locked out.static Boolean
AttributeUtil.isPasswordExpired
(ConnectorObject obj) Determine if the password is expired for this object.LiveSyncDeltaBuilder.setObject
(ConnectorObject object) Sets the object that changed and implicitly sets Uid if object is not null.SyncDeltaBuilder.setObject
(ConnectorObject object) Sets the object that changed and implicitly sets Uid if object is not null. -
Uses of ConnectorObject in org.identityconnectors.framework.common.objects.filter
Modifier and TypeMethodDescriptionboolean
AndFilter.accept
(ConnectorObject obj) Ands the left and right filters.boolean
ContainsAllValuesFilter.accept
(ConnectorObject obj) Determine whether the specifiedConnectorObject
contains anAttribute
that has the same name as and contains all of the values of the attribute thatFilterBuilder
placed into this filter.boolean
EqualsFilter.accept
(ConnectorObject obj) Determines whether the specifiedConnectorObject
contains an attribute that has the same name and contains a value that is equals the value of the attribute thatFilterBuilder
placed into this filter.boolean
Filter.accept
(ConnectorObject obj) Determines whether the specifiedConnectorObject
matches this filter.boolean
GreaterThanFilter.accept
(ConnectorObject obj) Determine if theConnectorObject
Attribute
value is greater than the one provided in the filter.boolean
GreaterThanOrEqualFilter.accept
(ConnectorObject obj) boolean
LessThanFilter.accept
(ConnectorObject obj) boolean
LessThanOrEqualFilter.accept
(ConnectorObject obj) Return false if the attribute is not present otherwise compare the attribute to theConnectorObject
'sAttribute
.boolean
NotFilter.accept
(ConnectorObject obj) Return the opposite the internal filters return value.boolean
OrFilter.accept
(ConnectorObject obj) Takes the result from the left and ORs it w/ the right filter.boolean
StringFilter.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 theConnectorObject
. -
Uses of ConnectorObject in org.identityconnectors.framework.impl.api
Modifier and TypeMethodDescriptionfinal ConnectorObject
AbstractConnectorFacade.getObject
(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObject
based on theUid
.Modifier and TypeMethodDescriptionboolean
SearchResultsHandlerLoggingProxy.handle
(ConnectorObject connectorObject) -
Uses of ConnectorObject in org.identityconnectors.framework.impl.api.local.operations
Modifier and TypeMethodDescriptionGetImpl.getObject
(ObjectClass objectClass, Uid uid, OperationOptions options) ObjectNormalizerFacade.normalizeObject
(ConnectorObject orig) Returns the normalized object.AttributesToGetResultsHandler.reduceToAttrsToGet
(ConnectorObject obj) Modifier and TypeMethodDescriptionboolean
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
FilteredResultsHandler.handle
(ConnectorObject object) boolean
NormalizingResultsHandler.handle
(ConnectorObject obj) boolean
SearchImpl.AttributesToGetSearchResultsHandler.handle
(ConnectorObject obj) Handle the object w/ reduced attributes.ObjectNormalizerFacade.normalizeObject
(ConnectorObject orig) Returns the normalized object.AttributesToGetResultsHandler.reduceToAttrsToGet
(ConnectorObject obj) -
Uses of ConnectorObject in org.identityconnectors.test.common
Modifier and TypeMethodDescriptionToListResultsHandler.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.