Uses of Class
org.identityconnectors.framework.common.objects.ConnectorObject
-
Packages that use ConnectorObject Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.common.objects org.identityconnectors.framework.common.objects.filter -
-
Uses of ConnectorObject in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return ConnectorObject Modifier and Type Method Description ConnectorObjectGetApiOp. 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 ConnectorObject Modifier and Type Method Description ConnectorObjectConnectorObjectBuilder. build()Builds a 'ConnectorObject' based on the attributes and Uid provided.ConnectorObjectLiveSyncDelta. getObject()Returns the connector object that changed.ConnectorObjectLiveSyncDeltaBuilder. getObject()Returns the object that changed.ConnectorObjectSyncDeltaBuilder. getObject()Returns the object that changed.Methods in org.identityconnectors.framework.common.objects with parameters of type ConnectorObject Modifier and Type Method Description ConnectorObjectBuilderConnectorObjectBuilder. 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.LiveSyncDeltaBuilderLiveSyncDeltaBuilder. setObject(ConnectorObject object)Sets the object that changed and implicitly sets Uid if object is not null.SyncDeltaBuilderSyncDeltaBuilder. 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 ConnectorObject Modifier and Type Method Description booleanAndFilter. 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.
-