Package de.xima.fc.api.rest.services
Class FormRecordDataUserService
- java.lang.Object
-
- de.xima.fc.api.rest.services.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 Summary
Constructors Constructor Description FormRecordDataUserService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
authenticate(@NotNull @Valid FormRecordDataUserRequest dataReadRequest, org.pac4j.core.profile.CommonProfile profile)
-
-
-
Field Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
-
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)
-
-