Class Registration

java.lang.Object
org.europa.together.orchestration.acl.Registration

@Service @Path("acl/1") public class Registration extends Object
User Registration Service.
Since:
1.0
Version:
1.0
Author:
elmar.dott@gmail.com
  • 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