Searched refs:debugLevel (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DDebug.java53 // invocation of message() missing concurrent update of 'debugLevel'.
144 private int debugLevel; field in class:Debug
269 return (debugLevel > Debug.WARNING);
286 return (debugLevel > Debug.WARNING);
303 return (debugLevel > Debug.ERROR);
319 return debugLevel;
342 if (debugLevel > Debug.WARNING) {
379 if (debugLevel > Debug.WARNING) {
405 if (debugLevel > Debug.ERROR) {
443 if (debugLevel > Debu
[all...]
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DDebug.java54 // invocation of message() missing concurrent update of 'debugLevel'.
145 private int debugLevel; field in class:Debug
270 return (debugLevel > Debug.WARNING);
287 return (debugLevel > Debug.WARNING);
304 return (debugLevel > Debug.ERROR);
320 return debugLevel;
343 if (debugLevel > Debug.WARNING) {
380 if (debugLevel > Debug.WARNING) {
406 if (debugLevel > Debug.ERROR) {
444 if (debugLevel > Debu
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugImpl.java79 private DebugLevel debugLevel = DebugLevel.ON; field in class:DebugImpl
126 return this.debugLevel.getLevel();
162 * @param debugLevel Debug level.
164 public void setDebug(DebugLevel debugLevel) { argument
166 this.debugLevel = debugLevel;
190 return this.debugLevel.compareLevel(DebugLevel.MESSAGE) >= 0;
199 return this.debugLevel.compareLevel(DebugLevel.WARNING) >= 0;
208 return this.debugLevel.compareLevel(DebugLevel.ERROR) >= 0;
293 if (this.debugLevel
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugImpl.java72 private DebugLevel debugLevel = DebugLevel.ON; field in class:DebugImpl
117 return this.debugLevel.getLevel();
153 * @param debugLevel Debug level.
155 public void setDebug(DebugLevel debugLevel) { argument
157 this.debugLevel = debugLevel;
181 return this.debugLevel.compareLevel(DebugLevel.MESSAGE) >= 0;
190 return this.debugLevel.compareLevel(DebugLevel.WARNING) >= 0;
199 return this.debugLevel.compareLevel(DebugLevel.ERROR) >= 0;
284 if (this.debugLevel
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrap.java213 String debugLevel = (String)properties.get(
218 if (debugLevel == null) {
239 debugLevel);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrap.java215 String debugLevel = (String)properties.get(
220 if (debugLevel == null) {
241 debugLevel);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordProperties.java61 private DebugLevel debugLevel; field in class:RecordProperties
182 recordProperties.debugLevel = jsonDebugLogs.get(RecordConstants.DEBUG_LOGS_DEBUG_LEVEL_LABEL).required()
328 debugLogsProperties.put(RecordConstants.DEBUG_LOGS_DEBUG_LEVEL_LABEL, recordProperties.debugLevel.toString());
437 return debugLevel;
504 ", debugLevel=" + debugLevel +
532 (configExportSharePassword, that.configExportSharePassword) && Objects.equals(debugLevel, that
533 .debugLevel) && Objects.equals(description, that.description) && Objects.equals(autoStopEnable, that
541 configExportEnable, configExportPassword, configExportSharePassword, debugLevel, autoStopEnable,
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordProperties.java64 private DebugLevel debugLevel; field in class:RecordProperties
185 recordProperties.debugLevel = jsonDebugLogs.get(RecordConstants.DEBUG_LOGS_DEBUG_LEVEL_LABEL).required()
331 debugLogsProperties.put(RecordConstants.DEBUG_LOGS_DEBUG_LEVEL_LABEL, recordProperties.debugLevel.toString());
440 return debugLevel;
507 ", debugLevel=" + debugLevel +
535 (configExportSharePassword, that.configExportSharePassword) && Objects.equals(debugLevel, that
536 .debugLevel) && Objects.equals(description, that.description) && Objects.equals(autoStopEnable, that
544 configExportEnable, configExportPassword, configExportSharePassword, debugLevel, autoStopEnable,
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/install/configurator/
H A DEncryptTask.java64 String debugLevel = (String) stateAccess.get(STR_DEBUG_LEVEL_TAG);
65 System.setProperty(STR_DEBUG_LEVEL_PROPERTY, debugLevel);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DXMLUtils.java105 String debugLevel = SystemPropertiesManager.get(
109 (debugLevel.trim().equalsIgnoreCase("warning") ||
110 debugLevel.trim().equalsIgnoreCase("message"))
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DXMLUtils.java103 String debugLevel = SystemPropertiesManager.get(
107 (debugLevel.trim().equalsIgnoreCase("warning") ||
108 debugLevel.trim().equalsIgnoreCase("message"))
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 72 milliseconds