Package io.jans.scim.service.scim2
Class Scim2PatchService
- java.lang.Object
-
- io.jans.scim.service.scim2.Scim2PatchService
-
@ApplicationScoped public class Scim2PatchService extends Object
-
-
Constructor Summary
Constructors Constructor Description Scim2PatchService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseScimResource
applyPatchOperation(BaseScimResource resource, PatchOperation operation)
BaseScimResource
applyPatchOperation(BaseScimResource resource, PatchOperation operation, Predicate<String> selectionFilterSkipPredicate)
-
-
-
Method Detail
-
applyPatchOperation
public BaseScimResource applyPatchOperation(BaseScimResource resource, PatchOperation operation) throws Exception
- Throws:
Exception
-
applyPatchOperation
public BaseScimResource applyPatchOperation(BaseScimResource resource, PatchOperation operation, Predicate<String> selectionFilterSkipPredicate) throws Exception
- Throws:
Exception
-
-