@Named(value="confirmationController") @ViewScoped public class ConfirmationController extends Object implements Serializable
| Constructor and Description |
|---|
ConfirmationController() |
| Modifier and Type | Method and Description |
|---|---|
String |
doConfirmRegistration()
Action method to perform the actual registration of a new user
|
String |
getConfirmationID()
Get the preregistration code of the user being confirmed (received as a query
param confirmation_id in the url)
|
boolean |
isValidPreregistration()
Check whether the current confirmationId corespond to a valid preregistrated
user
|
void |
setConfirmationID(String confirmationID)
Set the preregistration code of the user being confirmed (received as a query
param confirmation_id in the url)
|
public String getConfirmationID()
public void setConfirmationID(String confirmationID)
confirmationID - preregistration code of the user to be setpublic boolean isValidPreregistration()
public String doConfirmRegistration()
Copyright © 2018. All rights reserved.