Class FormRecordDataUserService


  • @Produces({"application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8","application/json; charset=utf-8"})
    @Path("/form-record-data-users")
    @FcSecurity(authorizers="isFullyAuthenticated")
    public class FormRecordDataUserService
    extends Object
    REST service providing endpoints for the read state of form records.
    Since:
    8.2.0
    Author:
    XIMA Media GmbH
    • Constructor Detail

      • FormRecordDataUserService

        public FormRecordDataUserService()
    • Method Detail

      • authenticate

        @POST
        @Produces({"application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8","application/json; charset=utf-8"})
        public javax.ws.rs.core.Response authenticate​(@NotNull @Valid
                                                      @NotNull @Valid FormRecordDataUserRequest dataReadRequest,
                                                      @Pac4JProfile
                                                      org.pac4j.core.profile.CommonProfile profile)