| /forgerock/opendj-b2.6/resource/bin/ |
| H A D | README_WINDOWS.txt | 27 Note that all the batch files under the 'bin' directory have been moved to the 28 'bat' directory.
|
| /forgerock/opendj2.6.2/resource/bin/ |
| H A D | README_WINDOWS.txt | 27 Note that all the batch files under the 'bin' directory have been moved to the 28 'bat' directory.
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/ |
| H A D | DiskSpaceMonitorHandler.java | 44 * @param directory the directory for which the threshold has been triggered 47 void diskLowThresholdReached(File directory, long thresholdInBytes); argument 52 * @param directory the directory for which the threshold has been triggered 55 void diskFullThresholdReached(File directory, long thresholdInBytes); argument 60 * @param directory the directory for which the threshold has been triggeredTODO 65 void diskSpaceRestored(File directory, long lowThresholdInBytes, long fullThresholdInBytes); argument
|
| /forgerock/opendj2-jel-hg/resource/bin/ |
| H A D | README_WINDOWS.txt | 27 Note that all the batch files under the 'bin' directory have been moved to the 28 'bat' directory. 30 Also if the instance data directory should be different from the install 31 directory, the environment variable INSTANCE_ROOT must be explictly set to 32 the path of the instance data directory.
|
| /forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/ |
| H A D | WebContainer.properties | 40 webcontainer-server-dir-check=Verifying server directory 41 webcontainer-server-dir-invalid=Invalid server directory 42 webcontainer-properties-dir-check=Verifying properties directory 43 webcontainer-properties-dir-invalid=Invalid properties directory 44 webcontainer-profile-dir-check=Verifying profile directory 45 webcontainer-profile-dir-invalid=Invalid profile directory 47 webcontainer-domain-dir-check=Verifying domain directory 48 webcontainer-domain-dir-invalid=Invalid domain directory 49 webcontainer-instance-dir-check=Verifying instance directory 50 webcontainer-instance-dir-invalid=Invalid instance directory [all...] |
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/upgrade/ |
| H A D | EmbeddedOpenDJBackupManager.java | 47 * @param baseDirectory The base configuration directory for OpenAM. 82 throw new ConfiguratorException("Upgrade cannot create backup directory. " + e.getMessage()); 87 File directory = new File(baseDirectory, name); 88 if (directory.exists() && directory.isFile()) { 89 throw new ConfiguratorException("Directory:" + directory 92 if (!directory.exists()) { 93 if (!directory.mkdir()) { 94 throw new ConfiguratorException("Unable to create directory: " + directory); [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
| H A D | DiskSpaceMonitor.java | 67 private volatile File directory; field in class:DiskSpaceMonitor 82 * @param directory The directory to monitor. 90 public DiskSpaceMonitor(String instanceName, File directory, argument 94 this.directory = directory; 104 * Retrieves the directory currently being monitored. 106 * @return The directory currently being monitored. 109 return directory; 113 * Sets the directory t 117 setDirectory(File directory) argument [all...] |
| /forgerock/opendj2/src/server/org/opends/server/extensions/ |
| H A D | DiskSpaceMonitor.java | 66 private volatile File directory; field in class:DiskSpaceMonitor 81 * @param directory The directory to monitor. 89 public DiskSpaceMonitor(String instanceName, File directory, argument 93 this.directory = directory; 103 * Retrieves the directory currently being monitored. 105 * @return The directory currently being monitored. 108 return directory; 112 * Sets the directory t 116 setDirectory(File directory) argument [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
| H A D | DiskSpaceMonitor.java | 67 private volatile File directory; field in class:DiskSpaceMonitor 82 * @param directory The directory to monitor. 90 public DiskSpaceMonitor(String instanceName, File directory, argument 94 this.directory = directory; 104 * Retrieves the directory currently being monitored. 106 * @return The directory currently being monitored. 109 return directory; 113 * Sets the directory t 117 setDirectory(File directory) argument [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/ |
| H A D | DiskSpaceMonitor.java | 67 private volatile File directory; field in class:DiskSpaceMonitor 82 * @param directory The directory to monitor. 90 public DiskSpaceMonitor(String instanceName, File directory, argument 94 this.directory = directory; 104 * Retrieves the directory currently being monitored. 106 * @return The directory currently being monitored. 109 return directory; 113 * Sets the directory t 117 setDirectory(File directory) argument [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/extensions/ |
| H A D | DiskSpaceMonitor.java | 66 private volatile File directory; field in class:DiskSpaceMonitor 81 * @param directory The directory to monitor. 89 public DiskSpaceMonitor(String instanceName, File directory, argument 93 this.directory = directory; 103 * Retrieves the directory currently being monitored. 105 * @return The directory currently being monitored. 108 return directory; 112 * Sets the directory t 116 setDirectory(File directory) argument [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/ |
| H A D | DiskSpaceMonitor.java | 83 private volatile File directory; field in class:DiskSpaceMonitor.MonitoredDirectory 91 private MonitoredDirectory(File directory, String instanceName, String baseName, DiskSpaceMonitorHandler handler) argument 93 this.directory = directory; 115 monitorAttrs.add(attr("disk-dir", getDefaultStringSyntax(), directory.getPath())); 122 return directory; 126 return directory.getUsableSpace(); 169 * One object per directory per state will hold all the handlers matching directory and state. 172 private File directory; field in class:DiskSpaceMonitor.HandlerNotifier 178 HandlerNotifier(File directory, int state) argument 266 registerMonitoredDirectory(String instanceName, File directory, long lowThresholdBytes, long fullThresholdBytes, DiskSpaceMonitorHandler handler) argument 307 getMountPoint(File directory) argument 335 deregisterMonitoredDirectory(File directory, DiskSpaceMonitorHandler handler) argument [all...] |
| /forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/resources/com/sun/identity/diagnostic/base/resources/locale/ |
| H A D | DiagnosticToolCLI.properties | 44 cli-cfg-dir-missing=Missing configuration directory for : {0} 45 cli-container-dir-missing=Missing container directory for : {0} 46 cli-container-domain-dir-missing=Missing container domain directory for : {0} 52 cli-usage-sub-cmd-1=\nUsage: ssodtool {0} {1} [ ARGUMENTS ]\n\nARGUMENTS:\n -c <configdir>, --directory <configdir>\n location of server configuration directory \n\nOPTIONAL:\n -s <filename>, --save <filename>\n name of the file to save the output\n\n 54 cli-usage-sub-cmd-3=\nUsage: ssodtool {0} {1} [ ARGUMENTS ]\n\nARGUMENTS:\n -b <directory>, --basedir <directory>\n location of container base directory\n\n -d <directory>, --domain <directory>\ [all...] |
| /forgerock/opendj2/src/pkg/ |
| H A D | opends-dsml-gateway_proto.py | 38 clients, converts them to LDAP requests that it forwards to a directory server for \ 39 processing. It then translates the LDAP response from the directory server back \
|
| H A D | opends_proto.py | 36 Directory Service. OpenDS is a free and comprehensive next generation directory service based on \
|
| /forgerock/opendj-b2.6/src/pkg/ |
| H A D | opends-dsml-gateway_proto.py | 39 clients, converts them to LDAP requests that it forwards to a directory server for \ 40 processing. It then translates the LDAP response from the directory server back \
|
| H A D | opends_proto.py | 37 Directory Service. OpenDS is a free and comprehensive next generation directory service based on \
|
| /forgerock/opendj2.6.2/src/pkg/ |
| H A D | opends-dsml-gateway_proto.py | 39 clients, converts them to LDAP requests that it forwards to a directory server for \ 40 processing. It then translates the LDAP response from the directory server back \
|
| H A D | opends_proto.py | 37 Directory Service. OpenDS is a free and comprehensive next generation directory service based on \
|
| /forgerock/opendj2-hg/src/pkg/ |
| H A D | opends-dsml-gateway_proto.py | 38 clients, converts them to LDAP requests that it forwards to a directory server for \ 39 processing. It then translates the LDAP response from the directory server back \
|
| H A D | opends_proto.py | 36 Directory Service. OpenDS is a free and comprehensive next generation directory service based on \
|
| /forgerock/opendj2-jel-hg/src/pkg/ |
| H A D | opends-dsml-gateway_proto.py | 39 clients, converts them to LDAP requests that it forwards to a directory server for \ 40 processing. It then translates the LDAP response from the directory server back \
|
| H A D | opends_proto.py | 37 Directory Service. OpenDS is a free and comprehensive next generation directory service based on \
|
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/setup/ |
| H A D | ZipUtils.java | 43 * Creates a zip file containing the {@literal directory} and its sub-files, including the 44 * directory itself. 46 * @param directory The source directory which will be zipped. 50 public void zipDirectory(File directory, File destination) throws IOException { argument 51 File[] files = directory.listFiles(); 53 throw new IOException("Failed to list contents of: " + directory); 57 zipFile(outputStream, file, (directory.getParentFile().getPath() + File.separator).length());
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/loggers/ |
| H A D | TimeStampNaming.java | 58 * @param dir The directory to search. 153 File directory = file.getParentFile(); 154 File[] files = directory.listFiles(filter); 159 "with initial file %s in directory %s", file, directory);
|