org.edg.security.voms.notification
Class DecisionNotification

java.lang.Object
  |
  +--org.edg.security.voms.notification.Notification
        |
        +--org.edg.security.voms.notification.EmailNotification
              |
              +--org.edg.security.voms.notification.DecisionNotification
All Implemented Interfaces:
java.io.Serializable

public class DecisionNotification
extends EmailNotification

Notification for administrators for something to be decided. The coresponding template is CreateUser-decide.msg.

Version:
$Name: v0_7_0 $
Author:
Akos Frohner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.edg.security.voms.notification.EmailNotification
messageID, session
 
Fields inherited from class org.edg.security.voms.notification.Notification
message, recipients, sender, sent, subject
 
Constructor Summary
DecisionNotification(CheckedRequest creq)
           
 
Methods inherited from class org.edg.security.voms.notification.EmailNotification
getMessageID, send, theSession
 
Methods inherited from class org.edg.security.voms.notification.Notification
fillMap, fillMap, getMessage, getRecipients, getSender, getSubject, isPending, isSent, newMessage, setRecipientsToAdmins, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecisionNotification

public DecisionNotification(CheckedRequest creq)
                     throws VOMSException