Searched refs:folder (Results 1 - 25 of 62) sorted by relevance

123

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRADatabaseConfiguration.h31 * @param folder The folder and parent folders to create.
33 * @throws FRADatabaseException if the folder could not be created.
35 +(BOOL)parentFoldersFor:(NSString *)folder error:(NSError *__autoreleasing *)error;
H A DFRADatabaseConfiguration.m28 * Specifically uses the <Library folder>/Database/database.sqlite location for
39 // Create folder if needed.
49 + (BOOL)parentFoldersFor:(NSString *)folder error:(NSError *__autoreleasing *)error {
51 // Creating the folder if required
52 if (![manager fileExistsAtPath:folder]) {
53 return [manager createDirectoryAtPath:folder withIntermediateDirectories:YES attributes:nil error:error];
54 NSLog(@"Created folder: %@", folder);
67 * @return nil if the system folder could not be located, otherwise the path of the folder
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DInstallLog.java56 public synchronized void open(String folder) { argument
58 logPath = folder + File.separator + FILE_NAME;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DInstallLog.java56 public synchronized void open(String folder) { argument
58 logPath = folder + File.separator + FILE_NAME;
/forgerock/opendj2/resource/
H A Dupgrade.bat34 rem The upgrade is not compatible with patches. If the folder is not empty
/forgerock/opendj2-hg/resource/
H A Dupgrade.bat34 rem The upgrade is not compatible with patches. If the folder is not empty
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugRotationTest.java61 File folder = new File(debugDirectory);
62 File[] listOfFiles = folder.listFiles();
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugRotationTest.java62 File folder = new File(debugDirectory);
63 File[] listOfFiles = folder.listFiles();
/forgerock/opendj-v3/opendj-server-legacy/resource/
H A Dupgrade.bat47 rem The upgrade is not compatible with patches. If the folder is not empty
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java83 /** The config folder of the current installation. */
87 /** The config/schema folder of the current installation. */
92 /** The template folder of the current installation. */
97 /** The template/config/schema folder of the current installation. */
103 /** The template/config folder of the current installation. */
108 /** The config snmp security folder of the current installation. */
689 * Creates a new file in the config/upgrade folder. The new file is a
691 * folder.
693 * @param folder
694 * The folder containin
701 updateConfigUpgradeSchemaFile(final File folder, final String revision) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java73 /** The config folder of the current instance. */
77 /** The config/schema folder of the current instance. */
81 /** The template folder of the current installation. */
85 /** The template/config folder of the current installation. */
89 /** The template/config/schema folder of the current installation. */
94 /** The config/snmp/security folder of the current instance. */
754 * Creates a new file in the config/upgrade folder. The new file is a
756 * folder.
758 * @param folder
759 * The folder containin
766 updateConfigUpgradeSchemaFile(final File folder, final String revision) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java74 /** The config folder of the current instance. */
78 /** The config/schema folder of the current instance. */
82 /** The template folder of the current installation. */
86 /** The template/config folder of the current installation. */
90 /** The template/config/schema folder of the current installation. */
95 /** The config/snmp/security folder of the current instance. */
690 * Creates a new file in the config/upgrade folder. The new file is a
692 * folder.
694 * @param folder
695 * The folder containin
702 updateConfigUpgradeSchemaFile(final File folder, final String revision) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java87 /** The config folder of the current installation. */
91 /** The config/schema folder of the current installation. */
96 /** The template folder of the current installation. */
101 /** The template/config/schema folder of the current installation. */
107 /** The template/config folder of the current installation. */
112 /** The config snmp security folder of the current installation. */
522 * Creates a new file in the config/upgrade folder. The new file is a
524 * folder.
526 * @param folder
527 * The folder containin
534 updateConfigUpgradeSchemaFile(final File folder, final String revision) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java73 /** The config folder of the current instance. */
77 /** The config/schema folder of the current instance. */
81 /** The template folder of the current installation. */
85 /** The template/config folder of the current installation. */
89 /** The template/config/schema folder of the current installation. */
94 /** The config/snmp/security folder of the current instance. */
754 * Creates a new file in the config/upgrade folder. The new file is a
756 * folder.
758 * @param folder
759 * The folder containin
766 updateConfigUpgradeSchemaFile(final File folder, final String revision) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java68 /** The config folder of the current instance. */
72 /** The config/schema folder of the current instance. */
76 /** The template folder of the current installation. */
80 /** The template/config folder of the current installation. */
84 /** The template/config/schema folder of the current installation. */
89 /** The config/snmp/security folder of the current instance. */
94 /** The lib folder of the current installation. */
97 /** The bin folder of the current installation. */
100 /** The bat folder of the current installation. */
727 * Creates a new file in the config/upgrade folder
739 updateConfigUpgradeSchemaFile(final File folder, final String revision) argument
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DDefaultDebugRecorder.java129 //we switch the OpenAM debug folder with the issue folder
179 //Change back to the default debug logs folder
223 // We create the temporary folder where we will save all the logging file.
355 * @throws RecordException throw a RecordException if we can't remove the issue folder
364 // We delete the issue folder
375 * Change the debug logs folder
377 * @param newOpenAMDebugFolder the new destination folder for the logs
381 //we switch the OpenAM debug folder with the issue folder
579 getFileSize(File folder) argument
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/historicalaccountlinking/
H A DREADME.md56 1. Extract OpenDJ to a folder called opendj.
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/multiplepasswords/
H A DREADME.md131 1. Extract OpenDJ to a folder called opendj.
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DDefaultDebugRecorder.java132 //we switch the OpenAM debug folder with the issue folder
182 //Change back to the default debug logs folder
226 // We create the temporary folder where we will save all the logging file.
358 * @throws RecordException throw a RecordException if we can't remove the issue folder
367 // We delete the issue folder
378 * Change the debug logs folder
380 * @param newOpenAMDebugFolder the new destination folder for the logs
384 //we switch the OpenAM debug folder with the issue folder
582 getFileSize(File folder) argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/resources/css/fontawesome/less/
H A Dicons.less128 .@{fa-css-prefix}-folder:before { content: @fa-var-folder; }
129 .@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; }
277 .@{fa-css-prefix}-folder-o:before { content: @fa-var-folder-o; }
278 .@{fa-css-prefix}-folder-open-o:before { content: @fa-var-folder-open-o; }
/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- ...
/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- ...

Completed in 142 milliseconds

123