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 javax.ws.rs.core.Response
applyEntityCheck(io.jans.orm.model.base.Entry entity, Object payload, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.core.UriInfo uriInfo, String httpMethod, String resourceType)
javax.ws.rs.core.Response
applySearchCheck(SearchRequest searchReq, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.core.UriInfo uriInfo, String httpMethod, String resourceType)
-
-
-
Method Detail
-
applyEntityCheck
public javax.ws.rs.core.Response applyEntityCheck(io.jans.orm.model.base.Entry entity, Object payload, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.core.UriInfo uriInfo, String httpMethod, String resourceType) throws Exception
- Throws:
Exception
-
applySearchCheck
public javax.ws.rs.core.Response applySearchCheck(SearchRequest searchReq, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.core.UriInfo uriInfo, String httpMethod, String resourceType) throws Exception
- Throws:
Exception
-
-