Uses of Class
org.identityconnectors.framework.common.objects.ConnectorObject
Packages that use ConnectorObject
Package
Description
-
Uses of ConnectorObject in org.identityconnectors.contract.test
Methods in org.identityconnectors.contract.test that return types with arguments of type ConnectorObjectModifier 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.Methods in org.identityconnectors.contract.test with parameters of type ConnectorObjectModifier and TypeMethodDescriptionstatic booleanConnectorHelper.checkObject(ObjectClassInfo objectClassInfo, ConnectorObject connectorObj, Set<Attribute> requestedAttributes) Checks if object has expected attributes and values.static booleanConnectorHelper.checkObject(ObjectClassInfo objectClassInfo, ConnectorObject connectorObj, Set<Attribute> requestedAttributes, boolean checkNotReturnedByDefault) Checks if object has expected attributes and values.static booleanConnectorHelper.checkObjectByAttrDelta(ObjectClassInfo objectClassInfo, ConnectorObject connectorObj, Set<AttributeDelta> requestedAttributesDelta) Checks if object has expected attributesDelta and values.static booleanConnectorHelper.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
Methods in org.identityconnectors.framework.api.operations that return ConnectorObjectModifier and TypeMethodDescriptionGetApiOp.getObject(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObjectbased on theUid. -
Uses of ConnectorObject in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return ConnectorObjectModifier 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.Methods in org.identityconnectors.framework.common.objects with parameters of type ConnectorObjectModifier and TypeMethodDescriptionConnectorObjectBuilder.add(ConnectorObject obj) Takes all the attribute from aConnectorObjectand add/overwrite the current attributes.static DateAttributeUtil.getPasswordExpirationDate(ConnectorObject obj) Retrieve the password expiration date from theConnectorObject.booleanResultsHandler.handle(ConnectorObject connectorObject) Invoked each time a matchingConnectorObjectis returned from a query request.static BooleanAttributeUtil.isEnabled(ConnectorObject obj) Determine if theConnectorObjectis enable.static BooleanAttributeUtil.isLockedOut(ConnectorObject obj) Determine if theConnectorObjectis locked out.static BooleanAttributeUtil.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
Methods in org.identityconnectors.framework.common.objects.filter with parameters of type ConnectorObjectModifier and TypeMethodDescriptionbooleanAndFilter.accept(ConnectorObject obj) Ands the left and right filters.booleanContainsAllValuesFilter.accept(ConnectorObject obj) Determine whether the specifiedConnectorObjectcontains anAttributethat has the same name as and contains all of the values of the attribute thatFilterBuilderplaced into this filter.booleanEqualsFilter.accept(ConnectorObject obj) Determines whether the specifiedConnectorObjectcontains an attribute that has the same name and contains a value that is equals the value of the attribute thatFilterBuilderplaced into this filter.booleanFilter.accept(ConnectorObject obj) Determines whether the specifiedConnectorObjectmatches this filter.booleanGreaterThanFilter.accept(ConnectorObject obj) Determine if theConnectorObjectAttributevalue is greater than the one provided in the filter.booleanGreaterThanOrEqualFilter.accept(ConnectorObject obj) booleanLessThanFilter.accept(ConnectorObject obj) booleanLessThanOrEqualFilter.accept(ConnectorObject obj) Return false if the attribute is not present otherwise compare the attribute to theConnectorObject'sAttribute.booleanNotFilter.accept(ConnectorObject obj) Return the opposite the internal filters return value.booleanOrFilter.accept(ConnectorObject obj) Takes the result from the left and ORs it w/ the right filter.booleanStringFilter.accept(ConnectorObject obj) intComparableAttributeFilter.compare(ConnectorObject obj) Call compareTo on the attribute values.booleanAttributeFilter.isPresent(ConnectorObject obj) Determines if the attribute provided is present in theConnectorObject. -
Uses of ConnectorObject in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return ConnectorObjectModifier and TypeMethodDescriptionfinal ConnectorObjectAbstractConnectorFacade.getObject(ObjectClass objectClass, Uid uid, OperationOptions options) Get a particularConnectorObjectbased on theUid.Methods in org.identityconnectors.framework.impl.api with parameters of type ConnectorObjectModifier and TypeMethodDescriptionbooleanSearchResultsHandlerLoggingProxy.handle(ConnectorObject connectorObject) -
Uses of ConnectorObject in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations that return ConnectorObjectModifier and TypeMethodDescriptionGetImpl.getObject(ObjectClass objectClass, Uid uid, OperationOptions options) ObjectNormalizerFacade.normalizeObject(ConnectorObject orig) Returns the normalized object.AttributesToGetResultsHandler.reduceToAttrsToGet(ConnectorObject obj) Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type ConnectorObjectModifier and TypeMethodDescriptionbooleanFilteredResultsHandler.PassThroughFilter.accept(ConnectorObject obj) booleanNormalizingFilter.accept(ConnectorObject obj) Return the decision based on normalized version of the object.booleanDuplicateFilteringResultsHandler.handle(ConnectorObject object) booleanFilteredResultsHandler.handle(ConnectorObject object) booleanNormalizingResultsHandler.handle(ConnectorObject obj) booleanSearchImpl.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
Methods in org.identityconnectors.test.common that return types with arguments of type ConnectorObjectModifier 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.Methods in org.identityconnectors.test.common with parameters of type ConnectorObject