|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ogce.purse.api.PurseEvent
public class PurseEvent
This object is created by the PURSe portlets and passed to the
org.ogce.purse.PurseLifecycle which manages the registration modules.
| 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 |
|---|
public static final int REGISTERED_EVENT
public static final int CONFIRMED_EVENT
public static final int ACCEPTED_EVENT
public static final int REJECTED_EVENT
public static final int REVOKED_EVENT
public static final int RENEWED_EVENT
public static final int PASSWORD_RESET_EVENT
public static final int PASSWORD_UPDATED_EVENT
| Constructor Detail |
|---|
public PurseEvent(org.globus.purse.registration.UserData userData,
int eventType)
| Method Detail |
|---|
public int getEventType()
public void setEventType(int eventType)
public org.globus.purse.registration.UserData getUserData()
public void setUserData(org.globus.purse.registration.UserData userData)
public java.lang.String getNewPassword()
public void setNewPassword(java.lang.String newPassword)
public java.lang.String getOldPassword()
public void setOldPassword(java.lang.String oldPassword)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||