Searched refs:MESSAGE (Results 1 - 25 of 107) sorted by relevance

12345

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DDebugLevel.java46 MESSAGE(3, "message"), enum constant in enum:DebugLevel
92 } else if (MESSAGE.level == strLevel) {
93 return MESSAGE;
H A DIDebug.java67 public static final int MESSAGE = DebugLevel.MESSAGE.getLevel(); field in interface:IDebug
97 public static final String STR_MESSAGE = DebugLevel.MESSAGE.getName();
122 * <li><code>MESSAGE</code>
140 * <li><code>MESSAGE</code>
181 * <code>MESSAGE</code> level debug messages.
183 * @return <code>true</code> if <code>MESSAGE</code> level debugging is
208 * <code>MESSAGE</code> for this instance.
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DDebugLevel.java46 MESSAGE(3, "message"), enum constant in enum:DebugLevel
92 } else if (MESSAGE.level == strLevel) {
93 return MESSAGE;
H A DIDebug.java67 public static final int MESSAGE = DebugLevel.MESSAGE.getLevel(); field in interface:IDebug
97 public static final String STR_MESSAGE = DebugLevel.MESSAGE.getName();
122 * <li><code>MESSAGE</code>
140 * <li><code>MESSAGE</code>
181 * <code>MESSAGE</code> level debug messages.
183 * @return <code>true</code> if <code>MESSAGE</code> level debugging is
208 * <code>MESSAGE</code> for this instance.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/spi/
H A DIDebug.java39 * Integer constant represent MESSAGE log level.
41 public static final int MESSAGE = 0; field in interface:IDebug
H A DDebug.java95 debugInst.debug(IDebug.MESSAGE,msg, t);
122 debugInst.debug(IDebug.MESSAGE, msg);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/spi/
H A DIDebug.java39 * Integer constant represent MESSAGE log level.
41 public static final int MESSAGE = 0; field in interface:IDebug
H A DDebug.java95 debugInst.debug(IDebug.MESSAGE,msg, t);
122 debugInst.debug(IDebug.MESSAGE, msg);
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/audit/util/
H A DOpenIDMActivityAuditEventBuilder.java28 public static final String MESSAGE = "message"; field in class:OpenIDMActivityAuditEventBuilder
42 jsonValue.put(MESSAGE, message);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interfaces/
H A DAuthorizer.java57 public static final String MESSAGE = "message"; field in interface:Authorizer
74 * Key: <code>MESSAGE</code>
95 * Key: <code>MESSAGE</code>
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interfaces/
H A DAuthorizer.java57 public static final String MESSAGE = "message"; field in interface:Authorizer
74 * Key: <code>MESSAGE</code>
95 * Key: <code>MESSAGE</code>
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DMailServiceUpgradeHelper.java42 attributes.add(MESSAGE);
65 case MESSAGE:
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDebugLogCategory.java45 public static final LogCategory MESSAGE = new DebugLogCategory( field in class:DebugLogCategory
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDebugLogCategory.java44 public static final LogCategory MESSAGE = new DebugLogCategory( field in class:DebugLogCategory
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDebugLogCategory.java45 public static final LogCategory MESSAGE = new DebugLogCategory( field in class:DebugLogCategory
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDebugLogCategory.java45 public static final LogCategory MESSAGE = new DebugLogCategory( field in class:DebugLogCategory
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDebugLogCategory.java44 public static final LogCategory MESSAGE = new DebugLogCategory( field in class:DebugLogCategory
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugTest.java57 debug.setDebug(DebugLevel.MESSAGE.getLevel());
61 Assert.assertEquals(debug.getState(), DebugLevel.MESSAGE.getLevel(), "Debug level state");
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DAbstractSyncAuditEventBuilder.java35 public static final String MESSAGE = "message"; field in class:AbstractSyncAuditEventBuilder
98 * @see #MESSAGE
101 jsonValue.put(MESSAGE, message);
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugTest.java57 debug.setDebug(DebugLevel.MESSAGE.getLevel());
61 Assert.assertEquals(debug.getState(), DebugLevel.MESSAGE.getLevel(), "Debug level state");
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/services/email/
H A DMailServerImplTest.java65 private static String MESSAGE = "forgerockEmailServiceSMTPMessage"; field in class:MailServerImplTest
121 map.put(MESSAGE, set);
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/services/email/
H A DMailServerImplTest.java65 private static String MESSAGE = "forgerockEmailServiceSMTPMessage"; field in class:MailServerImplTest
121 map.put(MESSAGE, set);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServerImpl.java56 private static String MESSAGE = "forgerockEmailServiceSMTPMessage"; field in class:MailServerImpl
148 message = CollectionHelper.getMapAttr(options, MESSAGE);
150 message = CollectionHelper.getMapAttr(this.options, MESSAGE);
/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DDebug.java60 <code>ERROR</code>, <code>WARNING</code>, <code>MESSAGE</code> and
65 state is <code>MESSAGE</code>, everything will be filed.
66 <code>MESSAGE</code> and <code>ON</code> are of the same levels;
67 the difference between them being <code>MESSAGE</code> writes to a file,
116 public static final int MESSAGE = 3; field in class:Debug
312 * <li><code>Debug.MESSAGE</code>
323 * DEBUG.MESSAGE or Debug.ON.
348 * state is either DEBUG.MESSAGE or Debug.ON. If the debug file is not
580 * <li><code>Debug.MESSAGE</code>
589 case Debug.MESSAGE
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServerImpl.java56 public static final String MESSAGE = "forgerockEmailServiceSMTPMessage"; field in class:MailServerImpl
148 message = CollectionHelper.getMapAttr(options, MESSAGE);
150 message = CollectionHelper.getMapAttr(this.options, MESSAGE);

Completed in 104 milliseconds

12345