Searched defs:managed (Results 1 - 17 of 17) sorted by relevance

/forgerock/openidm-v4/openidm-core/src/test/java/org/forgerock/openidm/managed/
H A DSingletonRelationshipProviderTest.java16 package org.forgerock.openidm.managed;
H A DCollectionRelationshipProviderTest.java16 package org.forgerock.openidm.managed;
102 when(connection.read(any(Context.class), argThat(new IsRouteMatcher("managed/user/test1"))))
106 when(connection.read(any(Context.class), argThat(new IsRouteMatcher("managed/user/differentUser"))))
119 ResourcePath.resourcePath("managed/user"), schemaField, activityLogger, managedObjectSyncService);
124 test1User.put("manager", object(field(RelationshipUtil.REFERENCE_ID, "managed/user/mgr1")));
128 object(field(RelationshipUtil.REFERENCE_ID, "managed/user/test1"))
133 object(field(RelationshipUtil.REFERENCE_ID, "managed/user/test1")),
134 object(field(RelationshipUtil.REFERENCE_ID, "managed/user/differentUser"))
141 differentUser.put("manager", object(field(RelationshipUtil.REFERENCE_ID, "managed/user/someOtherManager")));
H A DManagedObjectSchemaTest.java24 package org.forgerock.openidm.managed;
H A DRelationshipValidatorTest.java16 package org.forgerock.openidm.managed;
52 json(object(field(RelationshipUtil.REFERENCE_ID, "managed/widgetPart/part1")));
81 new ResourcePath("managed/widget"), schemaField, activityLogger, managedObjectSyncService);
132 new ResourcePath("managed/widget"), schemaField, activityLogger, managedObjectSyncService);
H A DSchemaFieldTest.java1 package org.forgerock.openidm.managed;
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DForwardRelationshipValidator.java16 package org.forgerock.openidm.managed;
H A DManagedObjectContext.java16 package org.forgerock.openidm.managed;
28 * information about the fields/properties of a managed object.
H A DManagedObjectSyncService.java1 package org.forgerock.openidm.managed;
10 * An interface for performing sync events on managed objects.
H A DRelationshipValidator.java16 package org.forgerock.openidm.managed;
H A DReverseRelationshipValidator.java16 package org.forgerock.openidm.managed;
H A DManagedObjectSchema.java24 package org.forgerock.openidm.managed;
42 * Represents a managed object's schema
52 * The schema to use to validate the structure and content of the managed object.
57 * The schema to use to validate the structure and content of the managed object.
62 * The schema to use to validate the structure and content of the managed object.
H A DManagedObjectService.java16 package org.forgerock.openidm.managed;
76 * Provides access to managed objects.
83 @Property(name = Constants.SERVICE_DESCRIPTION, value = "OpenIDM managed objects service"),
85 @Property(name = ServerConstants.ROUTER_PREFIX, value = "/managed*") })
88 public static final String PID = "org.forgerock.openidm.managed";
104 * Route service on "sync" endpoint. An aspect of CRUDPAQ on managed objects is to synchronize their
221 throw new ComponentException("Duplicate definition of managed object type: " + objectSet.getName());
243 throw new ComponentException("Duplicate definition of managed object type: " + objectSet.getName());
H A DSingletonRelationshipProvider.java16 package org.forgerock.openidm.managed;
70 * Create a new relationship set for the given managed resource
73 * @param resourcePath Name of the resource we are handling relationships for eg. managed/user
119 * @param managedObjectId The id of the managed object to find relationships associated with
292 * the managed object for this request.
H A DCollectionRelationshipProvider.java17 package org.forgerock.openidm.managed;
86 * Create a new relationship set for the given managed resource
88 * @param resourcePath Name of the resource we are handling relationships for eg. managed/user
364 // Reverse relationship requires a queryFilter that matches both cases where the managed object's
382 // A direct relationship requires a queryFilter that matches only the case where the managed
422 // Get the value of the managed object
H A DSchemaField.java25 package org.forgerock.openidm.managed;
49 * Represents a single field or property in a managed object's schema
318 * Returns true if the field should be validated before any action is taken on the managed object.
320 * @return True if the field should be validated before any action is taken on the managed object.
337 * script scope with the property value. Any changes to the property are reflected back into the managed object if
342 * @param managedObject the managed object containing the property value.
H A DManagedObjectSet.java16 package org.forgerock.openidm.managed;
21 import static org.forgerock.openidm.managed.ManagedObjectSet.ScriptHook.onRead;
99 * Provides access to a set of managed objects of a given type: managed/[type]/{id}.
133 /** Script to execute when a managed object requires validation. */
142 /** Script to execute when synchronization of managed objects to external targets is complete. */
151 /** The managed objects service that instantiated this managed object set. */
160 /** Name of the managed object type. */
163 /** the managed objec
[all...]
H A DRelationshipProvider.java16 package org.forgerock.openidm.managed;
81 * A service for sending sync events on managed objects
92 * managed object path such as: "managed/user" or "managed/role". */
104 /** A query field representing the full path of the managed object instance of this relationship field */
125 /** The name of the parameter to be used carry the managed object's ID in the Request and/or Context */
172 * "firstId": "/managed/object/uuid",
174 * "secondId": "/managed/roles/uuid"
183 * "_ref": "/managed/role
[all...]

Completed in 96 milliseconds