Searched refs:create (Results 76 - 100 of 2351) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/usecase/script/
H A DcertificationEntitlements.js8 openidm.create('workflow/processinstance', null, params);
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAuditEventHandlerFactory.java24 * A factory for creating an audit event handler. Implementations of this interface are required to create an instance
47 AuditEventHandler create(AuditEventHandlerConfiguration configuration) throws AuditException; method in interface:AuditEventHandlerFactory
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/servlet/
H A DAuditorFactory.java38 Auditor create(HttpServletRequest request, AuditableHttpServletResponse response, Component component); method in interface:AuditorFactory
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/service/
H A DEntitlementConfigurationFactory.java34 EntitlementConfiguration create(Subject subject, String realm); method in interface:EntitlementConfigurationFactory
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/identity/idm/
H A DAMIdentityRepositoryFactory.java30 * @param realm The realm to create the instance in.
34 AMIdentityRepository create(String realm, SSOToken token); method in interface:AMIdentityRepositoryFactory
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DConnectionFactory.java40 T create() throws DataLayerException; method in interface:ConnectionFactory
/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/syncfailure/
H A DSyncFailureHandlerFactoryImplTest.java80 SyncFailureHandler handler = factory.create(null);
86 SyncFailureHandler handler = factory.create(new JsonValue(null));
92 SyncFailureHandler handler = factory.create(new JsonValue(new HashMap<String,Object>()));
99 SyncFailureHandler handler = factory.create(config);
106 SyncFailureHandler handler = factory.create(config);
113 SyncFailureHandler handler = factory.create(config);
120 SyncFailureHandler handler = factory.create(config);
127 SyncFailureHandler handler = factory.create(config);
136 SyncFailureHandler handler = factory.create(config);
145 SyncFailureHandler handler = factory.create(confi
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DRawModification.java73 create(ModificationType modificationType, method in class:RawModification
93 create(ModificationType modificationType, method in class:RawModification
96 RawAttribute rawAttribute = RawAttribute.create(attributeType);
117 create(ModificationType modificationType, method in class:RawModification
122 RawAttribute.create(attributeType, attributeValue);
143 create(ModificationType modificationType, method in class:RawModification
148 RawAttribute.create(attributeType, attributeValue);
169 create(ModificationType modificationType, method in class:RawModification
174 RawAttribute.create(attributeType, attributeValues);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DRawModification.java72 create(ModificationType modificationType, method in class:RawModification
92 create(ModificationType modificationType, method in class:RawModification
95 RawAttribute rawAttribute = RawAttribute.create(attributeType);
116 create(ModificationType modificationType, method in class:RawModification
121 RawAttribute.create(attributeType, attributeValue);
142 create(ModificationType modificationType, method in class:RawModification
147 RawAttribute.create(attributeType, attributeValue);
168 create(ModificationType modificationType, method in class:RawModification
173 RawAttribute.create(attributeType, attributeValues);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DRawModification.java73 create(ModificationType modificationType, method in class:RawModification
93 create(ModificationType modificationType, method in class:RawModification
96 RawAttribute rawAttribute = RawAttribute.create(attributeType);
117 create(ModificationType modificationType, method in class:RawModification
122 RawAttribute.create(attributeType, attributeValue);
143 create(ModificationType modificationType, method in class:RawModification
148 RawAttribute.create(attributeType, attributeValue);
169 create(ModificationType modificationType, method in class:RawModification
174 RawAttribute.create(attributeType, attributeValues);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DRawModification.java73 create(ModificationType modificationType, method in class:RawModification
93 create(ModificationType modificationType, method in class:RawModification
96 RawAttribute rawAttribute = RawAttribute.create(attributeType);
117 create(ModificationType modificationType, method in class:RawModification
122 RawAttribute.create(attributeType, attributeValue);
143 create(ModificationType modificationType, method in class:RawModification
148 RawAttribute.create(attributeType, attributeValue);
169 create(ModificationType modificationType, method in class:RawModification
174 RawAttribute.create(attributeType, attributeValues);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DRawModification.java72 create(ModificationType modificationType, method in class:RawModification
92 create(ModificationType modificationType, method in class:RawModification
95 RawAttribute rawAttribute = RawAttribute.create(attributeType);
116 create(ModificationType modificationType, method in class:RawModification
121 RawAttribute.create(attributeType, attributeValue);
142 create(ModificationType modificationType, method in class:RawModification
147 RawAttribute.create(attributeType, attributeValue);
168 create(ModificationType modificationType, method in class:RawModification
173 RawAttribute.create(attributeType, attributeValues);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DRawModification.java69 create(ModificationType modificationType, method in class:RawModification
89 create(ModificationType modificationType, method in class:RawModification
92 RawAttribute rawAttribute = RawAttribute.create(attributeType);
113 create(ModificationType modificationType, method in class:RawModification
118 RawAttribute.create(attributeType, attributeValue);
139 create(ModificationType modificationType, method in class:RawModification
144 RawAttribute.create(attributeType, attributeValue);
165 create(ModificationType modificationType, method in class:RawModification
170 RawAttribute.create(attributeType, attributeValues);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandlerFactory.java71 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
72 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
73 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
74 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
75 setPropHandlers.add(SetPropSubCommandHandler.create(parser, p, rd));
97 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
98 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
99 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
100 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
101 setPropHandlers.add(SetPropSubCommandHandler.create(parse
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java141 Attributes.empty(Attributes.create(cnType, "CN",
150 Attributes.create(cnType, cnValue),
161 Attributes.create(cnType, "JOHN DOE"),
172 Attributes.create("cn", "JOHN DOE"),
183 Attributes.create("CN", "JOHN DOE"),
194 Attributes.create(cnType, "CN", cnValue),
205 Attributes.create(cnType, "CN", "JOHN DOE"),
467 Attributes.create("CN", "test"),
468 Attributes.create("cn", "test"),
473 Attributes.create("descriptio
[all...]
H A DVirtualAttributeTestCase.java125 assertTrue(virtualAttribute.contains(AttributeValues.create(entryDNType, "o=test")));
129 assertTrue(virtualAttribute.contains(AttributeValues.create(entryDNType,
131 assertFalse(virtualAttribute.contains(AttributeValues.create(entryDNType,
136 testValues.add(AttributeValues.create(entryDNType, "o=test"));
139 testValues.add(AttributeValues.create(entryDNType, "o=not test"));
159 AttributeValue assertionValue = AttributeValues.create(entryDNType, "o=test");
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java122 Attributes.empty(Attributes.create(cnType, "CN", "john doe")),
130 Attributes.create(cnType, cnValue),
141 Attributes.create(cnType, "JOHN DOE"),
152 Attributes.create("cn", "JOHN DOE"),
163 Attributes.create("CN", "JOHN DOE"),
174 Attributes.create(cnType, "CN", cnValue),
185 Attributes.create(cnType, "CN", "JOHN DOE"),
447 Attributes.create("CN", "test"),
448 Attributes.create("cn", "test"),
453 Attributes.create("descriptio
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandlerFactory.java70 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
71 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
72 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
73 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
74 setPropHandlers.add(SetPropSubCommandHandler.create(parser, p, rd));
96 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
97 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
98 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
99 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
100 setPropHandlers.add(SetPropSubCommandHandler.create(parse
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandlerFactory.java71 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
72 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
73 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
74 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
75 setPropHandlers.add(SetPropSubCommandHandler.create(parser, p, rd));
97 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
98 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
99 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
100 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
101 setPropHandlers.add(SetPropSubCommandHandler.create(parse
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java141 Attributes.empty(Attributes.create(cnType, "CN",
150 Attributes.create(cnType, cnValue),
161 Attributes.create(cnType, "JOHN DOE"),
172 Attributes.create("cn", "JOHN DOE"),
183 Attributes.create("CN", "JOHN DOE"),
194 Attributes.create(cnType, "CN", cnValue),
205 Attributes.create(cnType, "CN", "JOHN DOE"),
467 Attributes.create("CN", "test"),
468 Attributes.create("cn", "test"),
473 Attributes.create("descriptio
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java122 Attributes.empty(Attributes.create(cnType, "CN", "john doe")),
130 Attributes.create(cnType, cnValue),
141 Attributes.create(cnType, "JOHN DOE"),
152 Attributes.create("cn", "JOHN DOE"),
163 Attributes.create("CN", "JOHN DOE"),
174 Attributes.create(cnType, "CN", cnValue),
185 Attributes.create(cnType, "CN", "JOHN DOE"),
447 Attributes.create("CN", "test"),
448 Attributes.create("cn", "test"),
453 Attributes.create("descriptio
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java141 Attributes.empty(Attributes.create(cnType, "CN",
150 Attributes.create(cnType, cnValue),
161 Attributes.create(cnType, "JOHN DOE"),
172 Attributes.create("cn", "JOHN DOE"),
183 Attributes.create("CN", "JOHN DOE"),
194 Attributes.create(cnType, "CN", cnValue),
205 Attributes.create(cnType, "CN", "JOHN DOE"),
467 Attributes.create("CN", "test"),
468 Attributes.create("cn", "test"),
473 Attributes.create("descriptio
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandlerFactory.java71 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
72 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
73 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
74 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
75 setPropHandlers.add(SetPropSubCommandHandler.create(parser, p, rd));
97 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
98 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
99 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
100 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
101 setPropHandlers.add(SetPropSubCommandHandler.create(parse
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandlerFactory.java70 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
71 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
72 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
73 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
74 setPropHandlers.add(SetPropSubCommandHandler.create(parser, p, rd));
96 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
97 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
98 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
99 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
100 setPropHandlers.add(SetPropSubCommandHandler.create(parse
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DSubCommandHandlerFactory.java62 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
63 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
64 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
65 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
66 setPropHandlers.add(SetPropSubCommandHandler.create(parser, p, rd));
83 createHandlers.add(CreateSubCommandHandler.create(parser, p, rd));
84 deleteHandlers.add(DeleteSubCommandHandler.create(parser, p, rd));
85 listHandlers.add(ListSubCommandHandler.create(parser, p, rd));
86 getPropHandlers.add(GetPropSubCommandHandler.create(parser, p, rd));
87 setPropHandlers.add(SetPropSubCommandHandler.create(parse
[all...]

Completed in 118 milliseconds

1234567891011>>