Searched refs:directory (Results 101 - 125 of 165) sorted by relevance

1234567

/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/dir/
H A DContextEnumerator.java28 import javax.naming.directory.SearchControls;
/openjdk9/jdk/test/java/lang/ClassLoader/
H A DGetSystemPackage.java91 runSubProcess("System package from directory improperly resolved.",
122 int res = pb.directory(tmpFolder).inheritIO().start().waitFor();
/openjdk9/jdk/test/com/sun/jndi/ldap/
H A DBase64Test.java33 import javax.naming.directory.*;
36 * RFC 2713 specifies an encoding for Java objects stored in an LDAP directory.
180 * in an LDAP directory.
H A DInvalidLdapFilters.java89 import javax.naming.directory.*;
H A DDeadSSLLdapTimeoutTest.java36 import javax.naming.directory.*;
H A DBalancedParentheses.java32 import javax.naming.directory.*;
/openjdk9/jdk/test/javax/naming/module/src/test/test/
H A DStoreFruit.java25 * Demonstrate Java object storage and retrieval using an LDAP directory.
35 import javax.naming.directory.*;
82 * Store fruit objects in the LDAP directory
126 * Retrieve fruit objects from the LDAP directory
155 * Remove objects from the LDAP directory
H A DStorePerson.java25 * Demonstrate Java object storage and retrieval using an LDAP directory.
37 import javax.naming.directory.*;
84 * Store Person objects in the LDAP directory
138 * Retrieve Person objects from the LDAP directory
182 * Remove objects from the LDAP directory
/openjdk9/langtools/test/tools/jdeps/
H A DMultiReleaseJar.java235 pb.directory(mrjar.toFile());
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java364 // ******* Add the directory pane ******* //
883 * Property to remember whether a directory is currently selected in the UI.
886 * @param directorySelected if a directory is currently selected.
906 * Returns the directory name.
908 * @return the directory name
911 // PENDING(jeff) - get the name from the directory combobox
916 * Sets the directory name.
918 * @param dirname the directory name
921 // PENDING(jeff) - set the name in the directory combobox
950 File directory
1023 addItem(File directory) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java378 // ******* Add the directory pane ******* //
900 * Property to remember whether a directory is currently selected in the UI.
903 * @param directorySelected if a directory is currently selected.
921 // PENDING(jeff) - get the name from the directory combobox
926 // PENDING(jeff) - set the name in the directory combobox
1009 File directory = (File)value;
1010 setText(getFileChooser().getName(directory));
1011 Icon icon = getFileChooser().getIcon(directory);
1063 // Add the current directory to the model, and make it the
1072 * Adds the directory t
1076 addItem(File directory) argument
[all...]
/openjdk9/jdk/src/java.naming/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStoreImpl.java35 import javax.naming.directory.Attribute;
36 import javax.naming.directory.Attributes;
37 import javax.naming.directory.BasicAttributes;
114 * The JNDI directory context.
361 * directory. Returns a Collection containing only the Certificates that
411 * directory.
458 * at the specified location in the LDAP directory. Returns a Collection
510 * If the subject is specified, its directory entry is searched. If the
511 * issuer is specified, its directory entry is searched. If neither the
626 * Gets CRLs from an attribute id and location in the LDAP directory
[all...]
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapName.java34 import javax.naming.directory.Attributes;
35 import javax.naming.directory.Attribute;
36 import javax.naming.directory.BasicAttributes;
H A DLdapCtxFactory.java33 import javax.naming.directory.*;
H A DServiceLocator.java35 import javax.naming.directory.*;
H A DAbstractLdapNamingEnumeration.java33 import javax.naming.directory.Attributes;
H A DNamingEventNotifier.java29 import javax.naming.directory.*;
H A DLdapSearchEnumeration.java34 import javax.naming.directory.*;
/openjdk9/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java98 // in a directory without write permissions). These warnings will confuse tests
430 // Can't execute a directory -- permission denied
445 // Check empty PATH component means current directory.
1161 // Read access to current directory is always granted;
1500 // Put in a directory; get the same one back out.
1505 equal(pb.directory(), null);
1506 equal(pb.directory(foo).directory(), foo);
1507 equal(pb.directory(null).directory(), nul
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/jndi/cosnaming/
H A DExceptionMapper.java29 import javax.naming.directory.*;
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java335 // ******* Add the directory pane ******* //
747 // Add the current directory to the model, and make it the
756 * Adds the directory to the model and sets it to be selected,
757 * additionally clears out the previous selected directory and
760 public void addItem(File directory) { argument
762 if (directory == null) {
784 canonical = ShellFolder.getNormalizedFile(directory);
787 canonical = directory;
790 // create File instances of each directory leading up to the top
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DBasicAttribute.java26 package javax.naming.directory;
56 * to get the values dynamically from the directory (or implement
61 * in the directory. Updates to the directory can only be effected
283 * from the directory.
295 * from the directory.
H A DInitialDirContext.java27 package javax.naming.directory;
35 * directory operations. The documentation in the class description
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/krb5/
H A DKrbServiceLocator.java39 import javax.naming.directory.*;
/openjdk9/jdk/test/sun/misc/JarIndex/
H A DJarIndexMergeForClassLoaderTest.java80 // Check that a non existent file in directory which does not contain
108 // ProcessBuilder is used so that the current directory can be set
109 // to the directory that directly contains the jars.
114 pb.directory(tmpFolder);

Completed in 203 milliseconds

1234567