Searched defs:Notification (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotification.java25 * $Id: Notification.java,v 1.2 2008/06/25 05:41:35 qcheng Exp $
38 * This <code>Notification</code> class represents a notification. The most
39 * important information in this Notification object is the content of this
40 * notification. The content in this Notification object can be an arbitrary
43 * document into this Notification object as its content.
48 public class Notification { class
59 * Constructs an instance of Notification class with the content of the
60 * Notification. The DTD ID needs to be set explicitly using the
64 * The content of this Notification.
66 public Notification(Strin method in class:Notification
74 Notification() { method in class:Notification
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotification.java25 * $Id: Notification.java,v 1.2 2008/06/25 05:41:35 qcheng Exp $
38 * This <code>Notification</code> class represents a notification. The most
39 * important information in this Notification object is the content of this
40 * notification. The content in this Notification object can be an arbitrary
43 * document into this Notification object as its content.
48 public class Notification { class
59 * Constructs an instance of Notification class with the content of the
60 * Notification. The DTD ID needs to be set explicitly using the
64 * The content of this Notification.
66 public Notification(Strin method in class:Notification
74 Notification() { method in class:Notification
[all...]
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DNotification.java34 public abstract class Notification extends ModelObject<Notification> { class in inherits:ModelObject
43 protected Notification(Mechanism mechanism, long id, Calendar timeAdded, Calendar timeExpired, boolean approved, boolean pending) { method in class:Notification
142 public boolean matches(Notification other) {
151 if (other == null || !(other instanceof Notification)) {
154 Notification otherNotification = (Notification) other;
189 * Determines if the Notification has been interacted with by the user.
190 * @return True if the Notification has not been interacted with, false otherwise.
254 public int compareTo(Notification anothe
[all...]
/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 45 milliseconds