Class UserInvitationObject

All Implemented Interfaces:
ModuleResource, Resource, Adaptable

@Path("/userInvitation") @Produces("text/html;charset=UTF-8") public class UserInvitationObject extends ModuleRoot
Author:
Arnaud Kervern
  • Constructor Details

    • UserInvitationObject

      public UserInvitationObject()
  • Method Details

    • validateTrialForm

      @POST @Path("validate") public Template validateTrialForm(jakarta.ws.rs.core.MultivaluedMap<String,String> parameters)
    • fetchService

      protected UserInvitationService fetchService()
    • validatePasswordForm

      @GET @Path("enterpassword/{configurationName}/{requestId}") public Template validatePasswordForm(@PathParam("requestId") String requestId, @PathParam("configurationName") String configurationName)
    • buildAdditionalInfos

      protected Map<String,Serializable> buildAdditionalInfos()
    • redisplayFormWithMessage

      protected Template redisplayFormWithMessage(String messageType, String formName, String message, jakarta.ws.rs.core.MultivaluedMap<String,String> data)
    • redisplayFormWithInfoMessage

      protected Template redisplayFormWithInfoMessage(String formName, String message, jakarta.ws.rs.core.MultivaluedMap<String,String> data)
    • redisplayFormWithErrorMessage

      protected Template redisplayFormWithErrorMessage(String formName, String message, jakarta.ws.rs.core.MultivaluedMap<String,String> data)