|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RegistrationModule
This interface provides a way for additional accounting systems to plug into the PURSe portlets.
| Field Summary | |
|---|---|
static int |
STATUS_ACCOUNT_NONE
User does not have this sub account. |
static int |
STATUS_ACCOUNT_OK
User successfully has this sub account. |
static int |
STATUS_ACCOUNT_PENDING
User is waiting on getting this sub account. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
int |
getStatus(org.globus.purse.registration.UserData userData)
Return one of the status codes for this user. |
void |
init(javax.servlet.ServletContext servletContext)
|
void |
onEvent(PurseEvent event)
Handle a PURSe lifecycle event. |
| Field Detail |
|---|
static final int STATUS_ACCOUNT_OK
static final int STATUS_ACCOUNT_NONE
static final int STATUS_ACCOUNT_PENDING
| Method Detail |
|---|
void init(javax.servlet.ServletContext servletContext)
void onEvent(PurseEvent event)
throws PurseEventException
event - A PURSe lifecycle event.
PurseEventExceptionjava.lang.String getName()
int getStatus(org.globus.purse.registration.UserData userData)
userData - The PURSe UserData object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||