|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.bundle.Controller
org.torweg.pulse.component.core.accesscontrol.SignUpController
public class SignUpController
TODO: refactor to this to NotLoggedInUserSelfEditor performs the sign-up-process.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
SignUpController()
|
|
| Method Summary | |
|---|---|
protected static java.util.Map<java.lang.String,java.lang.String> |
emailCheck(java.util.Map<java.lang.String,java.lang.String> signUpValues)
checks email for validity. |
void |
init(ConfigBean c)
initializes this Controller with a given
ConfigBean. |
protected static java.util.Map<java.lang.String,java.lang.String> |
performPreliminaryUserChecks(java.util.Map<java.lang.String,java.lang.String> valuesMap,
org.hibernate.Session s,
boolean externalCall)
checks values (name/email) against PreliminaryUsers if in
passed map. |
protected static java.util.Map<java.lang.String,java.lang.String> |
performUserChecks(java.util.Map<java.lang.String,java.lang.String> valuesMap,
org.hibernate.Session s)
checks values (name/email) against Users if in passed map. |
SignUpControllerResult |
resetPassword(Bundle bundle, ServiceRequest request)
produces the reset-password screen. |
SignUpControllerResult |
signUp(Bundle bundle, ServiceRequest request)
starts the sign-up-process. |
SignUpControllerResult |
signUpActivate(Bundle bundle, ServiceRequest request)
starts the sign-up-process. |
SignUpControllerResult |
signUpResetPassword(Bundle bundle, ServiceRequest request)
starts the reset-password-process. |
| Methods inherited from class org.torweg.pulse.bundle.Controller |
|---|
getAlwaysRun, isAlwaysRun, setAlwaysRun |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignUpController()
| Method Detail |
|---|
@Action(value="signUp", generate=true, security=ALWAYS, stripSitemapID=false) @Permission(value="signUp") public final SignUpControllerResult signUp(Bundle bundle, ServiceRequest request)
bundle - the bundlerequest - the current request
protected static final java.util.Map<java.lang.String,java.lang.String> performPreliminaryUserChecks(java.util.Map<java.lang.String,java.lang.String> valuesMap,
org.hibernate.Session s,
boolean externalCall)
PreliminaryUsers if in
passed map.
valuesMap - the received valuess - the current sessionexternalCall - a boolean indicating call from different controller/class
Map<String, String>
protected static final java.util.Map<java.lang.String,java.lang.String> performUserChecks(java.util.Map<java.lang.String,java.lang.String> valuesMap,
org.hibernate.Session s)
Users if in passed map.
valuesMap - the received valuess - the current session
Map<String, String>protected static final java.util.Map<java.lang.String,java.lang.String> emailCheck(java.util.Map<java.lang.String,java.lang.String> signUpValues)
signUpValues - the current sign-up-values
Map<String, String>@Action(value="signUpActivate", generate=true, security=ALWAYS, stripSitemapID=false) @Permission(value="signUp") public final SignUpControllerResult signUpActivate(Bundle bundle, ServiceRequest request)
bundle - the bundlerequest - the current request
@Action(value="signUpResetPassword", generate=true, security=ALWAYS, stripSitemapID=false) @Permission(value="resetPassword") public final SignUpControllerResult signUpResetPassword(Bundle bundle, ServiceRequest request)
bundle - the bundlerequest - the current request
@Action(value="resetPassword", generate=true, security=ALWAYS, stripSitemapID=false) @Permission(value="resetPassword") public final SignUpControllerResult resetPassword(Bundle bundle, ServiceRequest request)
bundle - the bundlerequest - the current request
public void init(ConfigBean c)
Controller with a given
ConfigBean.
init in interface DeprecatedConfigurablec - the ConfigBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||