public interface SignupPluginService
Modifier and Type | Method and Description |
---|---|
String |
getUsernameAvailability(String username)
Checks for a Topic with the exact "username" value.
|
com.sun.jersey.api.view.Viewable |
handleSignupRequest(String username,
String password,
String mailbox)
Handles a sign-up request in regards to whether an Email based confirmation process is configured (true|false)
in the resp.
|
String getUsernameAvailability(String username)
com.sun.jersey.api.view.Viewable handleSignupRequest(String username, String password, String mailbox)
Sign-up Configuration
topic.
To check whether a username is already taken you *must* use the getUsernameAvailability() call before issueing
an account creation request via this method.username
- String Unique username.password
- String SHA256 encoded password with a prefix of "-SHA26-"mailbox
- String containing a valid Email address related to the account creation request.Copyright © 2015. All Rights Reserved.