Class Registration
java.lang.Object
org.europa.together.orchestration.acl.Registration
User Registration Service.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- elmar.dott@gmail.com
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
void
verifyAccount
(String activationCode)
-
Constructor Details
-
Registration
public Registration()
-
-
Method Details
-
register
@Path("/register") @API(status=STABLE, since="1") public jakarta.ws.rs.core.Response register(@QueryParam("accountID") String accountID, @QueryParam("accountPwd") String accountPwd) throws jakarta.mail.MessagingException, org.europa.together.exceptions.DAOException - Throws:
jakarta.mail.MessagingException
org.europa.together.exceptions.DAOException
-
verifyAccount
@API(status=STABLE, since="1") public void verifyAccount(@PathParam("activationCode") String activationCode) throws org.europa.together.exceptions.DAOException - Throws:
org.europa.together.exceptions.DAOException
-