org.glite.security.voms.notification
Class ConfirmNotification

java.lang.Object
  extended byorg.glite.security.voms.notification.Notification
      extended byorg.glite.security.voms.notification.EmailNotification
          extended byorg.glite.security.voms.notification.ConfirmNotification
All Implemented Interfaces:
java.io.Serializable

public class ConfirmNotification
extends EmailNotification

Request to confirm the email address via a 'secret' cookie. The coresponding template is CreateUser-confirm.msg.

Author:
Akos Frohner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.glite.security.voms.notification.EmailNotification
messageID, session
 
Fields inherited from class org.glite.security.voms.notification.Notification
message, recipients, sender, sent, subject
 
Constructor Summary
ConfirmNotification(ConfirmedRequest creq)
           
 
Methods inherited from class org.glite.security.voms.notification.EmailNotification
getMessageID, send, theSession
 
Methods inherited from class org.glite.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

ConfirmNotification

public ConfirmNotification(ConfirmedRequest creq)
                    throws VOMSException