Searched refs:to (Results 1 - 25 of 771) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/pkg/
H A Dopends_proto.py6 # The contents of this file are subject to the terms of the
37 LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
38 to be highly extensible, and to be easy to deploy, manage and monitor.",
H A Dopends-dsml-gateway_proto.py6 # The contents of this file are subject to the terms of the
36 gateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
38 clients, converts them to LDAP requests that it forwards to a directory server for \
40 to DSML to return to the client. ",
/forgerock/opendj-b2.6/src/pkg/
H A Dopends_proto.py6 # The contents of this file are subject to the terms of the
38 LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
39 to be highly extensible, and to be easy to deploy, manage and monitor.",
H A Dopends-dsml-gateway_proto.py6 # The contents of this file are subject to the terms of the
37 gateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
39 clients, converts them to LDAP requests that it forwards to a directory server for \
41 to DSML to return to the client. ",
/forgerock/opendj2.6.2/src/pkg/
H A Dopends_proto.py6 # The contents of this file are subject to the terms of the
38 LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
39 to be highly extensible, and to be easy to deploy, manage and monitor.",
H A Dopends-dsml-gateway_proto.py6 # The contents of this file are subject to the terms of the
37 gateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
39 clients, converts them to LDAP requests that it forwards to a directory server for \
41 to DSML to return to the client. ",
/forgerock/opendj2-hg/src/pkg/
H A Dopends_proto.py6 # The contents of this file are subject to the terms of the
37 LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
38 to be highly extensible, and to be easy to deploy, manage and monitor.",
H A Dopends-dsml-gateway_proto.py6 # The contents of this file are subject to the terms of the
36 gateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
38 clients, converts them to LDAP requests that it forwards to a directory server for \
40 to DSML to return to the client. ",
/forgerock/opendj2-jel-hg/src/pkg/
H A Dopends_proto.py6 # The contents of this file are subject to the terms of the
38 LDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
39 to be highly extensible, and to be easy to deploy, manage and monitor.",
H A Dopends-dsml-gateway_proto.py6 # The contents of this file are subject to the terms of the
37 gateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
39 clients, converts them to LDAP requests that it forwards to a directory server for \
41 to DSML to return to the client. ",
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/models/
H A DJSONValuesTest.js2 * The contents of this file are subject to the terms of the Common Development and
64 expect(globalValues.raw).to.contain.keys("global");
65 expect(globalValues.raw.global).to.contain.keys("globalSimpleKey");
69 expect(globalValues.raw).to.contain.keys("global");
70 expect(globalValues.raw.global).to.not.contain.keys("globalCollectionKey");
75 expect(defaultsValues.raw).to.contain.keys("defaults");
76 expect(defaultsValues.raw.defaults).to.contain.keys("defaultsSimple");
80 expect(defaultsValues.raw).to.contain.keys("defaultsCollection");
84 expect(defaultsValues.raw).to.contain.keys("_defaultsCollectionProperties");
88 expect(defaultsCollectionValues.raw).to
[all...]
H A DJSONSchemaTest.js2 * The contents of this file are subject to the terms of the Common Development and
96 expect(schemaWithGlobalProps.raw.properties).to.contain.keys("global");
97 expect(schemaWithGlobalProps.raw.properties.global.properties).to.contain.keys("globalSimpleProperty");
101 expect(i18next.t).to.be.calledWith("console.common.globalAttributes");
110 expect(schemaWithGlobalProps.raw.properties).to.contain.keys("global");
111 expect(schemaWithGlobalProps.raw.properties.global.properties).to.not.have
117 expect(schemaWithDefaultsProps.raw.properties).to.contain.keys("defaultsCollectionProperty");
121 expect(schemaWithDefaultsProps.raw.properties.defaults.properties).to.contain
126 expect(schemaWithDefaultsCollectionProps.raw.properties).to.contain.keys("defaultsCollectionProperty");
130 expect(schemaWithDefaultsCollectionProps.raw.properties).to
[all...]
/forgerock/openam-v13/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/
H A DLicensePresenterGuiceModule.java2 * The contents of this file are subject to the terms of the Common Development and
29 bind(LicensePresenter.class).to(CLILicensePresenter.class);
30 bind(LicenseLocator.class).to(CLIPresenterClasspathLicenseLocator.class);
31 bind(User.class).to(ConsoleUser.class);
/forgerock/openam/openam-tools/openam-license-manager-cli/src/main/java/org/forgerock/openam/license/
H A DLicensePresenterGuiceModule.java2 * The contents of this file are subject to the terms of the Common Development and
29 bind(LicensePresenter.class).to(CLILicensePresenter.class);
30 bind(LicenseLocator.class).to(CLIPresenterClasspathLicenseLocator.class);
31 bind(User.class).to(ConsoleUser.class);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/
H A DPromiseTest.js2 * The contents of this file are subject to the terms of the Common Development and
29 done(new Error("Excepted the promise to be rejected"));
31 expect(value).to.be.an.instanceOf(TypeError);
47 expect(value).to.be.an.instanceOf(Array).and.to.be.empty;
61 expect(resolvedSpy).to.not.be.called;
62 expect(rejectedSpy).to.not.be.called;
66 expect(resolvedSpy).to.be.called;
67 expect(rejectedSpy).to.not.be.called;
71 expect(resolvedSpy).to
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/
H A DPromiseTest.js2 * The contents of this file are subject to the terms of the Common Development and
29 done(new Error("Excepted the promise to be rejected"));
31 expect(value).to.be.an.instanceOf(TypeError);
46 expect(value).to.be.an.instanceOf(Array).and.to.be.empty;
63 expect(resolvedSpy).to.not.be.called;
64 expect(rejectedSpy).to.not.be.called;
68 expect(resolvedSpy).to.be.called;
69 expect(rejectedSpy).to.not.be.called;
73 expect(resolvedSpy).to
[all...]
/forgerock/opendj-b2.6/resource/bin/
H A DREADME_WINDOWS.txt4 * The contents of this file are subject to the terms of the
27 Note that all the batch files under the 'bin' directory have been moved to the
/forgerock/opendj2.6.2/resource/bin/
H A DREADME_WINDOWS.txt4 * The contents of this file are subject to the terms of the
27 Note that all the batch files under the 'bin' directory have been moved to the
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServer.java4 * The contents of this file are subject to the terms
45 * @param to The address that the E-mail message is sent.
48 * @throws MessagingException in the case where the module was unable to send the e-mail.
50 void sendHtmlEmail(String to, String subject, String message) throws MessagingException; argument
57 * @param to The address that the E-mail message is sent.
61 * @throws MessagingException in case where the module was unable to send the e-mail.
63 void sendHtmlEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
71 * @param to The address that the E-mail message is sent
75 * @throws MessagingException in case where the module was unable to send the e-mail
77 void sendEmail(String from, String to, Strin argument
87 sendEmail(String to, String subject, String message) argument
104 sendEmail(String to, String subject, String message, String mimeType) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServer.java4 * The contents of this file are subject to the terms
45 * @param to The address that the E-mail message is sent.
48 * @throws MessagingException in the case where the module was unable to send the e-mail.
50 void sendHtmlEmail(String to, String subject, String message) throws MessagingException; argument
57 * @param to The address that the E-mail message is sent.
61 * @throws MessagingException in case where the module was unable to send the e-mail.
63 void sendHtmlEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
71 * @param to The address that the E-mail message is sent
75 * @throws MessagingException in case where the module was unable to send the e-mail
77 void sendEmail(String from, String to, Strin argument
87 sendEmail(String to, String subject, String message) argument
104 sendEmail(String to, String subject, String message, String mimeType) argument
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/user/login/
H A DRESTLoginHelperTest.js2 * The contents of this file are subject to the terms of the Common Development and
38 expect(RESTLoginHelper.filterUrlParams()).to.be.a("string");
41 it("coverts an object to parameter string", function () {
47 expect(RESTLoginHelper.filterUrlParams(params)).to.eq("&arg=argValue&locale=localeValue");
64 expect(RESTLoginHelper.filterUrlParams(params)).to.eq(expected);
73 expect(RESTLoginHelper.filterUrlParams(params)).to.eq("");
79 expect(RESTLoginHelper.filterUrlParams(undefined)).to.eq("");
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/user/login/
H A DRESTLoginHelperTest.js2 * The contents of this file are subject to the terms of the Common Development and
38 expect(RESTLoginHelper.filterUrlParams()).to.be.a("string");
41 it("coverts an object to parameter string", () => {
47 expect(RESTLoginHelper.filterUrlParams(params)).to.eq("&arg=argValue&locale=localeValue");
64 expect(RESTLoginHelper.filterUrlParams(params)).to.eq(expected);
73 expect(RESTLoginHelper.filterUrlParams(params)).to.eq("");
79 expect(RESTLoginHelper.filterUrlParams(undefined)).to.eq("");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/plugin/configuration/
H A DFedletAuditConfigurationGuiceModule.java2 * The contents of this file are subject to the terms of the Common Development and
34 bind(AuditEventPublisher.class).to(FedletAuditEventPublisherImpl.class);
35 bind(AuditServiceConfigurationProvider.class).to(FedletAuditServiceConfigurationProviderImpl.class);
36 bind(TransactionIdConfiguration.class).to(FedletTransactionIdConfigurationImpl.class);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DMigrationReport.java2 * The contents of this file are subject to the terms of the Common Development and
23 * Report that holds all information about what old policy condition was migrated to what new entitlement condition.
43 * Adds a migration from an old policy subject condition to a new entitlement subject condition.
46 * @param to The new entitlement subject condition class name.
48 void migratedSubjectCondition(String from, String to) { argument
49 subjectConditionMigration.put(from, to);
53 * Adds a migration from an old policy environment condition to a new entitlement environment condition.
56 * @param to The new entitlement environment condition class name.
58 void migratedEnvironmentCondition(String from, String to) { argument
59 environmentConditionMigration.put(from, to);
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample7/
H A DREADME6 * The contents of this file are subject to the terms
28 This sample demonstrates using scripting to expose users according to a
31 For documentation pertaining to this example see:
34 Note that this sample does not work with the OpenIDM UI, due to the fact
41 $ cd /path/to/openidm
44 2. Run reconciliation to copy the user from the XML file under data/ to
46 transform the user data to fit the SCIM-like schema.

Completed in 203 milliseconds

1234567891011>>