Searched defs:exists (Results 1 - 25 of 106) sorted by relevance

12345

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DLicenseFile.java88 if (!instanceLegalDir.exists())
129 * Checks if the license file exists.
131 * @return <CODE>true</CODE> a license file license_to_accept.txt exists in
135 static public boolean exists() method in class:LicenseFile
137 return getFile().exists();
229 return f.exists();
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DLicenseFile.java88 if (!instanceLegalDir.exists())
139 * Checks if the license file exists.
141 * @return <CODE>true</CODE> if the license file exists in the Legal directory
145 static public boolean exists() method in class:LicenseFile
153 return getFile().exists();
280 return f.exists();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DLicenseFile.java112 if (!instanceLegalDir.exists())
162 * Checks if the license file exists.
164 * @return <CODE>true</CODE> if the license file exists
168 static public boolean exists() method in class:LicenseFile
176 return getFile().exists();
299 return f.exists();
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DLicenseFile.java87 if (!instanceLegalDir.exists())
128 * Checks if the license file exists.
130 * @return <CODE>true</CODE> a license file license_to_accept.txt exists in
134 static boolean exists() method in class:LicenseFile
136 return getFile().exists();
228 return f.exists();
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DLicenseFile.java88 if (!instanceLegalDir.exists())
129 * Checks if the license file exists.
131 * @return <CODE>true</CODE> a license file license_to_accept.txt exists in
135 static boolean exists() method in class:LicenseFile
137 return getFile().exists();
229 return f.exists();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DLicenseFile.java89 if (!instanceLegalDir.exists())
140 * Checks if the license file exists.
142 * @return <CODE>true</CODE> if the license file exists in the Legal directory
146 static public boolean exists() method in class:LicenseFile
154 return getFile().exists();
281 return f.exists();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DLicenseFile.java65 if (!instanceLegalDir.exists())
106 * Checks if the license file exists.
108 * @return <CODE>true</CODE> a license file license_to_accept.txt exists in
112 static public boolean exists() method in class:LicenseFile
114 return getFile().exists();
206 return f.exists();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DLicenseFile.java88 if (!instanceLegalDir.exists())
139 * Checks if the license file exists.
141 * @return <CODE>true</CODE> if the license file exists in the Legal directory
145 static public boolean exists() method in class:LicenseFile
153 return getFile().exists();
280 return f.exists();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DLicenseFile.java87 if (!instanceLegalDir.exists())
128 * Checks if the license file exists.
130 * @return <CODE>true</CODE> a license file license_to_accept.txt exists in
134 static boolean exists() method in class:LicenseFile
136 return getFile().exists();
228 return f.exists();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DLicenseFile.java87 if (!instanceLegalDir.exists())
137 * Checks if the license file exists.
139 * @return <CODE>true</CODE> if the license file exists
143 static public boolean exists() method in class:LicenseFile
147 : getFile().exists();
272 return f.exists();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java132 public void setExists(boolean exists) { argument
135 if (exists) {
140 isValidEntry = exists;
199 * Method which specifies if the entry exists in the directory or is an
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfig.java325 // Check if this entry exists
865 // Check if base nodes exists
960 public boolean exists() { method in class:ServiceConfig
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DLicenseFile.java90 if (!instanceLegalDir.exists())
128 * Checks if the license file exists.
130 * @return <CODE>true</CODE> if the license file exists in the Legal directory
134 public static boolean exists() method in class:LicenseFile
136 return getFile().exists();
220 if (!instanceLegalDir.exists())
241 return new File(getInstanceLegalDirectory(), ACCEPTED_LICENSE_FILE_NAME).exists();
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettings.java936 public boolean exists() { method in class:OpenAMOAuth2ProviderSettings
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettings.java360 * Checks whether the config exists.
361 * @return Whether it exists.
363 boolean exists(); method in interface:OAuth2ProviderSettings
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/requirejs/
H A Dr.js29 nodeDefine, exists, reqMain, loadedOptimizedLib,
59 exists = function (fileName) {
60 return (new java.io.File(fileName)).exists();
98 exists = function (fileName) {
967 * to track it if the capability exists.. Also, since jQuery 1.4.3 does
2472 function exists(path) {
2487 if (!exists(dir) && (!isWindows || !windowsDriveRegExp.test(dir))) {
2515 exists: function (fileName) {
2516 return exists(fileName);
2560 if (file.exists(topDi
57 }; function
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DLicenseFile.java93 if (!instanceLegalDir.exists())
132 * Checks if the license file exists.
134 * @return <CODE>true</CODE> a license file exists in
138 static boolean exists() method in class:LicenseFile
140 return getFile().exists();
228 return new File(getInstanceLegalDirectory(), ACCEPTED_LICENSE_FILE_NAME).exists();
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaSettingsImpl.java63 if (!exists()) {
85 private boolean exists() { method in class:UmaSettingsImpl
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/persistence/
H A DRepoPersistenceManager.java147 * Returns <code>true</code> if a persisted <code>Dictionary</code> exists
152 public boolean exists(String pid) { method in class:RepoPersistenceManager
153 logger.debug("Config exists call for {}", pid);
155 boolean exists = false;
162 exists = (existing != null);
164 exists = false;
166 throw new RuntimeException("Failed to check if configuration exists in repository: " + ex.getMessage(), ex);
169 if (!exists) {
170 exists = tempStore.containsKey(pid);
171 if (exists) {
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAgentOAuth2ProviderSettings.java282 public boolean exists() { method in class:AgentOAuth2ProviderSettings
H A DOAuth2ProviderSettings.java423 * Checks whether the config exists.
425 * @return Whether it exists.
427 boolean exists(); method in interface:OAuth2ProviderSettings
H A DRealmOAuth2ProviderSettings.java780 public boolean exists() { method in class:RealmOAuth2ProviderSettings
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java131 public void setExists(boolean exists) { argument
134 if (exists) {
139 isValidEntry = exists;
198 * Method which specifies if the entry exists in the directory or is an
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfig.java325 // Check if this entry exists
865 // Check if base nodes exists
960 public boolean exists() { method in class:ServiceConfig
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaSettingsImpl.java63 if (!exists()) {
85 private boolean exists() { method in class:UmaSettingsImpl

Completed in 413 milliseconds

12345