Searched defs:vendor (Results 1 - 22 of 22) sorted by relevance

/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...]
/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...]
/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...]
/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-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/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/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/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-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-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...]
/forgerock/opendj2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
/forgerock/opendj2.6.2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 921 milliseconds