Package io.jans.scim.service.scim2
Class ExternalConstraintsService
- java.lang.Object
-
- io.jans.scim.service.scim2.ExternalConstraintsService
-
@ApplicationScoped public class ExternalConstraintsService extends Object
-
-
Constructor Summary
Constructors Constructor Description ExternalConstraintsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
applyEntityCheck(io.jans.orm.model.base.Entry entity, Object payload, jakarta.ws.rs.core.HttpHeaders httpHeaders, jakarta.ws.rs.core.UriInfo uriInfo, String httpMethod, String resourceType)
jakarta.ws.rs.core.Response
applySearchCheck(SearchRequest searchReq, jakarta.ws.rs.core.HttpHeaders httpHeaders, jakarta.ws.rs.core.UriInfo uriInfo, String httpMethod, String resourceType)
-
-
-
Method Detail
-
applyEntityCheck
public jakarta.ws.rs.core.Response applyEntityCheck(io.jans.orm.model.base.Entry entity, Object payload, jakarta.ws.rs.core.HttpHeaders httpHeaders, jakarta.ws.rs.core.UriInfo uriInfo, String httpMethod, String resourceType) throws Exception
- Throws:
Exception
-
applySearchCheck
public jakarta.ws.rs.core.Response applySearchCheck(SearchRequest searchReq, jakarta.ws.rs.core.HttpHeaders httpHeaders, jakarta.ws.rs.core.UriInfo uriInfo, String httpMethod, String resourceType) throws Exception
- Throws:
Exception
-
-