org.ogce.purse.api
Class PurseEvent

java.lang.Object
  extended by org.ogce.purse.api.PurseEvent

public class PurseEvent
extends java.lang.Object

This object is created by the PURSe portlets and passed to the org.ogce.purse.PurseLifecycle which manages the registration modules.

Author:
machrist

Field Summary
static int ACCEPTED_EVENT
          User has been accepted by an administrator in PURSe.
static int CONFIRMED_EVENT
          User has confirmed email address with PURSe.
static int PASSWORD_RESET_EVENT
          User's PURSe password has been reset.
static int PASSWORD_UPDATED_EVENT
          User's PURSe password has been updated.
static int REGISTERED_EVENT
          User has registered with PURSe.
static int REJECTED_EVENT
          User has been rejected by the administrator.
static int RENEWED_EVENT
          User's PURSe registration and credentials have been renewed.
static int REVOKED_EVENT
          User's PURSe registration has been revoked.
 
Constructor Summary
PurseEvent(org.globus.purse.registration.UserData userData, int eventType)
           
 
Method Summary
 int getEventType()
           
 java.lang.String getNewPassword()
           
 java.lang.String getOldPassword()
           
 org.globus.purse.registration.UserData getUserData()
           
 void setEventType(int eventType)
           
 void setNewPassword(java.lang.String newPassword)
           
 void setOldPassword(java.lang.String oldPassword)
           
 void setUserData(org.globus.purse.registration.UserData userData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGISTERED_EVENT

public static final int REGISTERED_EVENT
User has registered with PURSe.

See Also:
Constant Field Values

CONFIRMED_EVENT

public static final int CONFIRMED_EVENT
User has confirmed email address with PURSe.

See Also:
Constant Field Values

ACCEPTED_EVENT

public static final int ACCEPTED_EVENT
User has been accepted by an administrator in PURSe. Specifically, the user now has a Distinguished Name (DN).

See Also:
Constant Field Values

REJECTED_EVENT

public static final int REJECTED_EVENT
User has been rejected by the administrator.

See Also:
Constant Field Values

REVOKED_EVENT

public static final int REVOKED_EVENT
User's PURSe registration has been revoked.

See Also:
Constant Field Values

RENEWED_EVENT

public static final int RENEWED_EVENT
User's PURSe registration and credentials have been renewed.

See Also:
Constant Field Values

PASSWORD_RESET_EVENT

public static final int PASSWORD_RESET_EVENT
User's PURSe password has been reset. A new password is provided with this event.

See Also:
Constant Field Values

PASSWORD_UPDATED_EVENT

public static final int PASSWORD_UPDATED_EVENT
User's PURSe password has been updated. The old and the new password are provided with this event.

See Also:
Constant Field Values
Constructor Detail

PurseEvent

public PurseEvent(org.globus.purse.registration.UserData userData,
                  int eventType)
Method Detail

getEventType

public int getEventType()

setEventType

public void setEventType(int eventType)

getUserData

public org.globus.purse.registration.UserData getUserData()

setUserData

public void setUserData(org.globus.purse.registration.UserData userData)

getNewPassword

public java.lang.String getNewPassword()

setNewPassword

public void setNewPassword(java.lang.String newPassword)

getOldPassword

public java.lang.String getOldPassword()

setOldPassword

public void setOldPassword(java.lang.String oldPassword)


Copyright © 2005-2007 OGCE. All Rights Reserved.