Searched refs:vendor (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DCompatibleJava.java31 * to run properly OpenDS. The versions specify a vendor and a java version.
37 private String vendor; field in class:CompatibleJava
42 * @param vendor the JVM vendor.
45 private CompatibleJava(String vendor, String version) argument
47 this.vendor = vendor;
61 * Returns the vendor of this compatible java version.
62 * @return the vendor of this compatible java version.
66 return vendor;
[all...]
H A DUtils.java1532 String vendor = System.getProperty("java.vendor");
1536 if (i.getVendor().equalsIgnoreCase(vendor))
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DCompatibleJava.java32 * to run properly OpenDS. The versions specify a vendor and a java version.
38 private String vendor; field in class:CompatibleJava
43 * @param vendor the JVM vendor.
46 private CompatibleJava(String vendor, String version) argument
48 this.vendor = vendor;
62 * Returns the vendor of this compatible java version.
63 * @return the vendor of this compatible java version.
67 return vendor;
[all...]
H A DUtils.java1533 String vendor = System.getProperty("java.vendor");
1537 if (i.getVendor().equalsIgnoreCase(vendor))
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DCompatibleJava.java32 * to run properly OpenDS. The versions specify a vendor and a java version.
38 private String vendor; field in class:CompatibleJava
43 * @param vendor the JVM vendor.
46 private CompatibleJava(String vendor, String version) argument
48 this.vendor = vendor;
62 * Returns the vendor of this compatible java version.
63 * @return the vendor of this compatible java version.
67 return vendor;
[all...]
H A DUtils.java1533 String vendor = System.getProperty("java.vendor");
1537 if (i.getVendor().equalsIgnoreCase(vendor))
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DCompatibleJava.java31 * to run properly OpenDS. The versions specify a vendor and a java version.
37 private String vendor; field in class:CompatibleJava
42 * @param vendor the JVM vendor.
45 private CompatibleJava(String vendor, String version) argument
47 this.vendor = vendor;
61 * Returns the vendor of this compatible java version.
62 * @return the vendor of this compatible java version.
66 return vendor;
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DCompatibleJava.java32 * to run properly OpenDS. The versions specify a vendor and a java version.
38 private String vendor; field in class:CompatibleJava
43 * @param vendor the JVM vendor.
46 private CompatibleJava(String vendor, String version) argument
48 this.vendor = vendor;
62 * Returns the vendor of this compatible java version.
63 * @return the vendor of this compatible java version.
67 return vendor;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DDirectoryServerVendor.java43 * This singleton attempts to query vendor information of a Directory Server.
75 * Returns the vendor of Directory Server.
77 * @return the vendor of Directory Server.
78 * @throws LdapException if unable to get the vendor information.
79 * @throws SearchResultReferenceIOException if unable to get the vendor information
106 Vendor vendor = unknownVendor;
111 vendor = new Vendor(OPENDJ, version);
114 vendor = new Vendor(OPENDS, version);
117 vendor = new Vendor(ODSEE, version);
120 vendor
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DDirectoryServerVendor.java43 * This singleton attempts to query vendor information of a Directory Server.
75 * Returns the vendor of Directory Server.
77 * @return the vendor of Directory Server.
78 * @throws LdapException if unable to get the vendor information.
79 * @throws SearchResultReferenceIOException if unable to get the vendor information
106 Vendor vendor = unknownVendor;
111 vendor = new Vendor(OPENDJ, version);
114 vendor = new Vendor(OPENDS, version);
117 vendor = new Vendor(ODSEE, version);
120 vendor
[all...]
/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-client-side.js153 if (navigator.vendor) {
154 devicePrint.vendor = navigator.vendor;
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-client-side.js153 if (navigator.vendor) {
154 devicePrint.vendor = navigator.vendor;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DImportServiceConfiguration.java118 DirectoryServerVendor.Vendor vendor = DirectoryServerVendor.getInstance().query(ldConnection);
119 if (!vendor.name.equals(DirectoryServerVendor.OPENDJ)
120 && !vendor.name.equals(DirectoryServerVendor.OPENDS)
121 && !vendor.name.equals(DirectoryServerVendor.ODSEE)
128 if (vendor.name.equals(DirectoryServerVendor.ODSEE)) {
129 loadLDIF(vendor, ldConnection);
331 private void loadLDIF(DirectoryServerVendor.Vendor vendor, Connection ld) throws CLIException { argument
339 String vendorName = vendor.name;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DImportServiceConfiguration.java118 DirectoryServerVendor.Vendor vendor = DirectoryServerVendor.getInstance().query(ldConnection);
119 if (!vendor.name.equals(DirectoryServerVendor.OPENDJ)
120 && !vendor.name.equals(DirectoryServerVendor.OPENDS)
121 && !vendor.name.equals(DirectoryServerVendor.ODSEE)
128 loadLDIF(vendor, ldConnection);
328 private void loadLDIF(DirectoryServerVendor.Vendor vendor, Connection ld) throws CLIException { argument
336 String vendorName = vendor.name;
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DPlatform.java53 * Provides a wrapper class that collects all of the JVM vendor and JDK version
70 String vendor = System.getProperty("java.vendor");
72 if (vendor.startsWith("IBM"))
602 * Test if a platform java vendor property starts with the specified vendor
605 * @param vendor
606 * The vendor to check for.
607 * @return {@code true} if the java vendor starts with the specified vendor
610 isVendor(String vendor) argument
[all...]
/forgerock/opendj2/resource/webstart/
H A Dcreate-webstart-standalone.sh212 <vendor>${VENDOR}</vendor>
/forgerock/opendj-b2.6/resource/webstart/
H A Dcreate-webstart-standalone.sh213 <vendor>${VENDOR}</vendor>
/forgerock/opendj2.6.2/resource/webstart/
H A Dcreate-webstart-standalone.sh213 <vendor>${VENDOR}</vendor>
/forgerock/opendj2-hg/resource/webstart/
H A Dcreate-webstart-standalone.sh212 <vendor>${VENDOR}</vendor>
/forgerock/opendj2-jel-hg/resource/webstart/
H A Dcreate-webstart-standalone.sh178 <vendor>${VENDOR}</vendor>
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DPlatform.java53 * Provides a wrapper class that collects all of the JVM vendor and JDK version
70 String vendor = System.getProperty("java.vendor");
72 if (vendor.startsWith("IBM"))
602 * Test if a platform java vendor property starts with the specified vendor
605 * @param vendor
606 * The vendor to check for.
607 * @return {@code true} if the java vendor starts with the specified vendor
610 isVendor(String vendor) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DPlatform.java53 * Provides a wrapper class that collects all of the JVM vendor and JDK version
70 String vendor = System.getProperty("java.vendor");
72 if (vendor.startsWith("IBM"))
611 * Test if a platform java vendor property starts with the specified vendor
614 * @param vendor
615 * The vendor to check for.
616 * @return {@code true} if the java vendor starts with the specified vendor
619 isVendor(String vendor) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DPlatform.java54 * Provides a wrapper class that collects all of the JVM vendor and JDK version
71 String vendor = System.getProperty("java.vendor");
73 if (vendor.startsWith("IBM"))
612 * Test if a platform java vendor property starts with the specified vendor
615 * @param vendor
616 * The vendor to check for.
617 * @return {@code true} if the java vendor starts with the specified vendor
620 isVendor(String vendor) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DPlatform.java53 * Provides a wrapper class that collects all of the JVM vendor and JDK version
70 String vendor = System.getProperty("java.vendor");
72 if (vendor.startsWith("IBM"))
611 * Test if a platform java vendor property starts with the specified vendor
614 * @param vendor
615 * The vendor to check for.
616 * @return {@code true} if the java vendor starts with the specified vendor
619 isVendor(String vendor) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DPlatform.java59 * Provides a wrapper class that collects all of the JVM vendor and JDK version
87 String vendor = System.getProperty("java.vendor");
89 if (vendor.startsWith("IBM"))
572 * Test if a platform java vendor property starts with the specified vendor
575 * @param vendor
576 * The vendor to check for.
577 * @return {@code true} if the java vendor starts with the specified vendor
580 isVendor(String vendor) argument
[all...]

Completed in 250 milliseconds

12