Searched refs:create (Results 151 - 175 of 2351) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DBackendMonitor.java158 attrs.add(Attributes.create(backendIDType, backend.getBackendID()));
164 builder.add(AttributeValues.create(baseDNType, dn.toString()));
168 attrs.add(Attributes.create(isPrivateType, BooleanSyntax
172 attrs.add(Attributes.create(entryCountType, String
193 builder.add(AttributeValues.create(baseDNEntryCountType, s));
202 builder.add(AttributeValues.create(baseDNEntryCountType, s));
206 attrs.add(Attributes.create(writabilityModeType, String
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DLightweightServerHandler.java175 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
176 attributes.add(Attributes.create("domain-name",
178 attributes.add(Attributes.create("connected-to",
206 attributes.add(Attributes.create(
208 attributes.add(Attributes.create(
215 attributes.add(Attributes.create("missing-changes",
220 attributes.add(Attributes.create("approximate-delay",
H A DServerHandler.java283 * Finalize the initialization, create reader, writer, heartbeat system
508 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
509 attributes.add(Attributes.create("domain-name", getBaseDNString()));
512 attributes.add(Attributes.create("max-waiting-changes", String
514 attributes.add(Attributes.create("sent-updates", String
516 attributes.add(Attributes.create("received-updates", String
520 attributes.add(Attributes.create("assured-sr-received-updates", String
522 attributes.add(Attributes.create("assured-sr-received-updates-timeout",
524 attributes.add(Attributes.create("assured-sr-sent-updates", String
526 attributes.add(Attributes.create("assure
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DLightweightServerHandler.java177 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
178 attributes.add(Attributes.create("domain-name",
180 attributes.add(Attributes.create("connected-to",
205 attributes.add(Attributes.create(
207 attributes.add(Attributes.create(
214 attributes.add(Attributes.create("missing-changes",
219 attributes.add(Attributes.create("approximate-delay",
H A DServerHandler.java267 * Finalize the initialization, create reader, writer, heartbeat system
492 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
493 attributes.add(Attributes.create("domain-name", String.valueOf(getBaseDN())));
496 attributes.add(Attributes.create("max-waiting-changes", String
498 attributes.add(Attributes.create("sent-updates", String
500 attributes.add(Attributes.create("received-updates", String
504 attributes.add(Attributes.create("assured-sr-received-updates", String
506 attributes.add(Attributes.create("assured-sr-received-updates-timeout",
508 attributes.add(Attributes.create("assured-sr-sent-updates", String
510 attributes.add(Attributes.create("assure
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java281 rawAttributes.add(RawAttribute.create("objectClass", values));
282 rawAttributes.add(RawAttribute.create("uid", "test"));
283 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
284 rawAttributes.add(RawAttribute.create("sn", "Surname"));
380 rawAttributes.add(RawAttribute.create("objectClass", values));
381 rawAttributes.add(RawAttribute.create("uid", "test"));
382 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
383 rawAttributes.add(RawAttribute.create("sn", "Surname"));
384 rawAttributes.add(RawAttribute.create("modifyTimeStamp", "2011091212400000Z"));
385 rawAttributes.add(RawAttribute.create("createTimeStam
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java273 rawAttributes.add(RawAttribute.create("objectClass", values));
274 rawAttributes.add(RawAttribute.create("uid", "test"));
275 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
276 rawAttributes.add(RawAttribute.create("sn", "Surname"));
372 rawAttributes.add(RawAttribute.create("objectClass", values));
373 rawAttributes.add(RawAttribute.create("uid", "test"));
374 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
375 rawAttributes.add(RawAttribute.create("sn", "Surname"));
376 rawAttributes.add(RawAttribute.create("modifyTimeStamp", "2011091212400000Z"));
377 rawAttributes.add(RawAttribute.create("createTimeStam
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DServerHandler.java283 * Finalize the initialization, create reader, writer, heartbeat system
508 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
509 attributes.add(Attributes.create("domain-name", getBaseDNString()));
512 attributes.add(Attributes.create("max-waiting-changes", String
514 attributes.add(Attributes.create("sent-updates", String
516 attributes.add(Attributes.create("received-updates", String
520 attributes.add(Attributes.create("assured-sr-received-updates", String
522 attributes.add(Attributes.create("assured-sr-received-updates-timeout",
524 attributes.add(Attributes.create("assured-sr-sent-updates", String
526 attributes.add(Attributes.create("assure
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java281 rawAttributes.add(RawAttribute.create("objectClass", values));
282 rawAttributes.add(RawAttribute.create("uid", "test"));
283 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
284 rawAttributes.add(RawAttribute.create("sn", "Surname"));
380 rawAttributes.add(RawAttribute.create("objectClass", values));
381 rawAttributes.add(RawAttribute.create("uid", "test"));
382 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
383 rawAttributes.add(RawAttribute.create("sn", "Surname"));
384 rawAttributes.add(RawAttribute.create("modifyTimeStamp", "2011091212400000Z"));
385 rawAttributes.add(RawAttribute.create("createTimeStam
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java273 rawAttributes.add(RawAttribute.create("objectClass", values));
274 rawAttributes.add(RawAttribute.create("uid", "test"));
275 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
276 rawAttributes.add(RawAttribute.create("sn", "Surname"));
372 rawAttributes.add(RawAttribute.create("objectClass", values));
373 rawAttributes.add(RawAttribute.create("uid", "test"));
374 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
375 rawAttributes.add(RawAttribute.create("sn", "Surname"));
376 rawAttributes.add(RawAttribute.create("modifyTimeStamp", "2011091212400000Z"));
377 rawAttributes.add(RawAttribute.create("createTimeStam
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java281 rawAttributes.add(RawAttribute.create("objectClass", values));
282 rawAttributes.add(RawAttribute.create("uid", "test"));
283 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
284 rawAttributes.add(RawAttribute.create("sn", "Surname"));
380 rawAttributes.add(RawAttribute.create("objectClass", values));
381 rawAttributes.add(RawAttribute.create("uid", "test"));
382 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
383 rawAttributes.add(RawAttribute.create("sn", "Surname"));
384 rawAttributes.add(RawAttribute.create("modifyTimeStamp", "2011091212400000Z"));
385 rawAttributes.add(RawAttribute.create("createTimeStam
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java262 rawAttributes.add(RawAttribute.create("objectClass", values));
263 rawAttributes.add(RawAttribute.create("uid", "test"));
264 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
265 rawAttributes.add(RawAttribute.create("sn", "Surname"));
361 rawAttributes.add(RawAttribute.create("objectClass", values));
362 rawAttributes.add(RawAttribute.create("uid", "test"));
363 rawAttributes.add(RawAttribute.create("cn", "Name Surname"));
364 rawAttributes.add(RawAttribute.create("sn", "Surname"));
365 rawAttributes.add(RawAttribute.create("modifyTimeStamp", "2011091212400000Z"));
366 rawAttributes.add(RawAttribute.create("createTimeStam
[all...]
/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DUmaWellKnownConfigurationEndpointTest.java77 given(umaUris.getIssuer()).willReturn(URI.create("ISSUER"));
83 given(umaUris.getTokenEndpoint()).willReturn(URI.create("TOKEN_ENDPOINT"));
84 given(umaUris.getAuthorizationEndpoint()).willReturn(URI.create("AUTHORIZATION_ENDPOINT"));
85 given(umaUris.getTokenIntrospectionEndpoint()).willReturn(URI.create("TOKEN_INTROSPECTION_ENDPOINT"));
86 given(umaUris.getResourceSetRegistrationEndpoint()).willReturn(URI.create("RESOURCE_SET_REGISTRATION_ENDPOINT"));
87 given(umaUris.getPermissionRegistrationEndpoint()).willReturn(URI.create("PERMISSION_REGISTRATION_ENDPOINT"));
88 given(umaUris.getRPTEndpoint()).willReturn(URI.create("RPT_ENDPOINT"));
98 given(providerSettings.getSupportedUmaProfiles()).willReturn(Collections.singleton(URI.create("UMA_PROFILE")));
99 given(umaUris.getDynamicClientEndpoint()).willReturn(URI.create("DYNAMIC_CLIENT_ENDPOINT"));
100 given(umaUris.getRequestingPartyClaimsEndpoint()).willReturn(URI.create("REQUESTING_PARTY_CLAIMS_ENDPOIN
[all...]
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DUmaWellKnownConfigurationEndpointTest.java77 given(umaUris.getIssuer()).willReturn(URI.create("ISSUER"));
83 given(umaUris.getTokenEndpoint()).willReturn(URI.create("TOKEN_ENDPOINT"));
84 given(umaUris.getAuthorizationEndpoint()).willReturn(URI.create("AUTHORIZATION_ENDPOINT"));
85 given(umaUris.getTokenIntrospectionEndpoint()).willReturn(URI.create("TOKEN_INTROSPECTION_ENDPOINT"));
86 given(umaUris.getResourceSetRegistrationEndpoint()).willReturn(URI.create("RESOURCE_SET_REGISTRATION_ENDPOINT"));
87 given(umaUris.getPermissionRegistrationEndpoint()).willReturn(URI.create("PERMISSION_REGISTRATION_ENDPOINT"));
88 given(umaUris.getRPTEndpoint()).willReturn(URI.create("RPT_ENDPOINT"));
98 given(providerSettings.getSupportedUmaProfiles()).willReturn(Collections.singleton(URI.create("UMA_PROFILE")));
99 given(umaUris.getDynamicClientEndpoint()).willReturn(URI.create("DYNAMIC_CLIENT_ENDPOINT"));
100 given(umaUris.getRequestingPartyClaimsEndpoint()).willReturn(URI.create("REQUESTING_PARTY_CLAIMS_ENDPOIN
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DOAuth2FlowFinder.java72 public ServerResource create(Request request, Response response) { method in class:OAuth2FlowFinder
74 final OAuth2Request oAuth2Request = requestFactory.create(request);
90 return finder.create(request, response);
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/resources/
H A DResourceSetRegistrationExceptionFilter.java68 response.setEntity(jacksonRepresentationFactory.create(UNSUPPORTED_METHOD_TYPE));
70 response.setEntity(jacksonRepresentationFactory.create(PRECONDITION_FAILED));
85 response.setEntity(jacksonRepresentationFactory.create(responseBody));
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DOAuth2FlowFinder.java72 public ServerResource create(Request request, Response response) { method in class:OAuth2FlowFinder
74 final OAuth2Request oAuth2Request = requestFactory.create(request);
90 return finder.create(request, response);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/resources/
H A DResourceSetRegistrationExceptionFilter.java68 response.setEntity(jacksonRepresentationFactory.create(UNSUPPORTED_METHOD_TYPE));
70 response.setEntity(jacksonRepresentationFactory.create(PRECONDITION_FAILED));
85 response.setEntity(jacksonRepresentationFactory.create(responseBody));
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/sm/datalayer/impl/tasks/
H A DCreateTaskTest.java49 given(mockAdapter.create(mockToken, options)).willReturn(mockCreated);
57 verify(mockAdapter).create(eq(mockToken), eq(options));
63 .when(mockAdapter).create(any(Token.class), eq(options));
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/services/
H A DAuthenticatorDeviceServiceFactory.java69 public T create(String realm) throws SMSException, SSOException { method in class:AuthenticatorDeviceServiceFactory
74 service = factory.create(serviceConfigManager, realm);
111 factory.create(serviceConfigManager, orgName));
/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DParallelWorkQueueMonitor.java189 .add(Attributes.create(attrType, String.valueOf(backlog)));
194 monitorAttrs.add(Attributes.create(attrType, String
200 monitorAttrs.add(Attributes.create(attrType, String
206 monitorAttrs.add(Attributes.create(attrType, String
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DParallelWorkQueueMonitor.java188 .add(Attributes.create(attrType, String.valueOf(backlog)));
193 monitorAttrs.add(Attributes.create(attrType, String
199 monitorAttrs.add(Attributes.create(attrType, String
205 monitorAttrs.add(Attributes.create(attrType, String
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DValueInfoTest.java54 AttributeValue att1 = AttributeValues.create(type, "string");
55 AttributeValue att2 = AttributeValues.create(type, "value");
56 AttributeValue att3 = AttributeValues.create(type, "again");
85 AttrValueHistorical valInfo3 = new AttrValueHistorical(AttributeValues.create(type,"Test"),
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DValueInfoTest.java55 AttributeValue att1 = AttributeValues.create(type, "string");
56 AttributeValue att2 = AttributeValues.create(type, "value");
57 AttributeValue att3 = AttributeValues.create(type, "again");
83 AttrValueHistorical valInfo3 = new AttrValueHistorical(AttributeValues.create(type,"Test"),
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DRebuildIndexTestCase.java80 Attributes.create("ds-cfg-base-dn", baseDN)));
83 Attributes.create("ds-cfg-enabled", "false")));
104 Attributes.create("ds-cfg-base-dn", baseDN)));
106 Attributes.create("ds-cfg-enabled", "true")));

Completed in 543 milliseconds

1234567891011>>